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

  CSS Reset

-------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese");

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
}

article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

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

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

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

a:hover {
  color: #41b56a;
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

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

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

b,
strong {
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
blockquote::before,
blockquote::after,
q:before,
q:after,
q::before,
q::after {
  content: "";
  content: none;
}

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.list-unstyled,
.list-style-none {
  list-style: none;
}

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

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

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

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
/* 共通見出し（h3相当）*/
/* 共通リスト */
.main ul>li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  list-style-type: none;
}

.main ul>li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #262626;
}

.main ul.list-style-none>li {
  padding-left: 0;
}

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

.main ul.list-style-note>li {
  padding-left: 1em;
}

.main ul.list-style-note>li:before {
  content: "※";
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}

.main ul.list-style-gutter li:not(:last-child) {
  margin-bottom: 0.35em;
}

.main ul.list-style-secondary>li {
  color: #493629;
}

.main ul.list-style-secondary>li:before {
  background: #493629;
}

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

.main ul.list-style-features>li:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "";
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  line-height: 1;
}

.main ul.list-style-features>li.merit {
  padding-left: 2.6em;
  margin-top: -0.25em;
}

.main ul.list-style-features>li.merit:after {
  content: "利点";
  display: block;
  width: 2.5em;
  margin-top: -0.25em;
  padding: 0.3em 0;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  background-color: #4da6ff;
}

.main ul.list-style-features>li.demerit {
  padding-left: 2.6em;
  margin-top: -0.25em;
}

.main ul.list-style-features>li.demerit:after {
  content: "欠点";
  display: block;
  width: 2.5em;
  margin-top: -0.25em;
  padding: 0.3em 0;
  font-size: 0.9em;
  color: #fff;
  text-align: center;
  background-color: #ff8000;
}

.main ul.list-style-small>li {
  font-size: 0.9em;
}

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

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

.main ol.list-style-gutter li:not(:last-child) {
  margin-bottom: 0.3em;
}

.main ol.list-style-marusuji {
  counter-reset: marusuji;
}

.main ol.list-style-marusuji>li {
  position: relative;
  margin-left: 0;
  padding-left: 1.5em;
  list-style-type: none;
}

.main ol.list-style-marusuji>li:before {
  counter-increment: marusuji;
  content: counter(marusuji);
  display: block;
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 0.85em;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #262626;
}

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

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

.link-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0.6em 1.2em 0.6em 2.4em;
  color: #fff;
  line-height: 1.1;
  text-align: center;
  background-color: #106d31;
  border-radius: 10em;
}

.link-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8em;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(../img/base/more.svg) center no-repeat;
  background-size: cover;
}

.link-button-reverse {
  padding: 0 1em 0 2em;
  font-size: 1em;
  line-height: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px),
print {
  .link-button-reverse {
    background-color: #fff;
  }
}

.link-button-reverse:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e904";
  top: 50%;
  bottom: auto;
  left: 10px;
  width: auto;
  height: auto;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.6rem;
  line-height: 1;
  background: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-button-primary {
  background-color: #3f955e;
}

@media screen and (min-width: 768px),
print {
  .link-button-primary {
    color: #106d31;
    background-color: #fff;
  }
}

.link-button-secondary {
  background-color: #afa083;
}

@media screen and (min-width: 768px),
print {
  .link-button-secondary {
    color: #493629;
    background-color: #fff;
  }
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #41b56a;
}

a.link-button-primary:hover {
  color: #fff;
  background-color: #41b56a;
}

a.link-button-secondary:hover {
  color: #fff;
  background-color: #b65c20;
}

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

.gutter>.inner {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 1.8;
}

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

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

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

.gutter.dmy {
  max-width: none;
}

.gutter.dmy>.inner {
  max-width: none;
  padding: 0;
  line-height: 1;
  text-align: center;
}

.gutter.dmy.wide {
  margin-right: -22%;
  margin-left: -22%;
}

@media screen and (min-width: 1100px),
print {
  .gutter.dmy.wide {
    margin-right: -230px;
    margin-left: -230px;
  }
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point:before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -100px;
  margin-bottom: 100px;
  background: rgba(255, 255, 255, 0) url(../img/base/blank.gif);
  z-index: -100;
}

@media screen and (min-width: 1100px),
print {
  .anchor-point:before {
    margin-top: -130px;
    margin-bottom: 130px;
  }
}

/* サブセクション */
.subsection:not(:last-child) {
  margin-bottom: 2em;
}

.subsection-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 -1em -1em 0;
}

.subsection-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
}

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

.subsection-inner {
  display: block;
  position: relative;
  height: 100%;
  padding: 1.5em 1em 1em;
  border-radius: 7px;
  border: 3px solid #f2f0ec;
}

@media screen and (min-width: 768px),
print {
  .subsection-inner {
    padding: 2em 1em;
  }
}

@media screen and (min-width: 1200px),
print {
  .subsection-inner {
    padding: 2em 1.5em;
  }
}

.subsection-head {
  margin-bottom: 1.25em;
  text-align: center;
}

.subsection-caption {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2em;
  padding: 0.35em 1em;
  font-weight: 700;
  line-height: 1.5;
  background-color: #f2f0ec;
}

.subsection-heading {
  font-size: 100%;
  font-size: 1.5em;
  line-height: 1.2;
}

@media screen and (min-width: 1100px),
print {
  .subsection-heading {
    font-size: 1.7em;
    letter-spacing: 0.15em;
  }
}

.subsection-heading-small {
  font-size: 1.2em;
}

@media screen and (min-width: 768px),
print {
  .subsection-heading-small {
    font-size: 1.4em;
  }
}

.subsection-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px),
print {
  .subsection-list {
    display: block;
  }
}

/* CSS カウンターの利用 | https://developer.mozilla.org/ja/docs/Web/Guide/CSS/Counters */
.css-counter {
  counter-reset: section;
}

.css-counter .counter:before {
  counter-increment: section;
  content: counter(section) ". ";
}

/* 下線マーカー */
.marker {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(85%, rgba(0, 0, 0, 0)),
      color-stop(0%, black));
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, black 0%);
}

/* クリック範囲を拡大（テキスト）*/
.widelink {
  display: inline-block;
  position: relative;
  margin: -10px;
  padding: 10px;
}

/* クリック範囲を拡大（カード）*/
.card {
  position: relative;
}

.card a:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}

/* スクロール固定 */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* 字詰め */
.kerning {
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

/* ノート罫線 */
.notebook-line {
  position: relative;
  padding: 1px 0.5em 0 0.9em;
  line-height: 34px;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(97%, rgba(0, 0, 0, 0)),
      color-stop(97%, #c8bfb0),
      to(#c8bfb0));
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #c8bfb0 97%,
      #c8bfb0 100%);
  background-size: 100% 34px;
}

.notebook-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c8bfb0;
}

.notebook-line-dotted,
.notebook-line-dotted:before {
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0)),
      color-stop(50%, rgba(0, 0, 0, 0)),
      color-stop(50%, #fff),
      color-stop(50%, #fff)),
    -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(97%, rgba(0, 0, 0, 0)), color-stop(97%, #c8bfb0), to(#c8bfb0));
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #fff 50%,
      #fff 50%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #c8bfb0 97%,
      #c8bfb0 100%);
  background-size: 4px 100%, 100% 34px;
}

/* 共通テキスト */
.site-text {
  display: block;
  position: relative;
  width: 21em;
  margin: auto;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  font-family: "あんず文字", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
    sans-serif;
  background-color: #f2f0ec;
}

@media screen and (min-width: 1100px),
print {
  .site-text {
    width: 20em;
    font-size: 0.9em;
  }
}

.site-text:before,
.site-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 36px;
  background: url(../img/base/ribbon.svg) left no-repeat;
  background-size: cover;
}

.site-text:before {
  left: -10px;
}

.site-text:after {
  right: -10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.site-text .text1 {
  font-weight: 700;
}

.site-text .text2 {
  display: inline-block;
  vertical-align: middle;
  margin: -0.1em 0.1em 0;
  font-size: 1.4em;
  color: #106d31;
}

.site-text .text3 {
  font-weight: 700;
}

/* 共通テーブル */
.table-style {
  display: block;
}

.table-style tbody {
  display: block;
  line-height: 1.5;
  border-top: 1px solid #f2f0ec;
  border-left: 1px solid #f2f0ec;
}

@media screen and (max-width: 639.98px) {
  .table-style tbody {
    border: none;
  }
}

.table-style tr {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #f2f0ec;
}

@media screen and (max-width: 639.98px) {
  .table-style tr {
    display: block;
    border: 1px solid #f2f0ec;
  }

  .table-style tr:not(:last-child) {
    margin-bottom: 5px;
  }
}

.table-style th {
  width: 220px;
  padding: 0.75em 1em;
  background-color: #fefcf5;
  border-right: 1px solid #f2f0ec;
}

@media screen and (max-width: 639.98px) {
  .table-style th {
    display: block;
    width: auto;
    padding: 0.5em;
    font-size: 1.1em;
    border-right: none;
  }
}

.table-style td {
  padding: 0.75em 1em;
  border-right: 1px solid #f2f0ec;
}

@media screen and (max-width: 639.98px) {
  .table-style td {
    display: block;
    padding: 0.5em 0.5em 0.5em 0.7em;
    border-right: none;
  }
}

/* 共通画像スタイル */
.img-style {
  border-radius: 0 0.5em 0 0.5em;
}

/* 共通お問い合わせ */
.global-contact {
  line-height: 1.5;
}

.global-contact .tel-link {
  display: block;
  position: relative;
  width: 18em;
  margin: auto;
  color: #493629;
  line-height: 1.1;
  text-align: left;
}

@media screen and (min-width: 1100px),
print {
  .global-contact .tel-link {
    width: 20em;
  }
}

.global-contact a.tel-link {
  color: #493629;
}

.global-contact a.tel-link:hover {
  color: #41b56a;
  text-decoration: none;
}

.global-contact a.tel-link:hover .tel-text {
  background-color: #41b56a;
}

.global-contact a.tel-link:hover .tel-num:before {
  background-image: url(../img/base/tel2.svg);
}

.global-contact .tel-text {
  display: block;
  width: 6.5em;
  line-height: 1.5;
  color: #f2f0ec;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #493629;
}

.global-contact .tel-num {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 34px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1100px),
print {
  .global-contact .tel-num {
    top: -0.1em;
    font-size: 1.8em;
  }
}

.global-contact .tel-num:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  background: url(../img/base/tel.svg) center no-repeat;
  background-size: cover;
}

.global-contact-primary .tel {
  margin-bottom: 0.35em;
}

.global-contact-primary .add {
  color: #493629;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .global-contact-primary .add {
    font-size: 0.95em;
  }
}

.global-contact-secondary .tel {
  margin-bottom: 0.35em;
}

.global-contact-secondary .add {
  color: #493629;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .global-contact-secondary .add {
    font-size: 0.95em;
  }
}

.global-contact-access .global-contact-item {
  padding: 0.5em 0;
  border-bottom: 1px dotted #493629;
}

@media screen and (min-width: 1100px),
print {
  .global-contact-access .global-contact-item {
    padding: 0.5em 1em;
  }
}

.global-contact-access .tel {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px dotted #493629;
}

.global-contact-access .add,
.global-contact-access .pk {
  font-size: 0.9em;
  color: #493629;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {

  .global-contact-access .add,
  .global-contact-access .pk {
    font-size: 1em;
    text-align: left;
  }
}

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

  Webフォント

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

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

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

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

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

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

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

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

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

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

/*
 * "Noto Sans JP" is lisenced under the SIL Open Font License, 1.1
 * NotoSansJP-Thin.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Light.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Regular.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Medium.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Bold.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * NotoSansJP-Black.otf: Copyright 2012 Google Inc. All Rights Reserved.
 * https://www.google.com/fonts/attribution
 * https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL_web
 */
/*
 * フォント名：あんずもじ/あんずもじ等幅/あんずもじ奏/あんずもじ湛
 * 作成者：京風子（Kyoko）
 * 配布サイト名：あんずいろapricot×color
 * URL：http://www8.plala.or.jp/p_dolce/
 */
@font-face {
  font-family: "あんず文字";
  src: url("../fonts/anzumoji.ttf") format("ttf"),
    url("../fonts/anzumoji.woff2") format("woff2"),
    url("../fonts/anzumoji.woff") format("woff");
}

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

  html, body

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

html {
  font-size: 62.5%;
  -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;
}

@media screen and (min-width: 1100px),
print {
  html {
    overflow-y: scroll;
  }
}

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

@media screen and (max-width: 1099.98px) {

  html.nav-open,
  html.slideout-open {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}

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

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1100px),
print {
  .wrapper {
    overflow: visible;
  }
}

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

  header

-------------------------------- */
.header {
  padding-top: 60px;
}

@media screen and (min-width: 1100px),
print {
  .header {
    padding-top: 0;
  }
}

#top .header {
  padding-top: 200px;
  padding-bottom: 1.5em;
}

@media screen and (min-width: 768px),
print {
  #top .header {
    padding-top: 160px;
  }
}

@media screen and (min-width: 1100px),
print {
  #top .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}

@media screen and (min-width: 1100px),
print {
  .header .inner {
    position: absolute;
    top: 1em;
    right: 0;
    left: 0;
    width: 100%;
    padding: 0 1em;
    z-index: 1001;
  }
}

@media screen and (min-width: 1100px),
print {
  .header-content {
    position: relative;
    max-width: 1280px;
    margin: auto;
  }
}

.header-logo {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 100%;
  background-color: #fff;
  z-index: 999;
}

@media screen and (min-width: 1100px),
print {
  .header-logo {
    position: relative;
    max-width: 1280px;
    height: auto;
    margin: auto;
    background: none;
    z-index: auto;
  }
}

#top .header-logo {
  position: absolute;
  top: 70px;
  height: 110px;
}

@media screen and (min-width: 768px),
print {
  #top .header-logo {
    top: 30px;
    height: 120px;
  }
}

@media screen and (min-width: 1100px),
print {
  #top .header-logo {
    position: relative;
    top: auto;
    height: auto;
    background: none;
    z-index: auto;
  }
}

.header-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -60px;
  width: 150.83333px;
  height: 30px;
  margin: auto;
}

@media screen and (min-width: 480px),
print {
  .header-link {
    left: 0;
    width: 181px;
    height: 36px;
  }
}

@media screen and (min-width: 1100px),
print {
  .header-link {
    top: 54px;
    right: auto;
    bottom: auto;
    left: 1em;
    width: 278.46154px;
    height: 55.38462px;
  }
}

@media screen and (min-width: 1200px),
print {
  .header-link {
    top: 50px;
    width: 329.09091px;
    height: 65.45455px;
  }
}

#top .header-link {
  top: auto;
  left: 0;
  width: 278.46154px;
  height: 55.38462px;
}

@media screen and (min-width: 768px),
print {
  #top .header-link {
    width: 362px;
    height: 72px;
  }
}

@media screen and (min-width: 1100px),
print {
  #top .header-link {
    top: 54px;
    left: 1em;
    width: 278.46154px;
    height: 55.38462px;
  }
}

@media screen and (min-width: 1200px),
print {
  #top .header-link {
    top: 50px;
    width: 329.09091px;
    height: 65.45455px;
  }
}

.header-contact {
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .header-contact {
    display: block;
    position: absolute;
    top: 58px;
    right: calc(100px + 1em);
  }
}

#top .header-contact {
  display: block;
}

.header .site-text {
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .header .site-text {
    display: block;
    position: absolute;
    top: 65px;
    left: 320px;
  }
}

@media screen and (min-width: 1200px),
print {
  .header .site-text {
    left: 380px;
  }
}

#top .header .site-text {
  display: block;
}

@media screen and (min-width: 1100px),
print {
  .header-reserve {
    position: relative;
    max-width: 1280px;
    margin: auto;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-reserve .reserve-button {
    display: block;
    position: fixed;
    top: 0;
    right: 55px;
    width: 55px;
    height: 60px;
    padding: 5px 0 0;
    font-size: 0.7em;
    font-weight: 700;
    letter-spacing: 0;
    color: #106d31;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: none;
    transition: none;
  }

  .header-reserve .reserve-button::before {
    background-image: url(../img/base/calendar_grn.svg);
  }

  .header-reserve .reserve-button::after {
    display: none;
  }

  .header-reserve .reserve-button:hover::before {
    background-image: url(../img/base/calendar_wht.svg);
  }
}

@media screen and (min-width: 1100px),
print {
  .header-reserve .reserve-button {
    position: absolute;
    top: 2em;
    right: 0;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    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);
  }

  #top .header.fixed .header-logo {
    position: fixed;
    top: -60px;
    height: 60px;
    -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 .header.fixed .header-link {
    top: 0;
    width: 181px;
    height: 36px;
  }

  #top .header.fixed .site-text {
    display: none;
  }
}

@media screen and (max-width: 479.98px) {
  #top .header.fixed .header-link {
    left: -60px;
    width: 150.83333px;
    height: 30px;
  }
}

@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -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 .header.fixed .inner {
    position: fixed;
    top: -60px;
  }

  .header.fixed .header-link,
  #top .header.fixed .header-link {
    top: 10px;
    left: 0;
    width: 258.57143px;
    height: 51.42857px;
  }

  .header.fixed .site-text,
  #top .header.fixed .site-text {
    top: 17px;
    left: 290px;
  }

  .header.fixed .header-contact,
  #top .header.fixed .header-contact {
    top: 10px;
    right: 140px;
  }

  .header.fixed .header-reserve .reserve-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 130px;
    height: 70px;
  }

  .header.fixed .header-reserve .reserve-button::before {
    width: 2em;
    height: 2em;
    margin: 0 0.5em 0 0;
  }
}

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

  nav

-------------------------------- */
.nav {
  display: block;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    position: fixed;
    top: 0;
    left: -360px;
    width: 360px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1001;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
  }

  .nav-open .nav {
    left: 0;
    width: 360px;
  }
}

@media screen and (max-width: 639.98px) {
  .nav-open .nav {
    width: 100%;
  }
}

@media screen and (min-width: 1100px),
print {
  .nav {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 3em 1em 0;
    z-index: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1100px),
print {
  .nav .inner {
    position: relative;
    max-width: 1280px;
    padding: 100px 1em 0;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .nav .inner:before {
    content: "";
    display: block;
    height: 1px;
    margin-top: -1px;
    border-top: 1px dotted #c8bfb0;
  }
}

.nav-head {
  margin: 0 10px;
  padding: 50px 0 15px;
  text-align: center;
  border-bottom: 1px dotted #c8bfb0;
}

@media screen and (min-width: 480px),
print {
  .nav-head {
    padding: 25px 0;
  }
}

@media screen and (min-width: 640px),
print {
  .nav-head {
    padding: 50px 0 15px;
  }
}

@media screen and (min-width: 1100px),
print {
  .nav-head {
    display: none;
  }
}

.nav-body {
  padding: 0 10px;
}

@media screen and (min-width: 1100px),
print {
  .nav-body {
    padding: 0;
  }
}

.nav-foot {
  padding: 15px 10px;
}

@media screen and (min-width: 1100px),
print {
  .nav-foot {
    display: none;
  }
}

.nav-logo {
  max-width: 290px;
  margin-bottom: 0.5em;
}

.nav-reserve {
  margin-top: 0.5em;
  text-align: center;
}

.nav-reserve .reserve-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin: auto;
  font-size: 1.1em;
}

.nav-reserve .reserve-button::before {
  width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    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;
    margin: 0 -5px;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 0 5px;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: block;
    position: relative;
    padding: 0.8em;
    color: #262626;
    border-bottom: 1px dotted #c8bfb0;
  }

  .main-nav .nav-link:hover {
    color: #41b56a;
    text-decoration: none;
  }
}

@media screen and (min-width: 1100px),
print {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 40px;
    color: #262626;
    text-align: center;
  }

  .main-nav .nav-link:hover {
    color: #41b56a;
    text-decoration: none;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav {
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px),
print {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: -20%;
    width: 140%;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.sub-nav-active .sub-nav {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-active .sub-nav {
    top: 100%;
  }
}

.sub-nav-inner {
  margin-top: -1px;
  padding: 10px 10px 0;
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-inner {
    margin-top: 15px;
    padding: 0;
  }
}

.sub-nav-label a {
  display: block;
  position: relative;
  padding: 1em 0.7em;
  font-size: 1.1em;
  line-height: 1.1;
  color: #fff;
  border-radius: 0 10px 0 0;
  background-color: #afa083;
  overflow: hidden;
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-label a {
    padding: 0.7em 0;
    font-size: 1.3em;
    text-align: center;
  }
}

.sub-nav-label a:hover {
  color: #493629;
  text-decoration: none;
  background-color: #f2f0ec;
}

.sub-nav-items li:last-child a {
  border-radius: 0 0 0 8px;
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-items li:last-child a {
    border-radius: 0 0 0 10px;
  }
}

.sub-nav-items a {
  display: block;
  position: relative;
  padding: 0.8em 1em;
  font-size: 0.9em;
  color: #fff;
  background-color: #afa083;
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-items a {
    padding: 0.8em 0 0.8em 1.5em;
    font-size: 1em;
  }
}

.sub-nav-items a:hover {
  color: #493629;
  text-decoration: none;
  background-color: #f2f0ec;
}

.sub-nav-items a:hover:before {
  width: 100%;
}

.sub-nav-items a:before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 20px);
  height: 2px;
  margin: auto;
  background-color: #f2f0ec;
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3.7em;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0) url(../img/base/blank.gif);
  cursor: pointer;
  outline: none;
  z-index: 1;
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-button {
    width: 100%;
    height: 100%;
    background: none;
    z-index: 10;
  }
}

.sub-nav-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  left: auto;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-button:after {
    top: auto;
    right: 0;
    bottom: 5px;
    left: 0;
    width: 7px;
    height: 7px;
  }
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-button:hover:after {
    border-color: #41b56a;
  }
}

.sub-nav-active .sub-nav-button:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button:after {
    bottom: -0.5em;
    border-color: #41b56a;
  }
}

@media screen and (min-width: 1100px),
print {
  .sub-nav-active .sub-nav-button:after {
    bottom: 3px;
    border-color: #41b56a;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {

  .sub-nav-button.nav-link:hover,
  .sub-nav-active .nav-link.sub-nav-button:hover,
  .sub-nav-button:hover+.nav-link,
  .sub-nav-active .sub-nav-button:hover+.nav-link {
    color: #41b56a;
  }
}

@media screen and (min-width: 1100px),
print {

  .sub-nav-button.nav-link:hover,
  .sub-nav-active .nav-link.sub-nav-button:hover,
  .sub-nav-button:hover+.nav-link,
  .sub-nav-active .sub-nav-button:hover+.nav-link {
    color: #41b56a;
  }

  .sub-nav-button.nav-link:hover:after,
  .sub-nav-active .nav-link.sub-nav-button:hover:after,
  .sub-nav-button:hover+.nav-link:after,
  .sub-nav-active .sub-nav-button:hover+.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #41b56a;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {

  .sub-nav-active .sub-nav-button+.nav-link,
  .sub-nav-active .sub-nav-button.nav-link {
    color: #41b56a;
  }
}

@media screen and (min-width: 1100px),
print {

  .sub-nav-active .sub-nav-button+.nav-link,
  .sub-nav-active .sub-nav-button.nav-link {
    color: #41b56a;
  }

  .sub-nav-active .sub-nav-button+.nav-link:after,
  .sub-nav-active .sub-nav-button.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #41b56a;
  }
}

/* 水平ドロップダウンナビ */
@media screen and (min-width: 1100px),
print {
  .horizontal-nav .nav-item {
    position: static;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav {
    left: 0;
    width: 100%;
    z-index: 30;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-inner {
    margin-top: 0;
    padding: 2em;
    border-bottom: none;
    background: #106d31;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-label {
    max-width: 1100px;
    margin: 0 auto 1.5em;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-label a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: none;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-label a:hover {
    color: #fff;
    background: none;
  }
}

.horizontal-nav .sub-nav-items {
  max-width: 1100px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-items ul {
    margin: 0 -10px -10px 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-items li {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px 10px 0;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-items a {
    padding: 0.85em 0.5em;
    font-size: 1.1em;
    line-height: 1.3;
    text-align: center;
    background: #106d31;
    border: 1px solid #b65c20;
  }
}

@media screen and (min-width: 1100px),
print {
  .horizontal-nav .sub-nav-items a:hover {
    color: #106d31;
    border-color: #fff;
    background-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .horizontal-nav .sub-nav-button {
    position: relative;
    width: auto;
    height: auto;
  }

  .horizontal-nav .sub-nav-button:after {
    float: right;
    display: inline-block;
    vertical-align: middle;
    position: static;
    margin: 0.3em 0.3em 0.3em 1em;
  }
}

@media screen and (max-width: 1099.98px) {
  .horizontal-nav .sub-nav-active .sub-nav-button {
    color: #fff;
  }

  .horizontal-nav .sub-nav-active .sub-nav-button:hover {
    color: #fff;
  }

  .horizontal-nav .sub-nav-active .sub-nav-button:after {
    margin: 0.5em 0.3em 0 1em;
  }
}

/* ナビゲーション内情報 */
.nav-content {
  display: block;
  padding: 1.5em 1em;
}

@media screen and (min-width: 1100px),
print {
  .nav-content {
    display: none;
  }
}

.nav-content-head {
  margin-bottom: 0.5em;
  text-align: center;
}

.nav-content-logo {
  width: 150px;
  margin: auto;
}

.nav-content-info {
  font-size: 0.9em;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 55px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

.nav-button-icon {
  display: block;
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #106d31;
}

.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: #106d31;
}

.nav-button-icon:before {
  margin-top: -8px;
}

.nav-button-icon:after {
  margin-top: 8px;
}

.nav-button:after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #106d31;
  font-size: 0.7em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .nav-button {
    display: none;
  }
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  z-index: 10;
}

.nav-close-button .nav-button-icon {
  display: block;
  position: absolute;
  top: -14px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background: none;
}

.nav-close-button .nav-button-icon:before,
.nav-close-button .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: #106d31;
}

.nav-close-button .nav-button-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-close-button .nav-button-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-close-button:after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #106d31;
  font-size: 0.7em;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .nav-close-button {
    display: none;
  }
}

/* ナビゲーション背景 */
.nav-screen {
  display: inline;
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nav-open .nav-screen-overlay,
.slideout-open .nav-screen-overlay {
  opacity: 0.4;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (min-width: 1100px),
print {
  .nav-screen {
    display: none;
  }
}

/* ナビゲーション背景 */
.nav-close-screen {
  display: inline;
}

.nav-close-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.nav-open .nav-close-screen-overlay,
.slideout-open .nav-close-screen-overlay {
  opacity: 0.4;
  cursor: pointer;
  pointer-events: auto;
}

@media screen and (min-width: 1100px),
print {
  .nav-close-screen {
    display: none;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: -60px;
    padding-top: 70px;
    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);
    -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 .inner {
    padding: 0;
    background: none;
  }
}

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

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 3em 1em 0;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

#top .main {
  padding: 0 1em;
}

@media screen and (min-width: 1100px),
print {
  .main {
    padding: 3em 2em 0;
    overflow: visible;
  }

  #top .main {
    padding: 0 2em;
  }
}

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

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

  footer

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

@media screen and (min-width: 1100px),
print {
  .footer {
    padding: 0 2em;
  }
}

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

@media screen and (min-width: 1100px),
print {
  .footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2em 0;
  }
}

.footer-head {
  position: relative;
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px),
print {
  .footer-head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
}

.footer-logo {
  width: 241.33333px;
  height: 48px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .footer-logo {
    width: 278.46154px;
    height: 55.38462px;
    margin: 0;
  }
}

.footer-logo img {
  width: 100%;
}

.footer .site-text {
  display: block;
  margin: 0 auto 1em;
}

@media screen and (min-width: 1100px),
print {
  .footer .site-text {
    position: absolute;
    top: 50%;
    left: 340px;
    margin: 0;
    font-size: 0.9em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.footer .pagetop {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: -25px auto -25px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
}

@media screen and (min-width: 1100px),
print {
  .footer .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

@media screen and (min-width: 1100px) {
  .footer .pagetop.fixed {
    opacity: 1;
    pointer-events: auto;
  }
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  background-color: #106d31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #41b56a;
}

.footer .pagetop a:hover:before {
  border-color: #fff;
}

.footer .pagetop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer .copy {
  display: block;
  margin: 0 -1em;
  padding: 2em 1em;
  text-align: center;
  border-top: 1px dotted #afa083;
  background-color: #fff;
}

@media screen and (min-width: 1100px),
print {
  .footer .copy {
    margin: 0 -2em;
    padding: 1.5em 2em;
  }
}

.footer .copy small {
  display: block;
  color: #106d31;
  font-weight: 700;
  font-size: 0.75em;
  letter-spacing: 0.2em;
}

.footer .copy span {
  display: none;
}

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

  スライダー

-------------------------------- */
.slider {
  position: relative;
  margin-bottom: 40px;
  background-color: #fff;
}

@media screen and (min-width: 1100px),
print {
  .slider {
    margin-bottom: 0;
  }
}

.slider .inner {
  width: 100%;
  height: 100%;
  max-width: none;
}

.slider-main {
  display: block;
  position: relative;
}

.slider-main:before {
  content: "";
  display: block;
  padding-top: 40.625%;
}

@media screen and (min-width: 1100px),
print {
  .slider-main:before {
    padding-top: 650px;
  }
}

.slider-side {
  padding: 1.5em;
  background-color: #106d31;
}

@media screen and (min-width: 768px),
print {
  .slider-side {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 1.5em 60px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 100;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1100px),
print {
  .slider-side {
    padding: 3em 140px;
  }
}

.slider-content {
  max-width: 480px;
  margin: auto;
  color: #fff;
}

@media screen and (min-width: 768px),
print {
  .slider-content {
    line-height: 1.6;
  }
}

.slider .slick-slider,
.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slick-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slide img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1100px),
print {
  .slider .slide img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1600px),
print {
  .slider .slide img {
    width: 100%;
    height: auto;
  }
}

.slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: 1px;
  margin: auto;
  z-index: 101;
}

@media screen and (min-width: 1100px),
print {
  .slider-arrow {
    display: none;
  }
}

.slider-prev,
.slider-next {
  display: block;
  position: absolute;
  top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (min-width: 768px),
print {

  .slider-prev,
  .slider-next {
    top: -25px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px),
print {

  .slider-prev,
  .slider-next {
    top: -55px;
    width: 110px;
    height: 110px;
  }
}

.slider-prev:before,
.slider-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-prev {
  left: 0;
}

.slider-prev:before {
  left: 30%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider-next {
  right: 0;
}

.slider-next:before {
  right: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slider-dots {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.slider-dots ul {
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.slider-dots li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

.slider-dots li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 100%;
  background-color: #afa083;
}

.slider-dots li.slick-active:before {
  background-color: #106d31;
}

.slider-dots button {
  display: none;
}

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

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（TEL・FAX）*/
.tel-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 55px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-align: center;
  border: none;
  background: #fff;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

@media screen and (min-width: 1100px),
print {
  .tel-button {
    display: none;
  }
}

.tel-button a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #106d31;
}

.tel-button a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #41b56a;
}

.tel-button a:hover:before {
  background-image: url(../img/base/tel4.svg);
}

.tel-button a:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  background: url(../img/base/tel3.svg) center no-repeat;
  background-size: cover;
}

.tel-button a:after {
  content: "TEL";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* 予約ボタン */
.reserve-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 100px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #38b16c;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.reserve-button:hover {
  color: #fff;
  background-color: #26b966;
  text-decoration: none;
}

.reserve-button::before {
  content: "";
  display: block;
  width: 2.75em;
  height: 2.75em;
  margin-right: auto;
  margin-bottom: 0.25em;
  margin-left: auto;
  background: url(../img/base/calendar_wht.svg) center no-repeat;
  background-size: cover;
}

.reserve-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

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

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

.page-title:before {
  content: "";
  display: block;
  padding-top: 21.5%;
  background: #fff url(../img/base/title.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {
  .page-title:before {
    height: 205px;
    height: calc(140px + 6em);
    padding-top: 0;
  }
}

.page-title-inner {
  display: block;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .page-title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 150px;
  }
}

.page-title-inner:before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: -20px auto -40px;
  border-radius: 100%;
  background: #fff url(../img/base/teeth.png) 50% 30px no-repeat;
  background-size: 24% auto;
}

@media screen and (min-width: 1100px),
print {
  .page-title-inner:before {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    width: 160px;
    height: 160px;
    margin: auto;
    background-position: 50% 35px;
  }
}

.page-title-name {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  font-size: 100%;
  text-align: center;
}

.page-title-name .title {
  display: block;
  font-size: 1.5em;
  line-height: 1.1;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (min-width: 640px),
print {
  .page-title-name .title {
    font-size: 2.1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .page-title-name .title {
    font-size: 2.6em;
    letter-spacing: 0.1em;
  }
}

.page-title-name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 172px;
  height: 4px;
  margin: auto;
  background: repeating-linear-gradient(90deg,
      #f2f0ec,
      #f2f0ec 4px,
      #fff 0,
      #fff 8px);
}

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

  診療時間表

-------------------------------- */
/* 診療時間表 */
.time-table-main {
  margin: -1px -1px 0.75em;
  overflow: hidden;
}

.time-table table {
  width: 100%;
  color: #262626;
  line-height: 1.1;
  border-spacing: 1px;
}

.time-table thead th {
  height: 40px;
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-color: #000;
}

@media screen and (min-width: 640px),
print {
  .time-table thead th {
    font-size: 1em;
  }
}

.time-table thead td {
  width: 11.5%;
  font-size: 0.8em;
  text-align: center;
  background-color: #ddd;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (min-width: 640px),
print {
  .time-table thead td {
    width: 13%;
    font-size: 1em;
  }
}

.time-table thead td.sat {
  width: 14%;
  color: #fff;
  background-color: #4da6ff;
}

@media screen and (min-width: 640px),
print {
  .time-table thead td.sat {
    width: 13.2%;
  }
}

.time-table thead td.sun {
  width: 12.5%;
  color: #fff;
  background-color: #d90000;
}

@media screen and (min-width: 640px),
print {
  .time-table thead td.sun {
    width: 9%;
  }
}

.time-table tbody th {
  height: 85px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 640px),
print {
  .time-table tbody th {
    height: 80px;
  }
}

.time-table tbody th span {
  display: block;
  font-size: 0.9em;
}

@media screen and (min-width: 1100px),
print {
  .time-table tbody th span {
    font-size: 0.8em;
  }
}

.time-table tbody td {
  text-align: center;
  background-color: #fff;
}

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

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

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

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

.time-table .timelimit {
  display: block;
  margin-top: 0.25em;
  margin-bottom: -0.25em;
}

.time-table .timelimit span {
  display: block;
  line-height: 1.1;
  font-size: 0.6em;
  font-weight: 700;
  color: #158858;
}

@media screen and (min-width: 640px),
print {
  .time-table .timelimit span {
    display: inline;
  }
}

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

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

.time-table .close {
  display: block;
  width: 1.5em;
  height: 1px;
  margin: auto;
  background-color: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.time-table-note {
  margin-top: 0.5em;
}

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

@media screen and (min-width: 1100px),
print {
  .time-table-primary thead th {
    padding-left: 1.1em;
    text-align: left;
  }
}

@media screen and (min-width: 1100px),
print {
  .time-table-primary thead td {
    width: 11%;
  }
}

@media screen and (min-width: 1100px),
print {
  .time-table-primary thead td.sat {
    width: 13%;
  }
}

.time-table-primary tbody th {
  background: #f2f0ec;
}

@media screen and (min-width: 1100px),
print {
  .time-table-primary tbody th {
    padding-left: 1em;
    text-align: left;
  }

  .time-table-primary tbody th span {
    display: inline;
    font-size: 1.1em;
  }
}

.time-table-primary tbody td {
  background: #f2f0ec;
}

.time-table-primary tbody td.sat,
.time-table-primary tbody td.sun {
  background: #f2f0ec;
}

@media screen and (min-width: 1100px),
print {
  .time-table-primary .timelimit span {
    font-size: 0.8em;
  }
}

.time-table-primary .time-table-note {
  color: #c00;
}

.time-table-secondary .time-table-main {
  margin: 0;
}

.time-table-secondary table {
  background-color: #106d31;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.time-table-secondary thead th {
  height: 34px;
  font-size: 0.9em;
  color: #262626;
  background-color: #fff;
}

.time-table-secondary thead td {
  width: 35%;
  font-size: 0.9em;
  background-color: #fff;
}

.time-table-secondary tbody th {
  height: 50px;
  font-size: 0.9em;
  line-height: 1.2;
}

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

.time-table-secondary tbody td span {
  display: block;
  margin: 0.3em -0.5em 0;
  font-size: 0.7em;
}

.time-table-secondary .time-table-note {
  font-size: 0.9em;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

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

  プリント

-------------------------------- */
@media print {

  html,
  body {
    width: 1100px;
    background: none;
  }
}

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

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px),
print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 1100px),
print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 5em;
}

.section-secondary .inner {
  line-height: 1.5;
}

@media screen and (min-width: 768px),
print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1100px),
print {
  .section-secondary .inner {
    padding-right: 1.4em;
    padding-left: 1.4em;
  }
}

.section-secondary .inner:not(:last-child) {
  margin-bottom: 2em;
}

.section-header {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 1.5em;
  padding: 1em 30px;
  text-align: center;
  background: url(../img/base/bg1.png);
  z-index: 1;
}

@media screen and (min-width: 640px),
print {
  .section-header {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}

@media screen and (min-width: 1100px),
print {
  .section-header {
    margin-bottom: 2em;
  }
}

.section-header-secondary {
  background-image: url(../img/base/bg5.png);
}

.section-header:before,
.section-header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 50%;
}

.section-header:before {
  top: 0;
  background: -webkit-gradient(linear,
      right top,
      left bottom,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom left,
      rgba(255, 255, 255, 0) 50%,
      #fff 50.5%) no-repeat top left/100% 100%;
}

.section-header:after {
  bottom: 0;
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left,
      rgba(255, 255, 255, 0) 50%,
      #fff 50.5%) no-repeat top left/100% 100%;
}

.section-heading {
  font-size: 100%;
  font-size: 1.3em;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (min-width: 640px),
print {
  .section-heading {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px),
print {
  .section-heading {
    font-size: 1.9em;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1280px),
print {
  .section-heading {
    font-size: 2.2em;
  }
}

.section-heading:before,
.section-heading:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 50%;
}

.section-heading:before {
  top: 0;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to bottom right,
      rgba(255, 255, 255, 0) 50%,
      #fff 50.5%) no-repeat top left/100% 100%;
}

.section-heading:after {
  bottom: 0;
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
  background: linear-gradient(to top right,
      rgba(255, 255, 255, 0) 50%,
      #fff 50.5%) no-repeat top left/100% 100%;
}

/* 導入部 */
.masumi-intro-section {
  padding: 2em 1em;
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-section {
    padding: 2em;
  }
}

.masumi-intro-section .inner {
  max-width: 540px;
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-section .inner {
    max-width: 1280px;
  }
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 342px;
    padding-right: 342px;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-intro-container {
    min-height: 452px;
    padding-right: 452px;
  }
}

.masumi-intro-inner {
  height: 100%;
}

.masumi-intro-head {
  position: relative;
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px),
print {
  .masumi-intro-head {
    margin-bottom: 2em;
  }
}

.masumi-intro-head:before {
  content: "";
  display: none;
}

@media screen and (min-width: 480px),
print {
  .masumi-intro-head:before {
    display: block;
    position: absolute;
    top: -15px;
    right: 15px;
    width: 55px;
    height: 80px;
    margin: auto;
    background: url(../img/base/illust1.png) center no-repeat;
    background-size: cover;
    z-index: 1;
  }
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-head:before {
    top: -15px;
    right: -10px;
    width: 78.57143px;
    height: 114.28571px;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-intro-head:before {
    right: -90px;
    width: 110px;
    height: 160px;
  }
}

.masumi-intro-heading {
  font-size: 1.5em;
  line-height: 1.2;
}

@media screen and (min-width: 768px),
print {
  .masumi-intro-heading {
    font-size: 1.9em;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-intro-heading {
    font-size: 2.3em;
  }
}

@media screen and (min-width: 480px),
print {
  .masumi-intro-heading .br {
    display: block;
  }
}

.masumi-intro-img {
  width: 100%;
  min-width: 180px;
  margin: 0 auto 1em;
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-img {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 342px;
    max-width: none;
    height: 342px;
    margin: auto;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-intro-img {
    width: 452px;
    height: 452px;
  }
}

.masumi-intro-img 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 -2px -2px 0;
}

.masumi-intro-img li {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 2px 2px 0;
}

@media screen and (min-width: 992px),
print {
  .masumi-intro-img li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.masumi-intro-img img {
  width: 100%;
}

.masumi-intro-description {
  font-size: 1.05em;
  line-height: 1.6;
}

@media screen and (min-width: 768px),
print {
  .masumi-intro-description {
    font-size: 1.1em;
    line-height: 1.8;
    margin-right: 70px;
  }
}

@media screen and (min-width: 768px),
print {
  .masumi-intro-description .br {
    display: block;
  }
}

.masumi-intro-description .strong {
  color: #ff6e00;
  font-weight: 700;
}

/* クリニック情報 */
.masumi-info-section {
  position: relative;
  padding: 0 1em;
  background: url(../img/base/bg4.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-info-section {
    padding: 0 2em;
  }
}

.masumi-info-section .inner {
  max-width: none;
}

@media screen and (min-width: 1100px),
print {
  .masumi-info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-info-item {
    width: 50%;
  }
}

.masumi-info-inner {
  display: block;
  position: relative;
  height: 100%;
}

.masumi-info-access {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px),
print {
  .masumi-info-access {
    margin: 0 0 0 -2em;
  }
}

.masumi-info-schedule {
  padding: 2em 0;
}

@media screen and (min-width: 1100px),
print {
  .masumi-info-schedule {
    max-width: 640px;
    padding: 0 0 0 2em;
  }
}

/* コンテンツ一覧（バナー）*/
.masumi-menu-section {
  position: relative;
  padding: 3em 1em 13em;
  background: url(../img/base/bg1.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu-section {
    padding: 4em 2em;
  }
}

.masumi-menu-section .inner {
  max-width: 800px;
}

.masumi-menu-head {
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .masumi-menu-head {
    margin-bottom: 2em;
  }
}

.masumi-menu-heading {
  font-size: 100%;
  font-weight: 500;
}

@media screen and (min-width: 768px),
print {
  .masumi-menu-heading {
    font-size: 1.2em;
  }
}

.masumi-menu-heading span {
  display: block;
  position: relative;
  padding: 0.3em 0 0.1em;
  font-size: 2.1em;
  font-weight: 500;
  line-height: 1.1;
  color: #493629;
  overflow: hidden;
}

.masumi-menu-heading span:before,
.masumi-menu-heading span:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  margin: auto;
  background: #493629 url(../img/pages/.png) center no-repeat;
  background-size: cover;
}

.masumi-menu-heading span:before {
  left: -2.5em;
}

.masumi-menu-heading span:after {
  right: -2.5em;
}

.masumi-menu-heading:after {
  content: attr(data-subtitle);
  display: block;
}

.masumi-menu-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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}

.masumi-menu-item {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 1em 1em 0;
}

@media screen and (min-width: 480px),
print {
  .masumi-menu-item {
    -ms-flex-preferred-size: 26%;
    flex-basis: 26%;
    max-width: 26%;
  }
}

@media screen and (min-width: 768px),
print {
  .masumi-menu-item {
    -ms-flex-preferred-size: 15%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.masumi-menu .menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding-top: 100%;
  text-align: center;
  color: #493629;
}

.masumi-menu .menu-link:hover {
  color: #41b56a;
  text-decoration: none;
}

.masumi-menu .menu-link:hover:before {
  border-color: #41b56a;
  background-color: #fff;
  background-size: 50% auto;
  -webkit-transform: rotate(8deg);
  transform: rotate(8deg);
}

.masumi-menu .menu-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  border: 3px solid #fff;
  background: #f2f0ec url(../img/base/teeth.png) center no-repeat;
  background-size: 40% auto;
}

.masumi-menu .menu-title {
  display: block;
  width: 100%;
  margin-top: 1.2em;
  text-align: center;
}

.masumi-menu .menu-title span {
  display: block;
  margin: 0 -1em;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 640px),
print {
  .masumi-menu .menu-title span {
    font-size: 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu .menu-title span {
    font-size: 1.3em;
  }
}

.masumi-menu-bg {
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(100% + 20px);
  overflow: hidden;
}

.masumi-menu-bg .bg-item {
  display: block;
  position: absolute;
  background-size: cover;
}

.masumi-menu-bg .bg-item1 {
  top: 0;
  left: 10px;
  width: 171.25px;
  height: 102.5px;
  background-image: url(../img/base/illust2.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu-bg .bg-item1 {
    width: 274px;
    height: 164px;
  }
}

.masumi-menu-bg .bg-item2 {
  top: 0;
  right: -20px;
  width: 152.85714px;
  height: 152.85714px;
  background-image: url(../img/base/illust3.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu-bg .bg-item2 {
    width: 214px;
    height: 214px;
  }
}

.masumi-menu-bg .bg-item3 {
  right: 0;
  bottom: 0;
  left: -150px;
  width: 166.66667px;
  height: 116.66667px;
  margin: auto;
  background-image: url(../img/base/illust4.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu-bg .bg-item3 {
    right: auto;
    left: -20px;
    width: 200px;
    height: 140px;
  }
}

.masumi-menu-bg .bg-item4 {
  right: -200px;
  bottom: 0;
  left: 0;
  width: 91.66667px;
  height: 200px;
  margin: auto;
  background-image: url(../img/base/illust5.png);
}

@media screen and (min-width: 1100px),
print {
  .masumi-menu-bg .bg-item4 {
    right: -15px;
    left: auto;
    width: 110px;
    height: 240px;
  }
}

/* コンテンツ一覧（カード）*/
.masumi-service-section {
  padding: 2em 1em;
  background: url(../img/base/bg2.jpg) center no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1100px),
print {
  .masumi-service-section {
    padding: 3em 2em;
  }
}

.masumi-service-section .inner {
  max-width: none;
}

.masumi-service-container {
  max-width: 360px;
  margin: auto;
}

@media screen and (min-width: 640px),
print {
  .masumi-service-container {
    max-width: 1280px;
  }
}

.masumi-service-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 -1em -1em 0;
}

@media screen and (min-width: 1280px),
print {
  .masumi-service-items {
    margin: 0 -2em -2em 0;
  }
}

.masumi-service-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
}

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

@media screen and (min-width: 1280px),
print {
  .masumi-service-item {
    padding: 0 2em 2em 0;
  }
}

.masumi-service-inner {
  display: block;
  position: relative;
  height: 100%;
  padding: 1em;
  border-radius: 0.5em;
  background-color: #fff;
}

@media screen and (min-width: 640px),
print {
  .masumi-service-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em 0 1em 1em;
  }
}

@media screen and (min-width: 768px),
print {
  .masumi-service-inner {
    display: block;
    padding: 1em;
  }
}

.masumi-service-main {
  position: relative;
  padding-top: 1em;
  padding-bottom: 3em;
}

@media screen and (min-width: 640px),
print {
  .masumi-service-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 1em;
    padding-left: 1em;
  }
}

@media screen and (min-width: 768px),
print {
  .masumi-service-main {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 640px),
print {
  .masumi-service-side {
    width: 40%;
  }
}

@media screen and (min-width: 768px),
print {
  .masumi-service-side {
    width: auto;
  }
}

.masumi-service-head {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 100%;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .masumi-service-head {
    bottom: 1em;
  }
}

.masumi-service-head a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2.4em;
  font-size: 0.95em;
}

@media screen and (min-width: 1100px),
print {
  .masumi-service-head a {
    line-height: 2.2em;
    font-size: 1em;
  }
}

.masumi-service-body {
  font-size: 0.95em;
  text-align: center;
}

.masumi-service-img img {
  width: 100%;
}

/* アクセスマップ */
/* 診療日・診療時間 */
.masumi-schedule-head {
  position: relative;
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px),
print {
  .masumi-schedule-head {
    margin-bottom: 1.5em;
  }
}

.masumi-schedule-heading {
  line-height: 1.1;
  font-size: 1.5em;
  color: #f2f0ec;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .masumi-schedule-heading {
    font-weight: 700;
  }
}

@media screen and (min-width: 1100px),
print {
  .masumi-schedule-heading {
    font-size: 1.7em;
  }
}

.masumi-schedule .time-table-note {
  color: #f2f0ec;
}

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

  idxx　お知らせ

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

.news-area .inner {
  line-height: 1.5;
}

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

.news-area .news-list,
.news-area .news-thumb-list,
.news-area .news-img-list {
  padding-bottom: 2em;
}

.news-detail .inner {
  line-height: 1.5;
}

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

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

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

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  margin-top: 0.5em;
  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-back {
  clear: both;
  padding-top: 2.5em;
  text-align: center;
}

/* お知らせ一覧（テキストのみ）*/
.news-list .news-link {
  position: relative;
  padding: 0.8em 1em;
}

@media screen and (min-width: 640px),
print {
  .news-list .news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.news-list .news-link:hover {
  text-decoration: none;
}

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

.news-list .news-link:hover .news-title {
  text-decoration: underline;
}

.news-list .news-date {
  font-size: 0.9em;
  color: #262626;
}

@media screen and (min-width: 640px),
print {
  .news-list .news-date {
    width: 7em;
    font-size: 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .news-list .news-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/* お知らせ一覧（サムネイル縦並び）*/
.news-thumb-list .news-link {
  display: block;
  position: relative;
  padding-left: 95px;
}

.news-thumb-list .news-link:hover {
  text-decoration: none;
}

.news-thumb-list .news-link:hover .news-date {
  color: #41b56a;
}

.news-thumb-list .news-link:hover .news-title {
  text-decoration: underline;
}

.news-thumb-list .news-date {
  font-size: 0.9em;
  color: #262626;
}

.news-thumb-list .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-thumb-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 60px;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-thumb-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせ一覧（大きいサムネイル）*/
.news-img-list {
  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 -0.5em -1em 0;
}

@media screen and (min-width: 640px),
print {
  .news-img-list {
    margin: 0 -1em -1.5em 0;
  }
}

.news-img-list .news-topics {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 0.5em 1em 0;
}

@media screen and (min-width: 640px),
print {
  .news-img-list .news-topics {
    padding: 0 1em 1.5em 0;
  }
}

@media screen and (min-width: 768px),
print {
  .news-img-list .news-topics {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}

.news-img-list .news-link {
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  color: #262626;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9em;
  border: none;
}

@media screen and (min-width: 1100px),
print {
  .news-img-list .news-link {
    font-size: 1em;
  }
}

.news-img-list .news-link:hover {
  color: #41b56a;
  text-decoration: none;
}

.news-img-list .news-link:hover .news-date {
  color: #41b56a;
}

.news-img-list .news-date {
  margin: 0.5em 0 0.2em;
  font-size: 0.9em;
  color: #262626;
}

.news-img-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-img-list .news-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-img-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせ一覧（横スクロールスライダー）*/
.news-slider-list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.news-slider-list.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.news-slider-list .news-topics {
  width: 240px;
  padding: 0 10px;
}

@media screen and (min-width: 1100px),
print {
  .news-slider-list .news-topics {
    width: 260px;
    padding: 0 15px;
  }
}

.news-slider-list .news-link {
  position: relative;
  height: 100%;
  padding: 75% 0 0;
  color: #262626;
  text-align: center;
  line-height: 1.5;
  font-size: 0.9em;
  border: none;
}

@media screen and (min-width: 1100px),
print {
  .news-slider-list .news-link {
    font-size: 1em;
  }
}

.news-slider-list .news-link:hover {
  color: #41b56a;
  text-decoration: none;
}

.news-slider-list .news-link:hover .news-date {
  color: #41b56a;
}

.news-slider-list .news-date {
  margin: 0.5em 0 0.2em;
  font-size: 0.9em;
  color: #262626;
}

.news-slider-list .news-title {
  overflow: hidden;
  font-variant: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-slider-list .news-img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin: auto;
  background: #fff url(../img/base/logo.png) center no-repeat;
  background-size: 80% auto;
  overflow: hidden;
}

.news-slider-list .news-img:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.news-slider-list .news-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 150%;
  max-height: 150%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* お知らせスライダー用前後ボタン */
.news-arrow {
  display: block;
  clear: both;
  margin-top: 1em;
  text-align: center;
}

@media screen and (min-width: 640px),
print {
  .news-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    margin: -1.5em auto 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1100px),
print {
  .news-arrow {
    margin-top: -2em;
  }
}

.news-arrow-prev,
.news-arrow-next {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 15px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: pointer;
}

@media screen and (min-width: 640px),
print {

  .news-arrow-prev,
  .news-arrow-next {
    display: block;
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

@media screen and (min-width: 1100px),
print {

  .news-arrow-prev,
  .news-arrow-next {
    top: -24px;
    width: 48px;
    height: 48px;
  }
}

.news-arrow-prev:before,
.news-arrow-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 40%;
  margin: auto;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 640px),
print {

  .news-arrow-prev:before,
  .news-arrow-next:before {
    border-width: 2px;
  }
}

@media screen and (min-width: 640px),
print {
  .news-arrow-prev {
    left: 10px;
  }
}

.news-arrow-prev:before {
  left: 20%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 640px),
print {
  .news-arrow-next {
    right: 10px;
  }
}

.news-arrow-next:before {
  right: 20%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* WordPress お知らせ詳細用 */
.news-pagers {
  position: relative;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px dotted #eee;
  overflow: hidden;
}

.news-pager {
  width: 70px;
  height: 40px;
  margin: auto;
  overflow: hidden;
}

@media screen and (min-width: 480px),
print {
  .news-pager {
    width: 80px;
  }
}

.news-pager a {
  display: block;
  position: relative;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 0;
  background-color: #106d31;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news-pager a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #41b56a;
}

.news-pager a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.news-pager-prev {
  position: absolute;
  top: 2em;
  right: 0;
  left: -190px;
}

@media screen and (min-width: 480px),
print {
  .news-pager-prev {
    left: -240px;
  }
}

.news-pager-prev a {
  padding-left: 10px;
}

.news-pager-prev a:before {
  display: none;
}

.news-pager-prev a:after {
  left: -40px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.news-pager-next {
  position: absolute;
  top: 2em;
  right: -190px;
  left: 0;
}

@media screen and (min-width: 480px),
print {
  .news-pager-next {
    right: -240px;
  }
}

.news-pager-next a {
  padding-right: 10px;
}

.news-pager-next a:before {
  display: none;
}

.news-pager-next a:after {
  right: -40px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.news-pager-back {
  width: 90px;
  font-size: 13px;
}

@media screen and (min-width: 480px),
print {
  .news-pager-back {
    width: 120px;
  }
}

.news-pager-back a:before,
.news-pager-back a:after {
  display: none;
}

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

  id02　ごあいさつ

-------------------------------- */
/* 院長挨拶 */
.doctor-greeting-message {
  line-height: 1.8;
}

@media screen and (min-width: 768px),
print {
  .doctor-greeting-message {
    font-size: 1.05em;
  }
}

@media screen and (min-width: 1100px),
print {
  .doctor-greeting-message {
    font-size: 1.1em;
  }
}

.doctor-greeting-name {
  /*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  */
  margin-top: 1.5em;
  line-height: 1.5;
  
}

.doctor-greeting-name .ruby {
  display: inline-block;
  position: relative;
}

.doctor-greeting-name .ruby:before {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  font-size: 0.5em;
  text-align: center;
}

.doctor-greeting-name .name {
  display: inline-block;
  position: relative;
  font-size: 1.3em;
}

.doctor-info {
}

.doctor-greeting-img {
  max-width: 340px;
  margin: 0 auto 1.5em;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .doctor-greeting-img {
    float: right;
    width: 33%;
    max-width: none;
    margin: 0;
    border-left: 1.5em solid #fff;
  }
}

@media screen and (min-width: 1100px),
print {
  .doctor-greeting-img {
    width: auto;
  }
}

@media screen and (min-width: 1200px),
print {
  .doctor-greeting-img {
    margin-top: 0;
  }
}

.doctor-greeting-secondary {
  margin-top: 0;
}










/* 所属学会、資格等・略歴 */
.doctor-profile-history {
  display: block;
  max-width: 26em;
  margin: auto;
  line-height: 1.5;
}

.doctor-profile-history tbody {
  display: block;
}

.doctor-profile-history tr {
  display: table;
  width: 100%;
}

@media screen and (max-width: 767.98px) {
  .doctor-profile-history tr {
    display: block;
  }

  .doctor-profile-history tr:not(:last-child) {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #afa083;
  }
}

.doctor-profile-history th,
.doctor-profile-history td {
  vertical-align: top;
}

@media screen and (max-width: 767.98px) {

  .doctor-profile-history th,
  .doctor-profile-history td {
    display: block;
  }
}

.doctor-profile-history th {
  width: 7em;
}

@media screen and (max-width: 767.98px) {
  .doctor-profile-history th {
    width: auto;
  }
}

.doctor-profile-history .repeat {
  display: inline-block;
  width: 16em;
  padding-left: 2em;
}

@media screen and (max-width: 767.98px) {
  .doctor-profile-history .repeat {
    display: inline;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* 診療方針・特徴 */
.clinic-policy-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 -1em -2em 0;
  padding-top: 1em;
}

@media screen and (min-width: 1100px),
print {
  .clinic-policy-items {
    margin: 0 -2em -3em 0;
  }
}

.clinic-policy-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 2em 0;
}

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

@media screen and (min-width: 1100px),
print {
  .clinic-policy-item {
    padding: 0 2em 3em 0;
  }
}

.clinic-policy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5em;
}

.clinic-policy-heading {
  position: relative;
  padding-left: 60px;
  font-weight: 500;
  line-height: 1.3;
  color: #106d31;
}

@media screen and (min-width: 1100px),
print {
  .clinic-policy-heading {
    font-size: 1.4em;
  }
}

.clinic-policy-heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: url(../img/base/checkmark.svg) center no-repeat;
  background-size: cover;
}

.clinic-policy-img {
  margin-bottom: 1.5em;
  padding: 0 1em;
  text-align: center;
}

.clinic-policy-img img {
    width: 450px;
}

@media screen and (min-width: 1100px),
print {
  .clinic-policy-description {
    padding-right: 0;
  }
}

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

  id03　診療案内・アクセス

-------------------------------- */
/* 診療日・時間 */
.info-schedule-section .inner {
  max-width: 960px;
}

/* 所在地・連絡先・アクセス */
@media screen and (max-width: 767.98px) {
  .info-access-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px),
print {
  .info-access-main {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 992px),
print {
  .info-access-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
    min-height: 200px;
    padding-right: 275px;
  }
}

@media screen and (min-width: 1100px),
print {
  .info-access-main {
    margin-bottom: 2em;
  }
}

.info-access-side {
  margin-bottom: 2em;
}

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

@media screen and (min-width: 768px),
print {
  .info-access-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 992px),
print {
  .info-access-head {
    display: block;
    width: 240px;
    margin: 0;
  }
}

@media screen and (min-width: 1200px),
print {
  .info-access-head {
    width: 280px;
  }
}

.info-access-body {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 992px),
print {
  .info-access-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding: 0 1em;
    text-align: center;
  }
}

@media screen and (min-width: 1100px),
print {
  .info-access-body {
    padding: 0 1.5em;
  }
}

.info-access-logo {
  text-align: center;
}

.info-access-logo img {
  width: 280px;
}

.info-access-contact {
  text-align: left;
}

.info-access-img {
  margin: 1.5em 0;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .info-access-img {
    margin: 0;
    padding-left: 2em;
  }
}

@media screen and (min-width: 992px),
print {
  .info-access-img {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
  }
}

.info-access-img img {
  background-color: #f0ede9;
}

.info-access-map {
  margin: 0 -1em;
}

@media screen and (min-width: 768px),
print {
  .info-access-map {
    margin: 0;
  }
}

/* フォトギャラリー */
.info-gallery-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 -1em -1.5em 0;
}

@media screen and (min-width: 1100px),
print {
  .info-gallery-items {
    margin: 0 -3em -3em 0;
  }
}

.info-gallery-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1.5em 0;
}

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

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

@media screen and (min-width: 1100px),
print {
  .info-gallery-item {
    padding: 0 3em 3em 0;
  }
}

.info-gallery-img .img {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 1100px),
print {
  .info-gallery-img .img {
    margin-bottom: 1em;
  }
}

.info-gallery-img .img img {
  width: 100%;
}

.info-gallery-img .caption {
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .info-gallery-img .caption {
    font-size: 1.1em;
  }
}

/* お支払方法 */
.info-payment-section {
  display: none;
}

.info-payment-item {
  position: relative;
  margin-top: 2em;
  border-radius: 6px;
  border: 2px solid #77604e;
}

.info-payment-item dt {
  position: absolute;
  top: -1em;
  left: 0;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1100px),
print {
  .info-payment-item dt {
    padding: 0 2em;
    text-align: left;
  }
}

.info-payment-item dt span {
  padding: 0 0.5em;
  color: #77604e;
  font-weight: 700;
  background-color: #fff;
}

.info-payment-item dd {
  padding: 1em;
}

.info-payment-card {
  max-width: 520px;
  margin: auto;
}

@media screen and (min-width: 1100px),
print {
  .info-payment-card {
    max-width: none;
  }
}

.info-payment-card img {
  display: block;
}

@media screen and (min-width: 1100px),
print {
  .info-payment-card img {
    display: inline;
  }
}

@media screen and (max-width: 1099.98px) {
  .info-payment-card img .card1 {
    width: 100%;
  }

  .info-payment-card img .card2 {
    width: 77.69%;
  }
}

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

  id04　求人情報

-------------------------------- */
/* 求人情報 */
.recruit-staff:not(:first-child) {
  margin-top: 3em;
}

.recruit-staff.no-recruit {
  display: none;
}

@media screen and (min-width: 1280px),
print {
  .recruit-staff-section .inner {
    font-size: 1.1em;
  }
}

.recruit-staff-head {
  margin-top: 1em;
}

.recruit-staff-heading {
  width: 100%;
  max-width: 220px;
  margin-bottom: 0.75em;
  padding: 0.5em 0;
  font-size: 1.1em;
  line-height: 1.3;
  text-align: center;
  background: url(../img/base/bg1.png);
}

@media screen and (min-width: 768px),
print {
  .recruit-staff-heading {
    font-size: 1.3em;
  }
}

.recruit-staff-description {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 640px),
print {

  .recruit-staff-info th,
  .recruit-staff-info td {
    vertical-align: top;
  }
}

.recruit-staff-schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recruit-staff-schedule dt {
  width: 7em;
  text-align: center;
}

.recruit-staff-schedule dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 1em;
}

.recruit-staff-schedule li {
  max-width: 8em;
  text-align: right;
}

.recruit-staff-schedule .note {
  clear: both;
  padding-top: 0.5em;
}

.recruit-staff-allowance dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 1.5em;
}

.recruit-staff-allowance dl:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #262626;
}

.recruit-staff-allowance dt {
  width: 5em;
}

.recruit-staff-allowance dd {
  padding-left: 1em;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

  id05　治療について

-------------------------------- */
/* 診療内容一覧 */
.medical-index-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 -1em -1.5em 0;
}

@media screen and (min-width: 1100px),
print {
  .medical-index-items {
    margin: 0 -1.5em -1.5em 0;
  }
}

.medical-index-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1.5em 0;
}

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

@media screen and (min-width: 1100px),
print {
  .medical-index-item {
    padding: 0 1.5em 1.5em 0;
  }
}

.medical-index-inner {
  display: block;
  position: relative;
  height: 100%;
}

.medical-index-head {
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #106d31;
}

@media screen and (min-width: 768px),
print {
  .medical-index-head {
    padding: 0 0.5em 0 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .medical-index-head {
    padding-left: 0.85em;
  }
}

.medical-index-head-secondary {
  background-color: #493629;
}

.medical-index-body {
  line-height: 1.5;
}

.medical-index-foot {
  padding-top: 0.5em;
}

@media screen and (min-width: 768px),
print {
  .medical-index-foot {
    position: absolute;
    top: 8px;
    right: 8px;
    padding-top: 0;
  }
}

.medical-index-foot .more {
  margin-top: 0;
  text-align: right;
}

@media screen and (min-width: 768px),
print {
  .medical-index-foot .more {
    text-align: left;
  }
}

.medical-index-heading {
  font-size: 100%;
  font-size: 1.1em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px),
print {
  .medical-index-heading {
    line-height: 46px;
  }
}

@media screen and (min-width: 1100px),
print {
  .medical-index-heading {
    font-size: 1.25em;
  }
}

/* 治療ページ共通導入部 */
/* 治療ページ共通レイアウト */
.medical-detail:after {
  content: "";
  display: table;
  clear: both;
}

.medical-detail-head {
  margin-bottom: 1em;
}

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

.medical-detail-heading {
  color: #106d31;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.medical-caution {
  padding: 1em;
}

@media screen and (min-width: 768px),
print {
  .medical-detail-heading {
    font-size: 2.4em;
  }
}

.medical-detail-caption {
  padding-top: 0.25em;
}

.medical-detail-img {
  max-width: 240px;
  margin: 0 auto 1.5em;
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  .medical-detail-img {
    float: right;
    width: 33%;
    max-width: none;
    margin: 0;
    border-left: 1.5em solid #fff;
  }
}

@media screen and (min-width: 1100px),
print {
  .medical-detail-img {
    width: auto;
  }
}

@media screen and (min-width: 1200px),
print {
  .medical-detail-img {
    margin-top: -5.5em;
  }
}

.medical-detail-img-secondary {
  margin-top: 0;
}

.medical-detail-description {
  margin-bottom: 2em;
  overflow: hidden;
}

.medical-detail-more {
  overflow: hidden;
}

@media screen and (min-width: 768px),
print {
  .medical-detail-more .more {
    text-align: right;
  }
}

.price {
  font-weight: bold;
  margin-bottom: 0.5em;
}

.price-list-wrap:not(:last-child) {
  margin-bottom: 1.5em;
}

.price-list-wrap dl {
  display: block;
  margin-bottom: 0.8em;
}

.price-list-wrap dt {
  margin-bottom: 0.3em;
  border-bottom: 2px solid #f2f0ec;
}

.price-list-wrap .br {
  display: block;
}

@media screen and (min-width: 480px),
print {
  .price-list-wrap dl {
    display: flex;
  }

  .price-list-wrap .br {
    display: none;
  }

  .price-list-wrap dl dt {
    width: 17.5em;
    border-bottom: none;
  }
}

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

  id06　一般歯科

-------------------------------- */
/* 虫歯治療 */
.general-caries-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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -1em -1em 0;
}

@media screen and (min-width: 1280px),
print {
  .general-caries-items {
    margin: 0 -1.5em -1em 0;
  }
}

.general-caries-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1em 0;
}

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

@media screen and (min-width: 992px),
print {
  .general-caries-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (min-width: 1280px),
print {
  .general-caries-item {
    padding: 0 1.5em 1em 0;
  }
}

.general-caries-head {
  margin-bottom: 0.5em;
  text-align: center;
}

.general-caries-body {
  font-size: 0.9em;
  line-height: 1.6;
}

.general-caries-body .br {
  display: none;
}

@media screen and (min-width: 1280px),
print {
  .general-caries-body .br {
    display: block;
  }
}

.general-caries-img {
  margin-bottom: 40px;
}

.general-caries-img img {
  width: 96px;
}

@media screen and (min-width: 1100px),
print {
  .general-caries-img img {
    width: auto;
  }
}

.general-caries-heading {
  position: relative;
  font-size: 100%;
}

.general-caries-heading .status {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  font-size: 2em;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}

.general-caries-heading .heading {
  display: block;
  position: relative;
  padding: 0.3em 0;
  font-weight: 700;
  background-color: #f2f0ec;
  z-index: 1;
}

/* 入れ歯治療 */
/* 歯周病治療 */
/* --------------------------------

  id07　審美歯科

-------------------------------- */
/* 白い詰め物・かぶせ物 */
.cosmetic-inlaycrown-caption {
  text-align: center;
}

.cosmetic-inlaycrown-item {
  margin-top: 2em;
  line-height: 1.5;
}

.cosmetic-inlaycrown-head {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px),
print {
  .cosmetic-inlaycrown-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cosmetic-inlaycrown-main {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px),
print {
  .cosmetic-inlaycrown-main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    padding-right: 1em;
  }
}

@media screen and (min-width: 1100px),
print {
  .cosmetic-inlaycrown-main {
    padding-right: 1.5em;
  }
}

@media screen and (min-width: 768px),
print {
  .cosmetic-inlaycrown-side {
    width: 340px;
  }
}

@media screen and (min-width: 1100px),
print {
  .cosmetic-inlaycrown-side {
    width: 400px;
  }
}

.cosmetic-inlaycrown-heading {
  padding: 0.5em 0.7em;
  font-size: 1.2em;
  line-height: 1.3;
  font-weight: 700;
  background-color: #f2f0ec;
}

@media screen and (min-width: 768px),
print {
  .cosmetic-inlaycrown-description {
    margin-top: -0.2em;
    line-height: 1.8;
  }
}

.cosmetic-inlaycrown-specnotes {
  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 -2px -2px 0;
}

.cosmetic-inlaycrown-specnotes-item {
  padding: 0 2px 2px 0;
}

.cosmetic-inlaycrown-specnotes-item-primary {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.cosmetic-inlaycrown-specnotes-item-secondary {
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.cosmetic-inlaycrown-specnotes .specnotes-item {
  line-height: 1.3;
}

@media screen and (min-width: 480px),
print {
  .cosmetic-inlaycrown-specnotes .specnotes-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 2em;
  }
}

.cosmetic-inlaycrown-specnotes .specnotes-item dt,
.cosmetic-inlaycrown-specnotes .specnotes-item dd {
  padding: 0.5em 0;
  text-align: center;
}

@media screen and (min-width: 480px),
print {

  .cosmetic-inlaycrown-specnotes .specnotes-item dt,
  .cosmetic-inlaycrown-specnotes .specnotes-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.25em 0;
  }
}

.cosmetic-inlaycrown-specnotes .specnotes-item dt {
  color: #f2f0ec;
  background-color: #493629;
}

@media screen and (min-width: 480px),
print {
  .cosmetic-inlaycrown-specnotes .specnotes-item dt {
    width: 4.5em;
  }
}

.cosmetic-inlaycrown-specnotes .specnotes-item dd {
  background-color: #f2f0ec;
}

@media screen and (min-width: 480px),
print {
  .cosmetic-inlaycrown-specnotes .specnotes-item dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.cosmetic-inlaycrown-specnotes .material-name {
  display: block;
  width: 100%;
  padding-left: 0.5em;
  text-align: left;
}

.cosmetic-inlaycrown-features {
  padding-top: 1em;
}

/* 金属の見えない美しい入れ歯 */
/* ホワイトニング */
/* --------------------------------

  id08　インプラント治療

-------------------------------- */
/* しっかりと咬みたい方にお勧めします */
/* 入れ歯や、ブリッジとの違い */
.implant-feature-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 -1em -1.5em 0;
}

@media screen and (min-width: 1200px),
print {
  .implant-feature-items {
    margin: 0 -2em -2.5em 0;
  }
}

.implant-feature-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1.5em 0;
}

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

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

@media screen and (min-width: 1200px),
print {
  .implant-feature-item {
    padding: 0 2em 2.5em 0;
  }
}

.implant-feature-head {
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
}

.implant-feature-head-primary {
  background-color: #f2f0ec;
}

.implant-feature-head-secondary {
  background-color: #cbc4b4;
}

.implant-feature-heading {
  font-size: 100%;
  font-size: 1.2em;
  font-weight: 700;
}

.implant-feature-img {
  margin-bottom: 1em;
}

.implant-feature-img img {
  width: 100%;
}

/* インプラント治療の流れ */
.implant-flow-caption {
  margin-bottom: 1em;
}

@media screen and (min-width: 1100px),
print {
  .implant-flow-caption {
    margin-bottom: 1.5em;
    text-align: center;
  }
}

.implant-flow-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 0 -1em;
}

@media screen and (min-width: 992px),
print {
  .implant-flow-items {
    margin: 0;
  }
}

.implant-flow-item {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0 1em;
}

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

@media screen and (min-width: 992px),
print {
  .implant-flow-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 0;
  }
}

.implant-flow-head {
  position: relative;
  margin-bottom: 2em;
  padding: 1em 0.5em 0.2em;
  text-align: center;
  background-color: #eee;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head {
    margin-bottom: 0.75em;
    padding-right: 2em;
    padding-bottom: 1em;
  }
}

.implant-flow-head:before,
.implant-flow-head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  width: 50%;
  height: 25px;
}

@media screen and (min-width: 640px),
print {

  .implant-flow-head:before,
  .implant-flow-head:after {
    width: 25px;
    height: 50%;
  }
}

.implant-flow-head:before {
  left: 0;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head:before {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
  }
}

.implant-flow-head:after {
  right: 0;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head:after {
    bottom: 0;
  }
}

.implant-flow-head-step1 {
  background-color: #fc9;
}

.implant-flow-head-step1:before {
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fc9)) no-repeat top left/100% 100%;
  background: linear-gradient(to top right,
      rgba(255, 255, 255, 0) 50%,
      #fc9 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step1:before {
    background: -webkit-gradient(linear,
        left bottom,
        right top,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #ffac59)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right,
        rgba(255, 255, 255, 0) 50%,
        #ffac59 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step1:after {
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #fc9)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left,
      rgba(255, 255, 255, 0) 50%,
      #fc9 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step1:after {
    background: -webkit-gradient(linear,
        left top,
        right bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #ffac59)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 0) 50%,
        #ffac59 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step2 {
  background-color: #ffac59;
}

.implant-flow-head-step2:before {
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #ffac59)) no-repeat top left/100% 100%;
  background: linear-gradient(to top right,
      rgba(255, 255, 255, 0) 50%,
      #ffac59 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step2:before {
    background: -webkit-gradient(linear,
        left bottom,
        right top,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%) no-repeat top left/100% 100%;
  }
}

@media screen and (min-width: 992px),
print {
  .implant-flow-head-step2:before {
    background: -webkit-gradient(linear,
        left bottom,
        right top,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #ff860d)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right,
        rgba(255, 255, 255, 0) 50%,
        #ff860d 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step2:after {
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #ffac59)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left,
      rgba(255, 255, 255, 0) 50%,
      #ffac59 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step2:after {
    background: -webkit-gradient(linear,
        left top,
        right bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%) no-repeat top left/100% 100%;
  }
}

@media screen and (min-width: 992px),
print {
  .implant-flow-head-step2:after {
    background: -webkit-gradient(linear,
        left top,
        right bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #ff860d)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 0) 50%,
        #ff860d 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step3 {
  background-color: #ff860d;
}

.implant-flow-head-step3:before {
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #ff860d)) no-repeat top left/100% 100%;
  background: linear-gradient(to top right,
      rgba(255, 255, 255, 0) 50%,
      #ff860d 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step3:before {
    background: -webkit-gradient(linear,
        left bottom,
        right top,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #8c4600)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right,
        rgba(255, 255, 255, 0) 50%,
        #8c4600 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step3:after {
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #ff860d)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left,
      rgba(255, 255, 255, 0) 50%,
      #ff860d 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step3:after {
    background: -webkit-gradient(linear,
        left top,
        right bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #8c4600)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 0) 50%,
        #8c4600 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step4 {
  color: #fff;
  background-color: #8c4600;
}

.implant-flow-head-step4:before {
  background: -webkit-gradient(linear,
      left bottom,
      right top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #8c4600)) no-repeat top left/100% 100%;
  background: linear-gradient(to top right,
      rgba(255, 255, 255, 0) 50%,
      #8c4600 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step4:before {
    background: -webkit-gradient(linear,
        left bottom,
        right top,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to top right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%) no-repeat top left/100% 100%;
  }
}

.implant-flow-head-step4:after {
  background: -webkit-gradient(linear,
      right bottom,
      left top,
      color-stop(50%, rgba(255, 255, 255, 0)),
      color-stop(50.5%, #8c4600)) no-repeat top left/100% 100%;
  background: linear-gradient(to top left,
      rgba(255, 255, 255, 0) 50%,
      #8c4600 50.5%) no-repeat top left/100% 100%;
}

@media screen and (min-width: 640px),
print {
  .implant-flow-head-step4:after {
    background: -webkit-gradient(linear,
        left top,
        right bottom,
        color-stop(50%, rgba(255, 255, 255, 0)),
        color-stop(50.5%, #fff)) no-repeat top left/100% 100%;
    background: linear-gradient(to bottom right,
        rgba(255, 255, 255, 0) 50%,
        #fff 50.5%) no-repeat top left/100% 100%;
  }
}

@media screen and (min-width: 640px),
print {
  .implant-flow-body {
    padding-right: 2em;
  }
}

.implant-flow-heading {
  line-height: 1.1;
  font-weight: 700;
}

.implant-flow-heading span {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 0 -0.15em 0.2em;
  line-height: 1.1;
  font-size: 2.5em;
  font-weight: 700;
}

.implant-flow-description {
  font-size: 0.9em;
}

/* 歯科用CTでお口の情報を把握 */
/* --------------------------------

  id09　歯周組織再生誘導治療

-------------------------------- */
/* 歯周組織再生誘導治療とは */
.perio-treatment {
  padding-top: 2em;
  overflow: hidden;
}

.perio-treatment-items {
  margin: 0 -1em -1.5em 0;
}

@media screen and (min-width: 768px),
print {
  .perio-treatment-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1100px),
print {
  .perio-treatment-items {
    margin: 0 -1.5em -1.5em 0;
  }
}

.perio-treatment-item {
  padding: 0 1em 1.5em 0;
}

@media screen and (min-width: 1100px),
print {
  .perio-treatment-item {
    padding: 0 1.5em 1.5em 0;
  }
}

@media screen and (min-width: 768px),
print {
  .perio-treatment-item-fixed {
    width: 40%;
  }
}

@media screen and (min-width: 768px),
print {
  .perio-treatment-item-fluid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.perio-treatment-inner {
  display: block;
  position: relative;
  height: 100%;
}

.perio-treatment-head {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #cbc4b4;
}

@media screen and (min-width: 1100px),
print {
  .perio-treatment-head {
    padding-left: 0.85em;
  }
}

.perio-treatment-body {
  line-height: 1.5;
}

.perio-treatment-heading {
  line-height: 1.3;
  font-size: 100%;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1100px),
print {
  .perio-treatment-heading {
    font-size: 1.25em;
  }
}

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

  id10　口腔外科

-------------------------------- */
/* 当院で行っている口腔外科治療 */
.surgery-treatment-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 -1em -1.5em 0;
}

@media screen and (min-width: 1200px),
print {
  .surgery-treatment-items {
    margin: 0 -2em -2.5em 0;
  }
}

.surgery-treatment-item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 1em 1.5em 0;
}

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

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

@media screen and (min-width: 1200px),
print {
  .surgery-treatment-item {
    padding: 0 2em 2.5em 0;
  }
}

.surgery-treatment-head {
  margin-bottom: 0.5em;
  padding: 0.5em;
  text-align: center;
  background-color: #106d31;
}

.surgery-treatment-body {
  position: relative;
  z-index: 1;
}

.surgery-treatment-heading {
  font-weight: 500;
  color: #fff;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

@media screen and (min-width: 576px),
print {
  .surgery-treatment-heading {
    font-size: 1em;
  }
}

@media screen and (min-width: 768px),
print {
  .surgery-treatment-heading {
    font-size: 1.2em;
  }
}

.surgery-treatment-img {
  margin-bottom: 0.75em;
}

.surgery-treatment-img img {
  width: 100%;
}

.surgery-treatment-description {
  line-height: 1.5;
}

.surgery-treatment-description .br {
  display: none;
}

@media screen and (min-width: 1100px),
print {
  .surgery-treatment-description .br {
    display: block;
  }
}



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

  idxx　顎関節治療

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




.jaw {
  padding-top: 2em;
  overflow: hidden;
}


.jaw-head {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #cbc4b4;
}

@media screen and (min-width: 1100px),
print {
  .pjaw-head {
    padding-left: 0.85em;
  }
}

.jaw-heading {
  line-height: 1.3;
  font-size: 100%;
  font-size: 1.1em;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 1100px),
print {
  .jaw-heading {
    font-size: 1.25em;
  }
}



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

  修正・追加用

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

/* TOPページ　*/
/* マイナンバーカードの健康保険証利用について　*/
.mynumbercard {
  margin-top: 1.5em;
  padding: 1.5em;
  border: 10px solid #38b16c;

}

.mynumbercard dt {
  font-size: 1.4em;
  font-weight: bold;
  color: #38b16c;
  text-align: center;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
  border-bottom: solid 1px #38b16c;
}

.mynumbercard dd {
  font-size: 1.1em;
}

/* 当院についてページ　*/

.about_intro {
  margin-bottom: 2em;
}

.about_list dl {
  margin-bottom: 1.4em;
}

.about_list dt {
  font-size: 1.2em;
  font-weight: bold;
  color: #106d31;
}

.about_list dt::before {
  content: "●";
  color: #106d31;
}

.about_list_caution :last-child dt::before {
  content: "※";
  color: #106d31;
}