@charset "UTF-8";
/* ---------------------------------------------------------
 *  カラーバリエーション別設定
 *---------------------------------------------------------- */
/* ---------------------------------------------------------
 *	リセット
 *---------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-color: #FFFFFF;
  color: #54364E;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  letter-spacing: 0.02em;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, th {
  font-size: 100%;
  font-weight: normal;
}

em {
  font-style: normal;
}

li {
  list-style: none;
}

table, iframe {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

svg {
  max-width: 100%;
}

a {
  color: #54364E;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

a:visited {
  color: #54364E;
}

a:hover {
  color: #54364E;
  text-decoration: none;
}

a:active {
  color: #54364E;
}

a.js-telLink {
  color: #54364E;
  text-decoration: none;
  pointer-events: none;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  pointer-events: none;
}

@media only screen and (max-width: 1023px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

select,
input,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
  padding: 8px 10px;
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #ffeeee;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  padding: 8px 5px;
  border: 1px solid #ccc;
}

label {
  cursor: pointer;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #ff6f6f;
}

::selection {
  color: #FFFFFF;
  background-color: #ff6f6f;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #ff6f6f;
}

/* onmediaquery.js設定用
 *-------------------------------------------------- */
html {
  font-family: pc;
}

@media only screen and (max-width: 1444px) {
  html {
    font-family: "xxl";
  }
}

@media only screen and (max-width: 1215px) {
  html {
    font-family: "xl";
  }
}

@media only screen and (max-width: 1023px) {
  html {
    font-family: "lg";
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-family: "md";
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-family: "sm";
  }
}

/* ---------------------------------------------------------
 *  iconfont
 *---------------------------------------------------------- */
@font-face {
  font-family: "icons";
  src: url("../common/font/fontello.woff2") format("woff2"), url("../common/font/fontello.woff") format("woff");
  font-display: block;
}

body {
  background: #e0d6cc;
  background: -webkit-gradient(linear, left top, right top, from(#e0d6cc), color-stop(50%, #f5f0ec), to(#e0d6cc));
  background: linear-gradient(to right, #e0d6cc 0%, #f5f0ec 50%, #e0d6cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0d6cc', endColorstr='#e0d6cc',GradientType=1 );
}

/* ---------------------------------------------------------
 *	br.is-pc
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  br.is-pc {
    display: none;
  }
}

/* ---------------------------------------------------------
 *	br.is-sp
 *---------------------------------------------------------- */
br.is-sp {
  display: none;
}

@media only screen and (max-width: 1023px) {
  br.is-sp {
    display: block;
  }
}

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

/* ---------------------------------------------------------
 *	.is-tar
 *---------------------------------------------------------- */
.is-tar {
  text-align: right;
}

/* ---------------------------------------------------------
 *	.is-tal
 *---------------------------------------------------------- */
.is-tal {
  text-align: left;
}

/* ---------------------------------------------------------
 *	br.is-pc
 *---------------------------------------------------------- */
@-webkit-keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
    transform: scale(1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1) rotate(0.0001deg);
    transform: scale(1.1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageAnimation01 {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
    transform: scale(1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes imageAnimation02 {
  0% {
    -webkit-transform: scale(1.1) rotate(0.0001deg);
    transform: scale(1.1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ---------------------------------------------------------
 *  breadcrumbs
 *---------------------------------------------------------- */
/* パンクズ */
.m-breadcrumbs {
  background-color: rgba(255, 255, 255, 0.6);
}

.m-breadcrumbs + section {
  margin-top: 100px;
}

.m-breadcrumbs .m-breadcrumbs_list {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-breadcrumbs .m-breadcrumbs_list > li {
  font-size: 1.6rem;
  line-height: 1.4;
}

.m-breadcrumbs .m-breadcrumbs_list > li a {
  text-decoration: underline;
}

.m-breadcrumbs .m-breadcrumbs_list > li a:hover, .m-breadcrumbs .m-breadcrumbs_list > li ais-hover {
  text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a {
  display: block;
  width: 20px;
  height: 22px;
  font-size: 0;
  text-decoration: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a:before {
  content: "\e800";
  margin-right: 0;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}

.m-breadcrumbs .m-breadcrumbs_list > li:first-of-type a:hover, .m-breadcrumbs .m-breadcrumbs_list > li:first-of-type ais-hover {
  border: none;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type) {
  padding-right: 4rem;
  position: relative;
}

.m-breadcrumbs .m-breadcrumbs_list > li:not(:last-of-type):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  bottom: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background-color: transparent;
  margin-top: -0.4rem;
  margin-bottom: -0.4rem;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (max-width: 1023px) {
  .m-breadcrumbs {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-breadcrumbs {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-breadcrumbs + section {
    margin-top: 50px;
  }
  .m-breadcrumbs .m-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .m-breadcrumbs .m-breadcrumbs_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 30px;
  }
  .m-breadcrumbs .m-breadcrumbs_list > li {
    white-space: nowrap;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------
 *	m-btn01
 *---------------------------------------------------------- */
.m-btn01 {
  margin-top: 30px;
  text-align: center;
}

.m-btn01 a {
  display: inline-block;
  min-width: 220px;
  padding: 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #b6907d;
  background: -webkit-gradient(linear, left top, left bottom, from(#b6907d), to(#9c7764));
  background: linear-gradient(to bottom, #b6907d 0%, #9c7764 100%);
  color: #fff;
}
.c-reservation .c-reservation_inner .m-btn01 a {
  padding: 19px 20px;
}

.m-btn01 a.is-hover, .m-btn01 a:hover {
  opacity: .7;
}

.m-btn01 a span {
  font-size: 1.6rem;
}

.m-btn01.is-arrow a span {
  padding-right: 2.5rem;
  position: relative;
}

.m-btn01.is-arrow a span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  bottom: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  margin-top: -0.6rem;
  margin-bottom: -0.6rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m-btn01.is-arrow a span::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-btn01.is-arrow a.is-hover span::before, .m-btn01.is-arrow a:hover span::before {
  right: 0px;
}

.m-btn01.is-white a {
  background-color: #fff;
  color: #b6907d;
}

.m-btn01.is-white a.is-hover, .m-btn01.is-white a:hover {
  opacity: .8;
}

.m-btn01.is-white.is-arrow a span::before {
  border-color: #b6907d;
}

@media only screen and (max-width: 768px) {
  .m-btn01 {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
 *	m-for-lg
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .m-for-lg {
    display: none;
  }
}

/* ---------------------------------------------------------
 *	m-for-md
 *---------------------------------------------------------- */
.m-for-md {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .m-for-md {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .m-for-md {
    display: none;
  }
}

/* ---------------------------------------------------------
 *	m-for-sm
 *---------------------------------------------------------- */
.m-for-sm {
  display: none;
}

@media only screen and (max-width: 768px) {
  .m-for-sm {
    display: block;
  }
}

/* ---------------------------------------------------------
 *	m-headline
 *---------------------------------------------------------- */
.m-headline {
  font-size: 1.2rem;
  text-align: right;
  color: #000;
  padding: 3px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e1d7cd;
}

@media only screen and (max-width: 768px) {
  .m-headline {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}

/* ---------------------------------------------------------
 *	m-hoverImage
 *---------------------------------------------------------- */
.is-hidden {
  overflow: hidden;
}

.m-hoverImage {
  cursor: pointer;
}

.m-hoverImage img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-hoverImage:hover img, .m-hoverImage.is-hover img {
  opacity: .8;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

/* ---------------------------------------------------------
 *	m-inner
 *---------------------------------------------------------- */
.m-inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------
 *	m-lead
 *---------------------------------------------------------- */
.m-lead01 {
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.0;
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .m-lead01 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-lead01 {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
}

/* ---------------------------------------------------------
  フローティングメニュー
----------------------------------------------------------*/
#floatingMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #564436;
  display: none;
  z-index: 7;
  overflow-y: auto;
}

#floatingMenu.is-show {
  display: block;
  -webkit-animation: showFloatingMenu .5s ease-in-out both;
          animation: showFloatingMenu .5s ease-in-out both;
}

#floatingMenu #globalNav {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#floatingMenu .btnfloatingMenuClose {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 8;
}

#floatingMenu .btnfloatingMenuClose p {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

#floatingMenu .btnfloatingMenuClose p:before, #floatingMenu .btnfloatingMenuClose p:after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-bottom: -1px;
  margin-right: -20px;
}

#floatingMenu .btnfloatingMenuClose p:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#floatingMenu .btnfloatingMenuClose p:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@-webkit-keyframes showFloatingMenu {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes showFloatingMenu {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* ---------------------------------------------------------
  スライドメニュー
----------------------------------------------------------*/
#slideMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 5;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* ------------------------------------------------------------
 * ページネーション ※記事詳細
 * ------------------------------------------------------------ */
.m-pager {
  max-width: 1180px;
  margin: 100px auto 0;
}

.m-pager_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-pager_list li span {
  font-size: 1.8rem;
}

.m-pager_list li.is-prev span {
  padding-left: 1.8rem;
  position: relative;
}

.m-pager_list li.is-prev span:before {
  content: "\f104";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: #fff;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.m-pager_list li.is-next span {
  padding-right: 1.8rem;
  position: relative;
}

.m-pager_list li.is-next span:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: #fff;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.m-pager_list li.is-disable {
  visibility: hidden;
}

.m-pager_item a {
  display: inline-block;
  text-align: center;
  min-width: 220px;
  padding: 15px 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #564436;
}

.m-pager_item.is-prev a, .m-pager_item.is-next a {
  background-color: #b6907d;
  background: -webkit-gradient(linear, left top, left bottom, from(#b6907d), to(#9c7764));
  background: linear-gradient(to bottom, #b6907d 0%, #9c7764 100%);
  color: #fff;
}

.m-pager_item.is-prev a.is-hover, .m-pager_item.is-prev a:hover, .m-pager_item.is-next a.is-hover, .m-pager_item.is-next a:hover {
  opacity: .7;
}

.m-pager_item.is-index a {
  color: #564436;
}

.m-pager_item.is-index a.is-hover, .m-pager_item.is-index a:hover {
  background-color: #b6907d;
  background: -webkit-gradient(linear, left top, left bottom, from(#b6907d), to(#9c7764));
  background: linear-gradient(to bottom, #b6907d 0%, #9c7764 100%);
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .m-pager {
    padding: 0 30px 20px;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-pager {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 20px;
  }
  .m-pager_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-pager_list li span {
    font-size: 1.6rem;
  }
  .m-pager_item a {
    padding: 10px 10px;
    min-width: auto;
  }
}

/* ------------------------------------------------------------
 * ページネーション
 * ------------------------------------------------------------ */
.m-pagination {
  margin-top: 50px;
}

.m-pagination_list {
  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;
}

.m-pagination_list ul {
  margin: 0 6px;
  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;
}

.m-pagination_list a, .m-pagination_list .btn {
  cursor: pointer;
  margin: 0 3px;
  display: block;
  padding: 5px 15px;
  color: #564436;
  border: 1px solid #564436;
  font-size: 1.6rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-pagination_list a.is-hover, .m-pagination_list a:hover, .m-pagination_list a.is-active, .m-pagination_list .btn.is-hover, .m-pagination_list .btn:hover, .m-pagination_list .btn.is-active {
  background-color: #564436;
  color: #fff;
}

.m-pagination_list span.is-pageCount {
  color: #564436;
  display: block;
  padding: 3px 10px;
  font-size: 1.8rem;
  letter-spacing: 5px;
  display: none;
}

.m-pagination_list .is-disabled {
  opacity: .3;
  pointer-events: none;
}

.m-pagination_list .is-first:before {
  content: "\f100";
  margin-right: 4px;
  color: 0.4em;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}

.m-pagination_list .is-prev:before {
  content: "\f104";
  margin-right: 4px;
  color: 0.4em;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}

.m-pagination_list .is-next:after {
  content: "\f105";
  margin-left: 4px;
  color: 0.4em;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}

.m-pagination_list .is-last:after {
  content: "\f101";
  margin-left: 4px;
  color: 0.4em;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .m-pagination {
    margin-top: 50px;
  }
  .m-pagination_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .m-pagination_list > ul {
    display: none;
  }
  .m-pagination_list a, .m-pagination_list .btn {
    padding: 10px 15px;
  }
  .m-pagination_list span.is-pageCount {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    text-align: center;
  }
  .m-pagination_list .is-first, .m-pagination_list .is-prev, .m-pagination_list .is-next, .m-pagination_list .is-last {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    font-size: 0;
    text-align: center;
  }
  .m-pagination_list .is-first::before, .m-pagination_list .is-first::after, .m-pagination_list .is-prev::before, .m-pagination_list .is-prev::after, .m-pagination_list .is-next::before, .m-pagination_list .is-next::after, .m-pagination_list .is-last::before, .m-pagination_list .is-last::after {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------
 *	m-table01
 *---------------------------------------------------------- */
.m-table01 td, .m-table01 th {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #54364E;
}

@media only screen and (max-width: 768px) {
  .m-table01 td, .m-table01 th {
    padding: 10px 5px;
  }
}

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

.m-title01 span {
  display: inline-block;
  font-size: 3.8rem;
  line-height: 1.2;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.m-title01.is-white span {
  color: #fff;
  text-shadow: 1px 1px 5px #564436;
}

.m-title01.is-icon {
  padding-top: 100px;
  position: relative;
}

.m-title01.is-icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
  background-image: url(../images/ico_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 1215px) {
  .m-title01.is-icon {
    padding-top: 80px;
    position: relative;
  }
}

@media only screen and (max-width: 1023px) {
  .m-title01.is-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-title01 span {
    font-size: 3rem;
  }
  .m-title01.is-icon {
    padding-top: 60px;
  }
  .m-title01.is-icon::before {
    width: 40px;
    height: 40px;
  }
  .m-title01.is-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .m-title01 span {
    font-size: 6vw;
  }
}

/* ---------------------------------------------------------
 *	m-title02
 *---------------------------------------------------------- */
.m-title02 {
  font-size: 3.2rem;
  text-align: center;
}

.m-title02.is-mincho {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

@media only screen and (max-width: 1023px) {
  .m-title02.is-fluid {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-title02 {
    font-size: 2.6rem;
  }
  .m-title02.is-fluid {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* ---------------------------------------------------------
 *	m-subTitle01
 *---------------------------------------------------------- */
.m-subTitle01 {
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .m-subTitle01 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-subTitle01 {
    font-size: 1.2rem;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* ---------------------------------------------------------
 *  ドロワーメニュー
 *---------------------------------------------------------- */
#drawerMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  z-index: 11;
  overflow-y: auto;
}

#drawerMenu #globalNav {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#drawerMenu.is-show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-animation: drawerMenuShow .5s ease-in-out;
          animation: drawerMenuShow .5s ease-in-out;
}

#drawerMenu.is-show #globalNav {
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.8);
}

#drawerMenu.is-hide {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-animation: drawerMenuHide .3s ease-in-out;
          animation: drawerMenuHide .3s ease-in-out;
}

@-webkit-keyframes drawerMenuShow {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes drawerMenuShow {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  70% {
    -webkit-transform: translate3d(5%, 0, 0);
            transform: translate3d(5%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes drawerMenuHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes drawerMenuHide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

#drawerMenuOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#drawerMenuOverlay.is-show {
  z-index: 9;
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn .2s;
          animation: fadeIn .2s;
}

#btnDrawerMenuClose {
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  z-index: 10;
}

#btnDrawerMenuClose.is-show {
  display: block;
  opacity: 1;
  -webkit-animation: fadeIn .2s;
          animation: fadeIn .2s;
}

#btnDrawerMenuClose p {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: relative;
}

#btnDrawerMenuClose p:before, #btnDrawerMenuClose p:after {
  position: absolute;
  right: 50%;
  bottom: 50%;
  margin-top: 17.5px;
  margin-bottom: 17.5px;
  margin-bottom: -0.5px;
  margin-right: -20px;
}

#btnDrawerMenuClose p:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#btnDrawerMenuClose p:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ---------------------------------------------------------
 *	ウィジウィグ
 *---------------------------------------------------------- */
.m-single {
  max-width: 1180px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .m-single {
    margin: 0;
    display: block;
  }
}

/* ---------------------------------------------------------
 *	navi
 *---------------------------------------------------------- */
.m-single_navi {
  -ms-flex-preferred-size: 340px;
      flex-basis: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  padding-top: 100px;
  border-top: 3px solid #564436;
}

.m-single_navi .m-single_naviBlk {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.m-single_navi .m-single_naviTtl {
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px;
  color: #564436;
}

.m-single_navi .m-single_naviList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #564436;
  border-left: 1px solid #564436;
}

.m-single_navi .m-single_naviList > li {
  font-size: 1.8rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-right: 1px solid #564436;
  border-bottom: 1px solid #564436;
}

.m-single_navi .m-single_naviList > li a {
  display: block;
  padding: 10px 20px;
  padding-right: 2.5rem;
  color: #564436;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #564436;
}

.m-single_navi .m-single_naviList > li a::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-single_navi .m-single_naviList > li a.is-hover, .m-single_navi .m-single_naviList > li a:hover {
  background-color: #564436;
  color: #fff;
}

.m-single_navi .m-single_naviList > li a span {
  font-size: 1.4rem;
}

@media only screen and (max-width: 1023px) {
  .m-single_navi {
    display: block;
  }
  .m-single_navi .m-single_naviBlk + .m-single_naviBlk {
    margin-top: 100px;
  }
  .m-single_navi .m-single_naviList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-single_navi .m-single_naviList > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .m-single_navi {
    margin-top: 50px;
    padding-top: 50px;
  }
  .m-single_navi .m-single_naviBlk + .m-single_naviBlk {
    margin-top: 50px;
  }
  .m-single_navi .m-single_naviTtl {
    font-size: 2.2rem;
    padding-bottom: 0px;
  }
  .m-single_navi .m-single_naviList {
    margin-top: 10px;
    display: block;
  }
  .m-single_navi .m-single_naviList > li {
    font-size: 1.4rem;
  }
  .m-single_navi .m-single_naviList > li a {
    padding: 10px;
  }
}

/* ---------------------------------------------------------
 *	main
 *---------------------------------------------------------- */
/* ---------------------------------------------------------
 *	タイトル
 *---------------------------------------------------------- */
.m-single_title {
  font-size: 3.4rem;
  font-weight: 700;
  max-width: 1180px;
  margin: 0 auto 50px;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .m-single_title {
    font-size: 2.6rem;
    margin: 0 auto 30px;
  }
}

.m-single_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.m-single_category span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 5px 30px;
  background-color: #564436;
}

@media only screen and (max-width: 768px) {
  .m-single_category span {
    font-size: 1.6rem;
  }
  .m-single_category span::before {
    font-size: 1.2rem;
  }
}

.m-single_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #564436;
}

.m-single_date span {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px;
  letter-spacing: 2px;
  color: #564436;
}

@media only screen and (max-width: 768px) {
  .m-single_date span {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.m-single_catch {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .m-single_catch {
    margin: 0 auto 50px;
  }
}

/* ---------------------------------------------------------
 *	一覧
 *---------------------------------------------------------- */
.m-single_archiveTtl {
  font-size: 3.6rem;
  font-weight: bold;
  position: relative;
  color: #564436;
  max-width: 1180px;
  margin: 0 auto 100px;
}

.m-single_archiveTtl::before {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: normal;
  margin-right: 30px;
  color: #564436;
}

.m-single_archiveTtl.is-category::before {
  content: 'CATEGORY :';
}

.m-single_archiveTtl.is-archive::before {
  content: 'ARCHIVE :';
}

@media only screen and (max-width: 768px) {
  .m-single_archiveTtl {
    font-size: 3.0rem;
    margin-bottom: 50px;
  }
  .m-single_archiveTtl::before {
    margin-right: 20px;
    font-size: 1.6rem;
  }
}

.m-single_article {
  max-width: 1180px;
  margin: 0 auto;
}

.m-single_article article + article {
  margin-top: 30px;
}

.m-single_article article a {
  display: block;
  padding-bottom: 30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.m-single_article article a.is-hover, .m-single_article article a:hover {
  opacity: .7;
}

.m-single_article article a.is-hover .m-single_title, .m-single_article article a:hover .m-single_title {
  text-decoration: underline;
}

.m-single_article .m-single_option {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}

.m-single_article .m-single_title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .m-single_article .m-single_title {
    font-size: 2.0rem;
  }
}

/* ---------------------------------------------------------
 *	記事
 *---------------------------------------------------------- */
.m-single_body {
  max-width: 1180px;
  margin: 20px auto 0;
  font-size: 1.6rem;
}

.m-single_body p, .m-single_body div, .m-single_body table, .m-single_body img, .m-single_body ul, .m-single_body ol {
  margin-bottom: 30px;
}

.m-single_body table {
  border-top: 1px solid #e1d7cd;
  border-left: 1px solid #e1d7cd;
}

.m-single_body table th {
  background-color: #adadad;
}

.m-single_body table td, .m-single_body table th {
  font-size: 1.2rem;
  padding: 5px 10px;
  border-bottom: 1px solid #e1d7cd;
  border-right: 1px solid #e1d7cd;
}

.m-single_body h1, .m-single_body h2, .m-single_body h3, .m-single_body h4, .m-single_body h5, .m-single_body h6 {
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.4;
}

.m-single_body h1 {
  font-size: 2.6rem;
  border-bottom: 3px solid #564436;
  position: relative;
  padding-bottom: 10px;
}

.m-single_body h2 {
  font-size: 2.4rem;
  border-bottom: 3px solid #e1d7cd;
  position: relative;
  padding-bottom: 10px;
  color: #564436;
}

.m-single_body h2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 200px;
  height: 3px;
  background-color: #564436;
}

.m-single_body h3 {
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 3px solid #e1d7cd;
}

.m-single_body h4 {
  font-size: 2.0rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #e1d7cd;
}

.m-single_body h5 {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1d7cd;
}

.m-single_body h6 {
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1d7cd;
}

.m-single_body a {
  text-decoration: underline;
  color: #0070c9;
}

.m-single_body a:hover {
  text-decoration: none;
}

.m-single_body .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m-single_body .alignleft {
  display: block;
}

.m-single_body .alignright {
  margin-left: auto;
  display: block;
}

.m-single_body ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.m-single_body ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.m-single_body .googlemap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  height: 0;
  overflow: hidden;
  padding-bottom: 45.75%;
  position: relative;
}

.m-single_body .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.m-single_body .youtube {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  padding-top: 45.75%;
}

.m-single_body .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1023px) {
  .m-single_body .googlemap {
    padding-top: 50%;
  }
  .m-single_body .youtube {
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 768px) {
  .m-single_body {
    margin: 20px auto 0;
    overflow: hidden;
  }
  .m-single_body h1, .m-single_body h2, .m-single_body h3, .m-single_body h4, .m-single_body h5, .m-single_body h6 {
    margin-bottom: 2rem;
  }
  .m-single_body h1 {
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
  .m-single_body h1::before {
    width: 100px;
  }
  .m-single_body h2 {
    font-size: 2.0rem;
  }
  .m-single_body h2::before {
    width: 50px;
  }
  .m-single_body h3 {
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
  .m-single_body h4 {
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
  .m-single_body h5 {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .m-single_body h6 {
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
}

/* ---------------------------------------------------------
 *	access
 *---------------------------------------------------------- */
.c-access.is-front .m-btn01 {
  display: none;
}

.c-access .c-access_googleMapShort {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.c-access .c-access_googleMapShort .c-access_map {
  padding-bottom: 75%;
}

.c-access .c-access_illust {
  margin-top: 50px;
  text-align: center;
}

.c-access .c-access_map {
  margin-top: 50px;
  height: 0;
  overflow: hidden;
  padding-bottom: 36%;
  position: relative;
}

.c-access .c-access_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-access .c-access_info {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-access .c-access_info > * {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

.c-access .c-access_ttl {
  font-size: 2.4rem;
}

.c-access .c-access_txt {
  margin-top: 5px;
  font-size: 1.2rem;
}

.c-access .c-access_txt a[href^="tel:"], .c-access .c-access_txt span {
  font-size: 2.8rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  white-space: nowrap;
}

.c-access .c-access_txt a[href^="tel:"]::before, .c-access .c-access_txt span::before {
  content: 'TEL.';
  font-size: 1.8rem;
  margin-right: 10px;
}

.c-access .c-access_table {
  width: 100%;
}

.c-access .c-access_att {
  margin-top: 10px;
}

.c-access .c-access_att > li {
  line-height: 1.2;
}

.c-access .c-access_att > li + li {
  margin-top: 5px;
}

.c-access .c-access_piclist {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-access .c-access_piclist > li {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

.c-access .c-access_piclist > li:not(:nth-of-type(3n-2)) {
  margin-left: 3.5%;
}

.c-access .c-access_piclist > li:nth-of-type(n+4) {
  margin-top: 30px;
}

.c-access .c-access_piclist > li p + p {
  margin-top: 10px;
}

.c-access .c-access_trans {
  margin-top: 100px;
}

.c-access .c-access_transTtl {
  font-size: 2.4rem;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  padding: 10px;
  background-color: rgba(156, 119, 100, 0.8);
  color: #fff;
}

.c-access .c-access_transList {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-access .c-access_transList section {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-access .c-access_transList section:nth-of-type(n+2) {
  margin-left: 30px;
}

.c-access .c-access_transSub {
  font-size: 2.0rem;
  font-weight: 700;
}

.c-access .c-access_transTxt {
  margin-top: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-access {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-access .c-access_map {
    margin-top: 50px;
    padding-bottom: 60%;
  }
  .c-access .c-access_info {
    display: block;
  }
  .c-access .c-access_table {
    margin-top: 30px;
  }
  .c-access .c-access_illust {
    margin-left: -30px;
    margin-right: -30px;
  }
  .c-access .c-access_illust img {
    max-width: 400px;
    width: 100%;
  }
  .c-access .c-access_piclist {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-access .c-access_piclist > li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .c-access .c-access_piclist > li:not(:nth-of-type(3n-2)) {
    margin-left: 0;
  }
  .c-access .c-access_piclist > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .c-access .c-access_transList {
    display: block;
  }
  .c-access .c-access_transList section:nth-of-type(n+2) {
    margin-top: 30px;
    margin-left: 0;
  }
  .c-access .c-access_transTtl {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-access {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-access .c-access_map {
    margin-top: 30px;
  }
  .c-access .c-access_info {
    margin-top: 30px;
  }
  .c-access .c-access_info > * {
    width: 100%;
  }
  .c-access .c-access_table, .c-access .c-access_att {
    font-size: 1.4rem;
  }
  .c-access .c-access_illust {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  .c-access .c-access_piclist {
    margin-top: 50px;
  }
  .c-access .c-access_piclist > li:nth-of-type(n+3) {
    margin-top: 20px;
  }
  .c-access .c-access_trans {
    margin-top: 50px;
  }
  .c-access .c-access_transSub {
    font-size: 1.6rem;
  }
  .c-access .c-access_transTxt {
    margin-top: 5px;
  }
  .c-access .c-access_transList {
    margin-top: 20px;
  }
  .c-access .c-access_transList section:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
 *	access front
 *---------------------------------------------------------- */
.c-access.is-front {
  margin-top: 0;
  margin-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  .c-access.is-front {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------------------------
 *	banner
 *---------------------------------------------------------- */
.c-banner {
  margin-top: 100px;
}

.c-banner .c-banner_list {
  max-width: 1180px;
  margin: 0 auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: relative;
}

.c-banner .c-banner_list > li {
  -ms-flex-preferred-size: calc(100% /3);
      flex-basis: calc(100% /3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-banner .c-banner_list > li a {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f5f0ec;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-banner .c-banner_list > li a > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-banner .c-banner_list > li:nth-of-type(n+4) {
  margin-top: 1px;
}

.c-banner .c-banner_txt {
  padding: 10px 20px;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .c-banner {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-banner {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-banner .c-banner_list {
    display: block;
    margin: 0 15px;
    padding: 15px 0 0;
  }
  .c-banner .c-banner_list > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  .c-banner .c-mainvisual_txt {
    padding: 10px;
  }
}

/* ---------------------------------------------------------
 *	blog
 *---------------------------------------------------------- */
.c-blog .c-blog_inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.c-blog .c-blog_list {
  margin-top: 50px;
  border-left: 1px solid #e1d7cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-blog .c-blog_list > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  border-bottom: 1px solid #e1d7cd;
  border-right: 1px solid #e1d7cd;
}

.c-blog .c-blog_list > li:nth-of-type(-n+2) {
  border-top: 1px solid #e1d7cd;
}

.c-blog .c-blog_list > li a, .c-blog .c-blog_list > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 30px 40px;
}

.c-blog .c-blog_list > li a .c-blog_txt {
  text-decoration: underline;
}

.c-blog .c-blog_list > li a:hover .c-blog_txt, .c-blog .c-blog_list > li a.is-hover .c-blog_txt {
  text-decoration: none;
}

.c-blog .c-blog_date {
  color: #564436;
}

.c-blog .c-blog_txt {
  margin-top: 10px;
}

.c-blog .c-blog_ico {
  border: 1px solid #564436;
  display: inline-block;
  width: 100px;
  color: #564436;
  padding: 4px 10px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .c-blog {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-blog .c-blog_list {
    display: block;
  }
  .c-blog .c-blog_list > li {
    max-width: none;
  }
  .c-blog .c-blog_list > li:nth-of-type(2) {
    border-top: none;
  }
}

@media only screen and (max-width: 768px) {
  .c-blog {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-blog .c-blog_list {
    margin-top: 30px;
  }
  .c-blog .c-blog_list > li a, .c-blog .c-blog_list > li div {
    padding: 15px;
  }
  .c-blog .c-blog_txt {
    margin-top: 5px;
  }
}

/* ---------------------------------------------------------
 *	blog02
 *---------------------------------------------------------- */
.c-blog .c-blog_scroller {
  max-height: 300px;
  overflow: hidden;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.c-blog .c-blog_list02 {
  padding-right: 20px;
}

.c-blog .c-blog_list02 > li:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e1d7cd;
}

.c-blog .c-blog_list02 > li a, .c-blog .c-blog_list02 > li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-blog .c-blog_list02 > li a .c-blog_txt {
  text-decoration: underline;
}

.c-blog .c-blog_list02 > li a:hover .c-blog_txt, .c-blog .c-blog_list02 > li a.is-hover .c-blog_txt {
  text-decoration: none;
}

.c-blog .c-blog_list02 .c-blog_txt {
  margin-top: 0;
  margin-left: 20px;
  -ms-flex-preferred-size: calc(100% - 110px - 100px);
      flex-basis: calc(100% - 110px - 100px);
}

.c-blog .c-blog_list02 .c-blog_date {
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}

.c-blog .c-blog_list02 .c-blog_ico {
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .c-blog .c-blog_list02 > li:nth-of-type(n+2) {
    margin-top: 20px;
    padding-top: 20px;
  }
  .c-blog .c-blog_list02 > li a, .c-blog .c-blog_list02 > li div {
    display: block;
  }
  .c-blog .c-blog_list02 .c-blog_date {
    display: inline-block;
  }
  .c-blog .c-blog_list02 .c-blog_txt {
    margin-top: 5px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .c-blog .c-blog_scroller {
    height: 240px;
    margin-top: 30px;
  }
  .c-blog .c-blog_list02 {
    padding-right: 0;
  }
  .c-blog .c-blog_list02 > li a, .c-blog .c-blog_list02 > li div {
    padding: 15px;
  }
}

/* ---------------------------------------------------------
 *	googleCalender
 *---------------------------------------------------------- */
.c-googleCalender .c-googleCalender_inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.c-googleCalender .c-googleCalender_frame {
  margin-top: 50px;
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.c-googleCalender .c-googleCalender_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1023px) {
  .c-googleCalender {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-googleCalender {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-googleCalender .c-googleCalender_frame {
    margin-top: 30px;
    padding-bottom: 515px;
  }
}

/* ---------------------------------------------------------
 *	greeting
 *
 *  トップ(/)  > 院長あいさつ
 *---------------------------------------------------------- */
.c-greeting .c-greeting_list {
  margin-top: 50px;
}

.c-greeting .c-greeting_list > section + section {
  margin-top: 50px;
}

.c-greeting .c-greeting_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-greeting .c-greeting_pic {
  text-align: center;
}

.c-greeting .c-greeting_thumnail {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
}

.c-greeting .c-greeting_staff {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: right;
  padding: 10px;
}

.c-greeting .c-greeting_cont {
  position: relative;
  -ms-flex-preferred-size: calc(55% - 40px);
      flex-basis: calc(55% - 40px);
  color: #fff;
  text-shadow: 0 2px 3px #564436;
}

.c-greeting .c-greeting_ttl {
  font-size: 2.6rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-greeting .c-greeting_cmt {
  margin-top: 10px;
}

.c-greeting .c-greeting_cmt li {
  margin-top: 5px;
  padding-left: 3rem;
  font-size: 1.8rem;
  position: relative;
}

.c-greeting .c-greeting_cmt li:before {
  content: "\e801";
  position: absolute;
  top: 5px;
  left: 0;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.c-greeting .c-greeting_txt {
  margin-top: 40px;
  line-height: 1.8;
}

.c-greeting .c-greeting_name > span {
  display: block;
}

.c-greeting .c-greeting_name > span.is-jp {
  font-size: 2.8rem;
}

.c-greeting .c-greeting_name > span.is-en {
  font-size: 1.6rem;
}

.c-greeting .c-greeting_option {
  margin-top: 50px;
}

.c-greeting .c-greeting_optionHead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 2.0rem;
  padding: 10px 20px;
  letter-spacing: 2px;
}

.c-greeting .c-greeting_optionList {
  margin-top: 20px;
}

.c-greeting .c-greeting_optionList > li {
  margin-top: 5px;
  font-size: 1.6rem;
}

.c-greeting .c-greeting_optionList.is-history > li {
  position: relative;
  padding-left: 100px;
}

.c-greeting .c-greeting_optionList.is-history > li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1023px) {
  .c-greeting {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-greeting .c-greeting_inner {
    display: block;
  }
  .c-greeting .c-greeting_thumnail {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .c-greeting .c-greeting_cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-greeting {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-greeting .c-greeting_thumnail {
    max-width: 100%;
  }
  .c-greeting .c-greeting_ttl {
    font-size: 2.2rem;
  }
  .c-greeting .c-greeting_txt {
    margin-top: 30px;
  }
  .c-greeting .c-greeting_name > span.is-jp {
    font-size: 2.6rem;
  }
  .c-greeting .c-greeting_name > span.is-en {
    font-size: 1.2rem;
  }
  .c-greeting .c-greeting_option {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------
 *	information
 *---------------------------------------------------------- */
.c-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  text-align: center;
}

.c-information > section {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
}

.c-information.is-double > section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.c-information .c-information_ttl {
  font-size: 3.0rem;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #564436;
}

.c-information .c-open {
  background-color: #fff;
}

.c-information .c-open_date {
  margin-top: 10px;
  text-align: center;
}

.c-information .c-open_date span {
  display: inline-block;
  background-color: #f5f0ec;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 3px;
  color: #54364E;
}

.c-information .c-preopen {
  background-color: #f5f0ec;
}

.c-information .c-preopen_date li {
  margin-top: 10px;
  text-align: center;
}

.c-information .c-preopen_date li span {
  display: inline-block;
  background-color: #fff;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1023px) {
  .c-information {
    display: block;
    padding-top: 30px;
  }
  .c-information > section {
    padding: 20px;
  }
  .c-information .c-information_ttl {
    font-size: 2.6rem;
  }
  .c-information .c-open_date span {
    font-size: 1.6rem;
  }
  .c-information .c-preopen_date li span {
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-information {
    margin: 0 auto;
    padding-top: 15px;
  }
  .c-information > section .m-lead01 {
    margin-left: 0;
    margin-right: 0;
  }
  .c-information .c-preopen_date li span {
    display: block;
  }
}

#main .c-layout_pattern {
  margin-top: 0 !important;
}

/* ---------------------------------------------------------
 *	wp-block-uagb-advanced-heading ※タイトル
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-advanced-heading {
  text-align: center;
}

/* ---------------------------------------------------------
 *	uagb-heading-text ※タイトル
 *---------------------------------------------------------- */
#main .c-layout_pattern h2.uagb-heading-text {
  font-size: 3.2rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern h2.uagb-heading-text {
    font-size: 7vw;
  }
}

/* ---------------------------------------------------------
 *	uagb-desc-text ※テキスト
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-desc-text {
  margin-top: 50px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .uagb-desc-text {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #main .c-layout_pattern .uagb-desc-text {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------
 *	wp-block-buttons ※ボタンブロック
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-buttons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: normal;
     -moz-column-gap: normal;
          column-gap: normal;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .wp-block-buttons {
    margin-top: 30px;
    font-size: 3.8vw;
  }
}

/* ---------------------------------------------------------
 *	wp-block-button ※ボタン
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-button {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .c-layout_pattern .wp-block-button:not(:nth-of-type(4n-3)) {
  margin-left: 2.6%;
}

@media only screen and (max-width: 1023px) {
  #main .c-layout_pattern .wp-block-button {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
  #main .c-layout_pattern .wp-block-button:not(:nth-of-type(4n-3)) {
    margin-left: 0%;
  }
  #main .c-layout_pattern .wp-block-button:not(:nth-of-type(3n-2)) {
    margin-left: 3.5%;
  }
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .wp-block-button {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin: 0 0 10px 0;
  }
  #main .c-layout_pattern .wp-block-button:not(:nth-of-type(3n-2)) {
    margin-left: 0%;
  }
  #main .c-layout_pattern .wp-block-button:nth-of-type(even) {
    margin-left: 3%;
  }
}

/* ---------------------------------------------------------
 *	wp-block-button__link ※ボタンリンク
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-button__link {
  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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 15px 40px 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #FFFFFF;
  border: 1px solid #564436;
  color: #564436;
  line-height: 1.4;
  font-size: 1.6rem;
  border-radius: 0 !important;
  position: relative;
}

#main .c-layout_pattern .wp-block-button__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: transparent;
  margin-top: -0.9rem;
  margin-bottom: -0.3rem;
  border-top: solid 2px #564436;
  border-right: solid 2px #564436;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#main .c-layout_pattern .wp-block-button__link::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#main .c-layout_pattern .wp-block-button__link.is-hover, #main .c-layout_pattern .wp-block-button__link:hover {
  background-color: #e6ded8;
}

#main .c-layout_pattern .wp-block-button__link.is-hover::before, #main .c-layout_pattern .wp-block-button__link:hover::before {
  top: 60%;
}

@media only screen and (max-width: 480px) {
  #main .c-layout_pattern .wp-block-button__link {
    font-size: 3.8vw;
  }
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-section ※セクション
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-section {
  padding: 100px 0;
  max-width: none;
}

#main .c-layout_pattern .wp-block-uagb-section:nth-of-type(even) {
  background-color: #f5f0ec;
}

@media only screen and (max-width: 1023px) {
  #main .c-layout_pattern .wp-block-uagb-section {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .wp-block-uagb-section {
    margin-left: -15px;
    margin-right: -15px;
    padding: 50px 15px;
  }
}

/* ---------------------------------------------------------
 *	.uagb-section__inner-wrap ※セクション 要素
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-section__inner-wrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}

#main .c-layout_pattern .uagb-section__inner-wrap p, #main .c-layout_pattern .uagb-section__inner-wrap figure {
  margin-top: 20px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul {
  margin-top: 20px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #564436;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li + li {
  margin-top: 10px;
}

#main .c-layout_pattern .uagb-section__inner-wrap ul li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .uagb-section__inner-wrap p {
    text-align: left;
  }
  #main .c-layout_pattern .uagb-section__inner-wrap ul li {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------
 *	.wp-block-media-text ※メディアブロック
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-media-text {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .wp-block-media-text {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
 *	.wp-block-media-text__content ※メディアブロック
 *---------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  #main .c-layout_pattern .wp-block-media-text__content {
    padding: 0;
  }
}

/* ---------------------------------------------------------
 *	.uagb-separator-wrap ※セパレーター　枠
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-separator-wrap {
  display: none;
}

#main .c-layout_pattern .uagb-separator-wrap + .uagb-desc-text {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .uagb-separator-wrap + .uagb-desc-text {
    margin-top: 40px;
  }
}

/* ---------------------------------------------------------
 *	.uagb-separator ※セパレーター　子
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-separator {
  border-color: #564436;
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-icon-list ※アイコン付きリスト 枠
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-icon-list {
  margin-top: 30px;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrapper {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrap {
  display: block;
}

#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__wrap .uagb-icon-list__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---------------------------------------------------------
 *	.uagb-icon-list__wrapper ※アイコン付きリスト　枠2
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-icon-list__outer-wrap .uagb-icon-list__source-icon svg {
  width: 20px;
}

#main .c-layout_pattern .uagb-icon-list__wrapper {
  margin-bottom: 0 !important;
  font-size: 1.8rem;
}

/* ---------------------------------------------------------
 *	.wp-block-uagb-icon-list-child ※アイコン付きリスト　子
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-uagb-icon-list-child {
  margin-bottom: 0 !important;
}

#main .c-layout_pattern .wp-block-uagb-icon-list-child + .wp-block-uagb-icon-list-child {
  margin-top: 10px;
}

/* ---------------------------------------------------------
 *	.uagb-icon-list__label ※アイコン付きリスト　子span
 *---------------------------------------------------------- */
#main .c-layout_pattern .uagb-icon-list__label {
  font-size: 1.8rem;
  font-weight: bold;
  color: #564436;
}

/* ---------------------------------------------------------
 *	.wp-block-table ※アイコン付きリスト　子span
 *---------------------------------------------------------- */
#main .c-layout_pattern .wp-block-table {
  border-bottom: none;
}

#main .c-layout_pattern .wp-block-table table {
  table-layout: fixed;
  border-spacing: 10px;
  border-collapse: separate;
}

#main .c-layout_pattern .wp-block-table table tr {
  background-image: linear-gradient(40deg, #faf8f7 0%, #e6ded8 74%);
}

#main .c-layout_pattern .wp-block-table table th {
  text-align: center;
}

#main .c-layout_pattern .wp-block-table table td, #main .c-layout_pattern .wp-block-table table th {
  padding: 20px 20px;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .wp-block-table table {
    border-spacing: 3px;
  }
  #main .c-layout_pattern .wp-block-table table td, #main .c-layout_pattern .wp-block-table table th {
    padding: 10px 5px;
    font-size: 1.2rem;
  }
}

/* ---------------------------------------------------------
 *	.p-flowchart ※フローチャート
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-flowchart .wp-block-media-text {
  padding: 20px 40px 40px;
  counter-increment: cnt;
  position: relative;
  z-index: 0;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::before, #main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
  position: absolute;
  z-index: -1;
  opacity: .4;
  line-height: 1.4;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
  top: -90px;
  right: 0;
  color: #e1d7cd;
  font-family: "Oswald", sans-serif;
  letter-spacing: 8px;
  content: "0" counter(cnt);
  font-size: 14rem;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff;
}

#main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
  content: "";
  top: 100px;
  width: 100%;
  height: 6px;
  left: calc(100% - 140px);
  -webkit-box-shadow: 0 0 4px #fff,  0 0 4px #fff;
          box-shadow: 0 0 4px #fff,  0 0 4px #fff;
  border-bottom: 6px solid #e1d7cd;
}

@media only screen and (max-width: 1023px) {
  #main .c-layout_pattern .p-flowchart .wp-block-media-text {
    padding: 0 80px 20px 20px;
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
    font-size: 10rem;
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
    top: 50px;
    left: calc(100% - 110px);
  }
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .p-flowchart .wp-block-group {
    margin-top: 80px;
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text {
    margin-top: 80px;
    padding: 0 20px 20px;
    display: block;
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text::before {
    font-size: 7.0rem;
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text::after {
    top: 0;
    left: calc(100% - 90px);
  }
  #main .c-layout_pattern .p-flowchart .wp-block-media-text__content {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------
 *	.p-verticalFlat ※フラットレイアウト　縦Ver
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h3, #main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h4 {
  font-size: 2.4rem;
  color: #564436;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

#main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content p {
  font-size: 1.6rem;
}

#main .c-layout_pattern .p-verticalFlat .wp-block-media-text {
  padding: 0 20px 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content {
    margin-top: 20px;
  }
  #main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h3, #main .c-layout_pattern .p-verticalFlat .wp-block-media-text__content h4 {
    font-size: 2.0rem;
  }
}

/* ---------------------------------------------------------
 *	.p-horizontalFlat ※フラットレイアウト 横Ver
 *---------------------------------------------------------- */
#main .c-layout_pattern .p-horizontalFlat .wp-block-columns {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-columns:after {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-bottom: 40px;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column:not(:first-child) {
  margin-left: 0;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column {
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column h3, #main .c-layout_pattern .p-horizontalFlat .wp-block-column h4 {
  font-size: 2.6rem;
  color: #564436;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

#main .c-layout_pattern .p-horizontalFlat .wp-block-column p {
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  #main .c-layout_pattern .p-horizontalFlat .wp-block-column {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 20px;
    margin-top: 20px;
  }
  #main .c-layout_pattern .p-horizontalFlat .wp-block-column h3, #main .c-layout_pattern .p-horizontalFlat .wp-block-column h4 {
    font-size: 2.0rem;
  }
}

/* ---------------------------------------------------------
 *	layout01
 *---------------------------------------------------------- */
.c-layout01 .c-layout01_cont {
  margin-top: 50px;
  position: relative;
}

.c-layout01 .c-layout01_cont .m-btn01 {
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-layout01 .c-layout01_pic {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-layout01 .c-layout01_pic li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .c-layout01 {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
  }
  .c-layout01 .c-layout01_txt {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout01 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-layout01 .c-layout01_cont {
    margin-top: 30px;
  }
  .c-layout01 .c-layout01_txt {
    padding: 0 15px;
  }
  .c-layout01 .c-layout01_pic {
    display: block;
  }
}

/* ---------------------------------------------------------
 *	layout02
 *---------------------------------------------------------- */
.c-layout02 .c-layout02_list {
  max-width: 1440px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-layout02 .c-layout02_list > section {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-layout02 .c-layout02_list > section:not(:nth-of-type(4n-3)) {
  margin-left: 1%;
}

.c-layout02 .c-layout02_list > section:nth-of-type(n+5) {
  margin-top: 20px;
}

.c-layout02 .c-layout02_list > section a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f0ec;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-layout02 .c-layout02_pic {
  -ms-flex-preferred-size: 39%;
      flex-basis: 39%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-layout02 .c-layout02_cont {
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  padding: 10px 20px;
}

.c-layout02 .c-layout02_ttl {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1444px) {
  .c-layout02 .c-layout02_list > section {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .c-layout02 .c-layout02_list > section:not(:nth-of-type(4n-3)) {
    margin-left: 0;
  }
  .c-layout02 .c-layout02_list > section:not(:nth-of-type(3n-2)) {
    margin-left: 2%;
  }
  .c-layout02 .c-layout02_list > section:nth-of-type(n+4) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .c-layout02 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layout02 .c-layout02_pic {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
  .c-layout02 .c-layout02_cont {
    -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
  }
}

@media only screen and (max-width: 768px) {
  .c-layout02 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout02 .c-layout02_list {
    margin-top: 30px;
  }
  .c-layout02 .c-layout02_list > section {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .c-layout02 .c-layout02_list > section:not(:nth-of-type(3n-2)) {
    margin-left: 0;
  }
  .c-layout02 .c-layout02_list > section:nth-of-type(n+3) {
    margin-top: 10px;
  }
  .c-layout02 .c-layout02_list > section:nth-of-type(even) {
    margin-left: 2%;
  }
  .c-layout02 .c-layout02_pic {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .c-layout02 .c-layout02_cont {
    -ms-flex-preferred-size: calc(100% - 120px);
        flex-basis: calc(100% - 120px);
  }
}

@media only screen and (max-width: 480px) {
  .c-layout02 .c-layout02_list {
    display: block;
  }
  .c-layout02 .c-layout02_list > section:nth-of-type(even) {
    margin-left: 0;
  }
  .c-layout02 .c-layout02_list > section:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

/* ---------------------------------------------------------
 *	layout03
 *---------------------------------------------------------- */
.c-layout03 {
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}

.c-layout03 .c-layout03_pic {
  overflow: hidden;
  position: relative;
  height: 440px;
}

.c-layout03 .c-layout03_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-layout03 .c-layout03_cont {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-layout03 .c-layout03_btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .c-layout03 {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout03 {
    height: 240px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-layout03 .c-layout03_pic {
    overflow: hidden;
    position: relative;
    height: 240px;
  }
}

/* ---------------------------------------------------------
 *	layout04
 *---------------------------------------------------------- */
.c-layout04 .c-layout04_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e1d7cd;
  border-left: 1px solid #e1d7cd;
}

.c-layout04 .c-layout04_list > section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  border-right: 1px solid #e1d7cd;
  border-bottom: 1px solid #e1d7cd;
}

.c-layout04 .c-layout04_list > section a {
  display: block;
  padding: 40px;
  height: 100%;
  background-color: #fff;
}

.c-layout04 .c-layout04_pic {
  text-align: center;
}

.c-layout04 .c-layout04_ttl {
  margin-top: 20px;
  font-size: 2.4rem;
  text-align: center;
}

.c-layout04 .c-layout04_txt {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2.0;
}

@media only screen and (max-width: 1023px) {
  .c-layout04 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout04 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout04 .c-layout04_list {
    margin-top: 30px;
    display: block;
  }
  .c-layout04 .c-layout04_list > section {
    max-width: none;
  }
  .c-layout04 .c-layout04_list > section a {
    padding: 20px;
  }
}

/* ---------------------------------------------------------
 *	layout05
 *---------------------------------------------------------- */
.c-layout05 .c-layout05_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e1d7cd;
  border-left: 1px solid #e1d7cd;
}

.c-layout05 .c-layout05_list > section {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #e1d7cd;
  border-bottom: 1px solid #e1d7cd;
}

.c-layout05 .c-layout05_list > section > a, .c-layout05 .c-layout05_list > section > div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  background-color: #fff;
}

.c-layout05 .c-layout05_cont {
  margin-top: 10px;
}

.c-layout05 .c-layout05_pic {
  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;
}

.c-layout05 .c-layout05_ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-layout05 .c-layout05_txt {
  margin-top: 5px;
  text-align: justify;
}

.c-layout05 .c-layout05_opt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-layout05 .c-layout05_opt dd {
  margin-left: 10px;
}

.c-layout05 .c-layout05_blk {
  margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
  .c-layout05 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layout05 .c-layout05_list > section {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout05 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout05 .c-layout05_list {
    margin-top: 30px;
  }
  .c-layout05 .c-layout05_list > section {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .c-layout05 .c-layout05_ttl {
    font-size: 1.6rem;
  }
  .c-layout05 .c-layout05_txt {
    font-size: 1.4rem;
  }
  .c-layout05 .c-layout05_opt {
    display: block;
    margin-top: 10px;
    font-size: 1.4rem;
  }
  .c-layout05 .c-layout05_opt dd {
    margin-left: 0;
  }
}

/* ---------------------------------------------------------
 *	layout06
 *
 *  トップ(/)  > 院長あいさつ
 *  診療案内(/service/)  > 当院で行っている診療
 *  院長・スタッフ(/staff/)  > 院長紹介
 *---------------------------------------------------------- */
.c-layout06 .c-layout06_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e1d7cd;
  border-left: 1px solid #e1d7cd;
}

.c-layout06 .c-layout06_list > section {
  border-right: 1px solid #e1d7cd;
  border-bottom: 1px solid #e1d7cd;
  background-color: #fff;
}

.c-layout06 .c-layout06_list.is-picSquare > section {
  padding: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.c-layout06 .c-layout06_list.is-picSquare .c-layout06_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layout06 .c-layout06_list.is-picSquare .c-layout06_pic {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}

.c-layout06 .c-layout06_list.is-picSquare .c-layout06_cont {
  -ms-flex-preferred-size: calc(72% - 20px);
      flex-basis: calc(72% - 20px);
  padding: 0;
}

.c-layout06 .c-layout06_list.is-picRectangle > section {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  padding: 60px 30px;
}

.c-layout06 .c-layout06_list.is-picRectangle .c-layout06_pic {
  text-align: right;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}

.c-layout06 .c-layout06_list.is-picRectangle .c-layout06_pic + .c-layout06_cont {
  -ms-flex-preferred-size: calc(100% - 280px);
      flex-basis: calc(100% - 280px);
}

.c-layout06 .c-layout06_list.is-picRectangle .c-layout06_cont {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-layout06 .c-layout06_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-layout06 .c-layout06_inner.is-switch .c-layout06_cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
}

.c-layout06 .c-layout06_inner.is-switch .c-layout06_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-layout06 .c-layout06_pic.is-stickOut img {
  -webkit-transform: translate(100px, -100px);
          transform: translate(100px, -100px);
}

.c-layout06 .c-layout06_pic.is-stickOut .c-layout06_pos {
  margin-top: -70px;
}

.c-layout06 .c-layout06_pic + .c-layout06_cont {
  padding-left: 30px;
  padding-right: 20px;
}

.c-layout06 .c-layout06_ttl {
  font-size: 3.0rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #564436;
  line-height: 1.2;
}

.c-layout06 .c-layout06_ttl.is-small {
  font-size: 2.4rem;
}

.c-layout06 .c-layout06_cmt {
  margin-top: 10px;
}

.c-layout06 .c-layout06_cmt li {
  margin-top: 5px;
  padding-left: 3rem;
  font-size: 1.8rem;
  position: relative;
}

.c-layout06 .c-layout06_cmt li:before {
  content: "\e801";
  position: absolute;
  top: 5px;
  left: 0;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.c-layout06 .c-layout06_txt {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.8;
}

.c-layout06 .c-layout06_name > span {
  display: block;
}

.c-layout06 .c-layout06_name > span.is-jp {
  font-size: 2.8rem;
}

.c-layout06 .c-layout06_name > span.is-en {
  font-size: 1.6rem;
}

.c-layout06 .c-layout06_greeting {
  margin-top: 30px;
}

.c-layout06 .c-layout06_option {
  margin-top: 50px;
}

.c-layout06 .c-layout06_optionHead {
  background-color: rgba(156, 119, 100, 0.8);
  font-size: 2.0rem;
  padding: 10px 20px;
  letter-spacing: 2px;
  color: #fff;
}

.c-layout06 .c-layout06_optionList {
  margin-top: 10px;
}

.c-layout06 .c-layout06_optionList > li {
  margin-top: 5px;
  font-size: 1.6rem;
}

.c-layout06 .c-layout06_optionList.is-history > li {
  position: relative;
  padding-left: 100px;
}

.c-layout06 .c-layout06_optionList.is-history > li span {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1444px) {
  .c-layout06 .c-layout06_pic.is-stickOut img {
    -webkit-transform: translate(10px, -100px);
            transform: translate(10px, -100px);
  }
}

@media only screen and (max-width: 1023px) {
  .c-layout06 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layout06 .c-layout06_list > section {
    padding: 20px;
  }
  .c-layout06 .c-layout06_list.is-picSquare {
    display: block;
  }
  .c-layout06 .c-layout06_list.is-picSquare > section {
    max-width: none;
    padding: 20px;
  }
  .c-layout06 .c-layout06_list.is-picSquare .c-layout06_pic {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
  .c-layout06 .c-layout06_list.is-picSquare .c-layout06_cont {
    -ms-flex-preferred-size: calc(100% - 170px);
        flex-basis: calc(100% - 170px);
  }
  .c-layout06 .c-layout06_list.is-picRectangle > section {
    padding: 30px 20px;
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_pic {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_pic + .c-layout06_cont {
    -ms-flex-preferred-size: calc(100% - 280px);
        flex-basis: calc(100% - 280px);
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_cont {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .c-layout06 .c-layout06_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-layout06 .c-layout06_pic.is-stickOut img {
    -webkit-transform: translate(10px, -60px);
            transform: translate(10px, -60px);
  }
  .c-layout06 .c-layout06_pic.is-stickOut .c-layout06_pos {
    margin-top: -40px;
  }
  .c-layout06 .c-layout06_pic + .c-layout06_cont {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout06 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout06 .c-layout06_list {
    margin-top: 50px;
  }
  .c-layout06 .c-layout06_list.is-picSquare .c-layout06_inner {
    display: block;
  }
  .c-layout06 .c-layout06_list.is-picSquare .c-layout06_cont {
    margin-top: 20px;
  }
  .c-layout06 .c-layout06_list.is-picRectangle {
    display: block;
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_pic {
    text-align: center;
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_inner {
    display: block;
  }
  .c-layout06 .c-layout06_list.is-picRectangle .c-layout06_cont {
    margin-top: 30px;
    padding-left: 0;
  }
  .c-layout06 .c-layout06_pic {
    text-align: center;
  }
  .c-layout06 .c-layout06_pic img {
    max-width: 240px;
    width: 100%;
  }
  .c-layout06 .c-layout06_pic.is-stickOut img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .c-layout06 .c-layout06_pic.is-stickOut .c-layout06_pos {
    margin-top: 20px;
  }
  .c-layout06 .c-layout06_pic + .c-layout06_cont {
    padding-left: 0;
    padding-right: 0;
  }
  .c-layout06 .c-layout06_txt {
    margin-top: 30px;
  }
  .c-layout06 .c-layout06_ttl {
    font-size: 2.4rem;
  }
  .c-layout06 .c-layout06_ttl.is-small {
    font-size: 2.0rem;
  }
  .c-layout06 .c-layout06_option {
    margin-top: 30px;
  }
  .c-layout06 .c-layout06_pos {
    margin-top: 30px;
  }
  .c-layout06 .c-layout06_optionList > li {
    font-size: 1.6rem;
  }
  .c-layout06 .c-layout06_optionList.is-history > li {
    padding-left: 60px;
  }
  .c-layout06 .c-layout06_cmt li {
    padding-left: 2.5rem;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------
 *	layout07
 *
 *  トップ(/)  > 当院の特徴
 *---------------------------------------------------------- */
.c-layout07 .c-layout07_list {
  margin-top: 50px;
}

.c-layout07 .c-layout07_list section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 500px;
}

.c-layout07 .c-layout07_list section:nth-of-type(even) .c-layout07_pic {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-layout07 .c-layout07_list section:nth-of-type(even) .c-layout07_cont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-layout07 .c-layout07_pic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  background-color: #f5f0ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-layout07 .c-layout07_pic img {
  -o-object-fit: cover;
     object-fit: cover;
}

.c-layout07 .c-layout07_cont {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-layout07 .c-layout07_cont > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-layout07 .c-layout07_inner {
  max-width: 700px;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.c-layout07 .c-layout07_inner > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-layout07 .c-layout07_sub span {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 2.0rem;
  color: #54364E;
}

.c-layout07 .c-layout07_ttl {
  margin-top: 10px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3.0rem;
  font-weight: 700;
  color: #564436;
  line-height: 1.2;
}

.c-layout07 .c-layout07_txt {
  margin-top: 40px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1023px) {
  .c-layout07 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .c-layout07 .c-layout07_list section {
    display: block;
    min-height: auto;
    height: auto;
  }
  .c-layout07 .c-layout07_list section:nth-of-type(n+2) {
    margin-top: 0;
  }
  .c-layout07 .c-layout07_list section:nth-of-type(even) .c-layout07_cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-layout07 .c-layout07_pic {
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: block;
  }
  .c-layout07 .c-layout07_cont {
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .c-layout07 .c-layout07_inner {
    display: block;
    max-width: none;
    padding: 0;
  }
  .c-layout07 .c-layout07_sub span {
    font-size: 1.6rem;
  }
  .c-layout07 .c-layout07_ttl {
    font-size: 2.3rem;
  }
  .c-layout07 .c-layout07_txt {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout07 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout07 .c-layout07_list {
    margin-top: 30px;
  }
  .c-layout07 .c-layout07_list section {
    display: block;
  }
  .c-layout07 .c-layout07_pic {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-layout07 .c-layout07_cont {
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* ---------------------------------------------------------
 *	layout08
 *
 *  トップ(/)  > 院内・設備紹介
 *---------------------------------------------------------- */
.c-layout08 {
  background-color: #fff;
  padding: 100px 0;
}

.c-layout08 .c-layout08_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layout08 .c-layout08_list::after, .c-layout08 .c-layout08_list::before {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.c-layout08 .c-layout08_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-layout08 .c-layout08_list > section {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.c-layout08 .c-layout08_list > section:nth-of-type(n+4) {
  margin-top: 50px;
}

.c-layout08 .c-layout08_cont {
  position: relative;
  overflow: hidden;
}

.c-layout08 .c-layout08_ttl {
  font-size: 2.0rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(156, 119, 100, 0.8);
  color: #fff;
  min-height: 60px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-layout08 .c-layout08_pic {
  text-align: center;
}

.c-layout08 .c-layout08_txt {
  padding: 20px 0 0;
  font-size: 1.6rem;
  text-align: justify;
}

.c-layout08 .c-layout08_btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-layout08 .c-layout08_btnlist > .c-layout08_btn {
  margin: 0 10px;
}

.c-layout08 .c-layout08_btn + .c-layout08_info {
  margin-top: 100px;
}

.c-layout08 .c-layout08_info {
  margin-top: 50px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  border-left: none;
  background-color: transparent;
}

.c-layout08 .c-layout08_info th, .c-layout08 .c-layout08_info td {
  font-size: 1.6rem;
  padding: 20px;
  border-right: none;
  border-bottom-width: 2px;
}

.c-layout08 .c-layout08_info th {
  white-space: nowrap;
  width: 200px;
  border-bottom-width: 2px;
  border-bottom-color: #564436;
  color: #564436;
}

.c-layout08 .c-layout08_info td {
  text-align: left;
}

@media only screen and (max-width: 1023px) {
  .c-layout08 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layout08 .c-layout08_list {
    margin-top: 50px;
  }
  .c-layout08 .c-layout08_list::after, .c-layout08 .c-layout08_list::before {
    width: 48%;
  }
  .c-layout08 .c-layout08_list > section {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .c-layout08 .c-layout08_list > section:nth-of-type(n+3) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout08 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 100px 15px;
  }
  .c-layout08 .c-layout08_list {
    margin-top: 30px;
  }
  .c-layout08 .c-layout08_list > section:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .c-layout08 .c-layout08_ttl {
    font-size: 1.8rem;
    min-height: 50px;
    padding: 10px;
  }
  .c-layout08 .c-layout08_txt {
    padding: 10px 0;
  }
  .c-layout08 .c-layout08_btnlist {
    display: block;
  }
  .c-layout08 .c-layout08_btnlist > .c-layout08_btn {
    margin: 10px 0 0;
  }
  .c-layout08 .c-layout08_btn + .c-layout08_info {
    margin-top: 50px;
  }
  .c-layout08 .c-layout08_info {
    margin-top: 30px;
  }
  .c-layout08 .c-layout08_info th, .c-layout08 .c-layout08_info td {
    font-size: 1.6rem;
    padding: 10px;
    word-break: break-all;
  }
  .c-layout08 .c-layout08_info th {
    white-space: nowrap;
    width: 80px;
  }
}

@media only screen and (max-width: 480px) {
  .c-layout08 .c-layout08_list {
    display: block;
  }
  .c-layout08 .c-layout08_list > section:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.p-clinic #main > section.c-layout08 + .c-layout08, .p-facilities #main > section.c-layout08 + .c-layout08 {
  margin-top: 0;
  padding-top: 0;
}

/* ---------------------------------------------------------
 *	layout09
 *
 *  診療案内(/service/)
 *---------------------------------------------------------- */
.c-layout09 .c-layout09_list {
  margin-top: 100px;
}

.c-layout09 .c-layout09_list > section {
  background-color: #fff;
}

.c-layout09 .c-layout09_list > section + section {
  margin-top: 150px;
}

.c-layout09 .c-layout09_ttl {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  background-color: rgba(156, 119, 100, 0.8);
}

.c-layout09 .c-layout09_ttl.is-free {
  padding: 20px 120px 20px 20px;
  position: relative;
}

.c-layout09 .c-layout09_ttl.is-free span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background-color: #fff;
  color: #9c7764;
  border: 4px solid rgba(156, 119, 100, 0.8);
  font-size: 1.8rem;
  padding: 5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-shadow: none;
}

.c-layout09 .c-layout09_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}

.c-layout09 .c-layout09_pic {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

.c-layout09 .c-layout09_cont {
  padding-left: 30px;
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

.c-layout09 .c-layout09_cmt {
  margin-top: 10px;
}

.c-layout09 .c-layout09_cmt li {
  margin-top: 5px;
  padding-left: 3rem;
  font-size: 1.8rem;
  position: relative;
}

.c-layout09 .c-layout09_cmt li:before {
  content: "\e801";
  position: absolute;
  top: 5px;
  left: 0;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.c-layout09 .c-layout09_txt {
  margin-top: 20px;
  line-height: 2;
}

.c-layout09 .c-layout09_txt span.is-accent {
  color: #ff7d5c;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffebe6));
  background: linear-gradient(transparent 60%, #ffebe6 60%);
}

.c-layout09 .c-layout09_column {
  padding: 0 30px 30px;
}

.c-layout09 .c-layout09_column:after {
  content: "";
  display: block;
  clear: both;
}

.c-layout09 .c-layout09_column.is-sizeS .c-layout09_columnPic {
  float: right;
  width: 30%;
  margin: 0 0 30px 30px;
}

.c-layout09 .c-layout09_column.is-sizeM .c-layout09_columnPic {
  float: right;
  width: 50%;
  margin: 0 0 30px 30px;
}

.c-layout09 .c-layout09_column.is-sizeL .c-layout09_columnTtl {
  margin-top: 30px;
}

.c-layout09 .c-layout09_columnInner {
  padding: 30px 30px 0;
  background-color: #f5f0ec;
}

.c-layout09 .c-layout09_columnInner:after {
  content: "";
  display: block;
  clear: both;
}

.c-layout09 .c-layout09_columnPic {
  text-align: center;
}

.c-layout09 .c-layout09_columnTtl {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-layout09 .c-layout09_columnTtl::before {
  content: '■';
  margin-right: 10px;
}

.c-layout09 .c-layout09_btn {
  margin-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .c-layout09 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout09 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout09 .c-layout09_list {
    margin-top: 60px;
  }
  .c-layout09 .c-layout09_list > section + section {
    margin-top: 100px;
  }
  .c-layout09 .c-layout09_ttl {
    font-size: 2.0rem;
    padding: 10px;
  }
  .c-layout09 .c-layout09_ttl.is-free {
    padding: 10px 95px 10px 10px;
    position: relative;
  }
  .c-layout09 .c-layout09_ttl.is-free span {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
  .c-layout09 .c-layout09_txt {
    line-height: 1.6;
  }
  .c-layout09 .c-layout09_inner {
    display: block;
    padding: 20px;
  }
  .c-layout09 .c-layout09_cont {
    padding-left: 0;
    margin-top: 20px;
  }
  .c-layout09 .c-layout09_column {
    padding: 0 20px 20px;
  }
  .c-layout09 .c-layout09_column.is-sizeS .c-layout09_columnPic,
  .c-layout09 .c-layout09_column.is-sizeM .c-layout09_columnPic {
    margin: 0;
    width: 100%;
    float: none;
  }
  .c-layout09 .c-layout09_column.is-sizeL .c-layout09_columnTtl {
    margin-top: 20px;
  }
  .c-layout09 .c-layout09_columnInner {
    padding: 20px;
  }
  .c-layout09 .c-layout09_pic {
    text-align: center;
  }
  .c-layout09 .c-layout09_pic img {
    max-width: 300px;
  }
  .c-layout09 .c-layout09_columnTtl {
    margin-top: 10px;
    font-size: 2.0rem;
  }
  .c-layout09 .c-layout09_btn {
    margin-top: 20px;
  }
  .c-layout09 .c-layout09_btn a {
    min-width: 200px;
  }
}

/* ---------------------------------------------------------
 *	layout10
 *
 *  院長・スタッフ紹介(/staff/)
 *---------------------------------------------------------- */
.c-layout10 .c-layout10_list {
  margin-top: 50px;
}

.c-layout10 .c-layout10_list > section {
  margin-top: 100px;
}

.c-layout10 .c-layout10_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layout10 .c-layout10_pic {
  text-align: center;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.c-layout10 .c-layout10_cont {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.c-layout10 .c-layout10_cont > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-layout10 .c-layout10_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-layout10 .c-layout10_txt {
  margin-top: 40px;
  font-size: 1.6rem;
}

.c-layout10 .c-layout10_name {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-layout10 .c-layout10_name table th, .c-layout10 .c-layout10_name table td {
  text-align: center;
  vertical-align: bottom;
  padding: 0 5px;
}

.c-layout10 .c-layout10_name table th {
  font-size: 1.2rem;
}

.c-layout10 .c-layout10_name table th.is-head {
  font-size: 1.6rem;
  text-align: right;
}

.c-layout10 .c-layout10_name table td {
  font-size: 2.4rem;
}

.c-layout10 .c-layout10_option {
  margin-top: 30px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #e1d7cd;
  border-left: 1px solid #e1d7cd;
}

.c-layout10 .c-layout10_option > section {
  border-bottom: 1px solid #e1d7cd;
  border-right: 1px solid #e1d7cd;
  padding: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-layout10 .c-layout10_option.is-double > section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.c-layout10 .c-layout10_option.is-double > section:nth-of-type(n+3) {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.c-layout10 .c-layout10_optionHead {
  font-size: 2.4rem;
  text-align: center;
}

.c-layout10 .c-layout10_optionList {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-top: 20px;
}

.c-layout10 .c-layout10_optionList > li {
  margin-top: 5px;
  font-size: 1.6rem;
}

.c-layout10 .c-layout10_optionList.is-history > li {
  position: relative;
}

.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) {
  padding-left: 120px;
}

.c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) span {
  position: absolute;
  top: 0;
  left: 0;
}

.c-layout10 .c-layout10_optionList.is-dotted li {
  padding-left: 1em;
  position: relative;
}

.c-layout10 .c-layout10_optionList.is-dotted li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.c-layout10 .c-layout10_optionList.is-double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layout10 .c-layout10_optionList.is-double > li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.c-layout10 .c-layout10_optionList + .c-layout10_optionHead {
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-layout10 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layout10 .c-layout10_inner {
    display: block;
  }
  .c-layout10 .c-layout10_pic {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
  }
  .c-layout10 .c-layout10_cont {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout10 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout10 .c-layout10_list {
    margin-top: 30px;
  }
  .c-layout10 .c-layout10_list > section {
    margin-top: 50px;
  }
  .c-layout10 .c-layout10_pic img {
    max-width: 400px;
    width: 100%;
  }
  .c-layout10 .c-layout10_ttl {
    font-size: 2.0rem;
  }
  .c-layout10 .c-layout10_txt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .c-layout10 .c-layout10_name table th.is-head {
    font-size: 1.6rem;
  }
  .c-layout10 .c-layout10_name table td {
    font-size: 2.2rem;
  }
  .c-layout10 .c-layout10_option > section {
    padding: 20px;
  }
  .c-layout10 .c-layout10_option.is-double {
    display: block;
  }
  .c-layout10 .c-layout10_option.is-double > section {
    max-width: none;
  }
  .c-layout10 .c-layout10_optionList {
    margin-top: 10px;
  }
  .c-layout10 .c-layout10_optionList > li {
    font-size: 1.6rem;
  }
  .c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) {
    padding-left: 100px;
  }
  .c-layout10 .c-layout10_optionList.is-history > li:not(.is-noyear) span {
    font-size: 1.4rem;
  }
  .c-layout10 .c-layout10_optionList.is-double {
    display: block;
  }
}

/* ---------------------------------------------------------
 *	layout11
 *---------------------------------------------------------- */
.c-layout11 .c-layout11_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layout11 .c-layout11_list::after, .c-layout11 .c-layout11_list::before {
  content: "";
  display: block;
  width: 31%;
  height: 0;
}

.c-layout11 .c-layout11_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-layout11 .c-layout11_list > section {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

.c-layout11 .c-layout11_list > section:nth-of-type(n+4) {
  margin-top: 20px;
}

.c-layout11 .c-layout11_ttl {
  font-size: 2rem;
  text-align: center;
  padding: 20px;
  color: #fff;
  background-color: #9c7764;
}

.c-layout11 .c-layout11_txt {
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .c-layout11 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layout11 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layout11 .c-layout11_list > section {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .c-layout11 .c-layout11_list > section:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .c-layout11 .c-layout11_list {
    margin-top: 30px;
    display: block;
  }
  .c-layout11 .c-layout11_list > section:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .c-layout11 .c-layout11_ttl {
    padding: 10px;
  }
}

/* ---------------------------------------------------------
 *	c-layoutNav
 *
 *  診療案内(/service/)  > 当院で行っている診療のメニュー
 *---------------------------------------------------------- */
.c-layoutNav .c-layoutNav_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-layoutNav .c-layoutNav_list::after, .c-layoutNav .c-layoutNav_list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.c-layoutNav .c-layoutNav_list::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-layoutNav .c-layoutNav_list > li {
  margin-top: 0;
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}

.c-layoutNav .c-layoutNav_list > li:nth-of-type(n+5) {
  margin-top: 10px;
}

.c-layoutNav .c-layoutNav_list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .c-layoutNav {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-layoutNav .c-layoutNav_list > li {
    margin-top: 0;
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  .c-layoutNav .c-layoutNav_list > li:nth-of-type(n+4) {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .c-layoutNav {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-layoutNav .c-layoutNav_list {
    margin-top: 30px;
  }
  .c-layoutNav .c-layoutNav_list > li {
    margin-top: 0;
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
  .c-layoutNav .c-layoutNav_list > li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

/* ---------------------------------------------------------
 *  mainvisual
 *---------------------------------------------------------- */
.c-mainvisual {
  height: 725px;
  position: relative;
  text-align: center;
}

.c-mainvisual .parallax-slider {
  width: 100%;
  min-width: 1182px;
  height: 725px;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.c-mainvisual .parallax-slider .item {
  opacity: 1;
  width: 725px;
  height: 725px;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-mainvisual .parallax-slider .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 150%;
  position: absolute;
  top: 0;
  left: -25%;
}

.c-mainvisual .parallax-slider .animation_type1.animate .image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: zoomOut 35.0s ease forwards;
          animation: zoomOut 35.0s ease forwards;
}

.c-mainvisual .parallax-slider .animation_type2.animate .image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation: zoomIn 35.0s ease forwards;
          animation: zoomIn 35.0s ease forwards;
}

.c-mainvisual .parallax-slider.parallax-slider-initialized {
  height: auto !important;
}

.c-mainvisual .caption {
  width: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  margin-top: 60px;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-mainvisual .caption.para_slider_caption {
	text-align: center;
  margin-top: 0;
  top: auto;
  /*bottom: 50px;*/
  bottom: 20px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.c-mainvisual .caption .title, .c-mainvisual .caption .sub_title, .c-mainvisual .caption .button {
  opacity: 0;
}

.c-mainvisual .caption .title {
  /*word-wrap: break-word;*/
  text-align: center;
  position: relative;
  margin: 0;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-size: 3.8rem;
  letter-spacing: 2px;
  color: #fff;
  line-height: 2;
  font-weight: 700;
  text-shadow: 0 0 7px #333;
  opacity: 1;
}

.c-mainvisual .caption .sub_title {
  font-size: 16px;
  line-height: 1.3;
  margin: 5px 0 5px 0;
  position: relative;
}

.c-mainvisual .caption .button {
  font-size: 14px;
  min-width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: relative;
  padding: 0 60px;
  margin-top: 20px;
  display: inline-block;
}

.c-mainvisual .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  height: 40%;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}

.c-mainvisual .direction_type2 .caption_inner {
  text-align: center;
}

.c-mainvisual .direction_type3 .caption_inner {
  text-align: right;
}

.c-mainvisual .item.animate .caption .title, .c-mainvisual.animate .caption .title {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 1.5s;
}

.c-mainvisual .item.animate .caption .sub_title, .c-mainvisual.animate .caption .sub_title {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2s;
}

.c-mainvisual .item.animate .caption .button {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
}

.c-mainvisual.is-noslide {
  height: auto;
}

.c-mainvisual.animate .caption .button {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
          animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
}

.c-mainvisual.animate .caption.para_slider_caption .title {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 2.5s;
          animation: opacityAnimation 2.5s ease-out forwards 2.5s;
}
.c-mainvisual.animate .caption.para_slider_caption .sub_title {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 3.0s;
          animation: opacityAnimation 2.5s ease-out forwards 3.0s;
}

.c-mainvisual.animate .caption.para_slider_caption .button {
  -webkit-animation: opacityAnimation 2.5s ease-out forwards 3.5s;
          animation: opacityAnimation 2.5s ease-out forwards 3.5s;
}

@media only screen and (max-width: 1023px) {
  .c-mainvisual {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mainvisual {
    height: 480px;
  }
  .c-mainvisual .parallax-slider {
    height: 480px;
  }
  .c-mainvisual .parallax-slider .item {
    width: 480px;
    height: 480px;
  }
  .c-mainvisual .caption .title {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 480px) {
  .c-mainvisual {
    margin-left: -15px;
    margin-right: -15px;
    height: 350px;
  }
  .c-mainvisual.is-noslide {
    height: auto;
  }
  .c-mainvisual .parallax-slider {
    height: 350px;
  }
  .c-mainvisual .parallax-slider .item {
    width: 350px;
    height: 350px;
  }
  .c-mainvisual .caption .title {
    /*font-size: 2.2rem;*/
	font-size: 1.9rem;
  }
}

/* ----------------------------------------------------------------------
 *　アニメーションの設定
 *---------------------------------------------------------------------- */
/* 下から上へスライドアップ */
@-webkit-keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
            transform: scale(1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1) rotate(0.0001deg);
            transform: scale(1) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3) rotate(0.0001deg);
            transform: scale(1.3) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3) rotate(0.0001deg);
            transform: scale(1.3) rotate(0.0001deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* 透明 */
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 左から右へスライド */
@-webkit-keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

@keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}

/* ---------------------------------------------------------
 *  mainvisual-scd
 *---------------------------------------------------------- */
.c-mainvisual-scd {
  overflow: hidden;
  position: relative;
}

.c-mainvisual-scd .c-mainvisual-scd_pic {
  position: relative;
  width: 100%;
  height: 530px;
}

.c-mainvisual-scd .c-mainvisual-scd_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-mainvisual-scd .c-mainvisual-scd_ttl {
  position: absolute;
  top: calc(50% + 45px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(156, 119, 100, 0.8);
  text-align: center;
  color: #fff;
}

.c-mainvisual-scd .c-mainvisual-scd_ttl > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
  font-size: 2.8rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

@media only screen and (max-width: 1023px) {
  .c-mainvisual-scd {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-mainvisual-scd {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-mainvisual-scd .c-mainvisual-scd_pic {
    height: 330px;
  }
  .c-mainvisual-scd .c-mainvisual-scd_ttl {
    height: 140px;
    top: calc(50% + 35px);
    min-width: 140px;
  }
  .c-mainvisual-scd .c-mainvisual-scd_ttl .is-jp {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------------------------
 *	mwform
 *---------------------------------------------------------- */
#main .mw_wp_form {
  max-width: 800px;
  margin: 0 auto 0;
  padding: 50px 0;
  font-size: 1.6rem;
  text-align: left;
}

#main .mw_wp_form form > p {
  line-height: 1.8;
}

#main .mw_wp_form input[type="submit"] {
  cursor: pointer;
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  min-width: 220px;
  padding: 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #b6907d;
  background: -webkit-gradient(linear, left top, left bottom, from(#b6907d), to(#9c7764));
  background: linear-gradient(to bottom, #b6907d 0%, #9c7764 100%);
  font-size: 1.6rem;
  border: none;
  color: #fff;
}

#main .mw_wp_form input[type="submit"].is-hover, #main .mw_wp_form input[type="submit"]:hover {
  opacity: .7;
}

@media only screen and (max-width: 768px) {
  #main .mw_wp_form input[type="submit"] {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  #main .mw_wp_form input[type="submit"] {
    font-size: 3.8vw;
  }
}

@media only screen and (max-width: 1023px) {
  #main .mw_wp_form input[name*="postcode"], #main .mw_wp_form input[name*="tel"] {
    max-width: 26vw;
  }
}

#main .mw_wp_form .mwform-checkbox-field, #main .mw_wp_form .mwform-radio-field {
  margin-right: 20px;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  #main .mw_wp_form .mwform-checkbox-field, #main .mw_wp_form .mwform-radio-field {
    margin: 0 10px 0 0;
  }
}

#main .mw_wp_form form > p > input[type="text"], #main .mw_wp_form form > p > input[type="email"],
#main .mw_wp_form textarea {
  width: 100%;
}

/* ---------------------------------------------------------
 *	reservation
 *---------------------------------------------------------- */
.c-reservation .c-reservation_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-reservation .c-reservation_list > section {
  background-color: #fff;
  border: 1px solid #e1d7cd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-reservation .c-reservation_list > section.is-tel {
  min-width: 400px;
}

.c-reservation .c-reservation_list > section.is-web {
  margin-left: 2%;
}

.c-reservation .c-reservation_inner {
  height: 100%;
  overflow: hidden;
  padding: 30px;
}

.c-reservation .c-reservation_inner > * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.c-reservation .c-reservation_ttl {
  font-size: 3rem;
  text-align: center;
  color: #564436;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-reservation .c-reservation_head {
  text-align: center;
  font-size: 2.6rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 700;
  border-bottom: 1px solid #e1d7cd;
  padding-bottom: 10px;
}

.c-reservation .c-reservation_head span {
  font-size: 2.0rem;
}

.c-reservation .c-reservation_num {
  margin-top: 10px;
  text-align: center;
}

.c-reservation .c-reservation_num a, .c-reservation .c-reservation_num span {
  display: inline-block;
  padding-left: 40px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 1.0;
  white-space: nowrap;
  color: #564436;
  position: relative;
}

.c-reservation .c-reservation_num a:before, .c-reservation .c-reservation_num span:before {
  content: "\e802";
  position: absolute;
  bottom: -3px;
  left: 10px;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

.c-reservation .c-reservation_num rt {
  font-size: 1.0rem;
}

.c-reservation .c-reservation_pic {
  padding-left: 10px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.c-reservation .c-reservation_cont {
  -ms-flex-preferred-size: calc(100% - 130px);
      flex-basis: calc(100% - 130px);
}

.c-reservation .c-reservation_txt {
  margin-top: 10px;
  text-align: center;
}

.c-reservation .c-reservation_btn {
  margin-top: 20px;
}

.c-reservation .c-reservation_btn a {
  min-width: 200px;
}
.c-reservation .c-reservation_btn img {
    width: 200px;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
.c-reservation .c-reservation_btn img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
    .c-reservation .c-reservation_btn a.e-park {
        padding: 0 !important;
    }
}
.c-reservation .c-reservation_blk {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.c-reservation .c-reservation_blk > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-reservation .c-reservation_blk > li:nth-of-type(2) {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #e1d7cd;
}

@media only screen and (max-width: 1215px) {
  .c-reservation .c-reservation_blk > li {
    display: block;
  }
  .c-reservation .c-reservation_pic {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  .c-reservation .c-reservation_pic img {
    max-width: 90px;
  }
  .c-reservation .c-reservation_btn {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .c-reservation {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-reservation .c-reservation_list {
    margin-top: 30px;
    display: block;
  }
  .c-reservation .c-reservation_list > section.is-tel {
    min-width: auto;
  }
  .c-reservation .c-reservation_list > section.is-web {
    margin-top: 20px;
    margin-left: 0;
  }
  .c-reservation .c-reservation_ttl {
    font-size: 2.6rem;
  }
  .c-reservation .c-reservation_num a {
    font-size: 4.6rem;
    padding-left: 50px;
  }
  .c-reservation .c-reservation_num a::before {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-reservation {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-reservation .c-reservation_inner {
    padding: 15px;
  }
  .c-reservation .c-reservation_list {
    margin-top: 30px;
  }
  .c-reservation .c-reservation_head {
    font-size: 2rem;
  }
  .c-reservation .c-reservation_num a {
    padding-left: 8vw;
    font-size: 7vw;
    letter-spacing: 0;
  }
  .c-reservation .c-reservation_num a:before {
    font-size: 6.8vw;
  }
  .c-reservation .c-reservation_blk > li:nth-of-type(2) {
    margin-left: 5px;
    padding-left: 5px;
    border-left: none;
  }
  .c-reservation .c-reservation_pic {
    display: none;
  }
  .c-reservation .c-reservation_ttl {
    font-size: 2.2rem;
  }
  .c-reservation .c-reservation_btn a {
    min-width: 0;
    width: 100%;
    padding: 10px 10px;
  }
}

/* ---------------------------------------------------------
 *	service
 *
 *  トップ(/)  > 診療案内
 *---------------------------------------------------------- */
.c-service .c-service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-service .c-service_list li {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
  max-width: 180px;
  text-align: center;
  padding: 0 10px;
  margin-top: 80px;
}

.c-service .c-service_list li a.is-hover .c-service_ico, .c-service .c-service_list li:hover .c-service_ico {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: .7;
}

.c-service .c-service_ico {
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 120px;
  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;
  overflow: hidden;
  padding: 10px 0;
}

.c-service .c-service_ico img {
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-service .c-service_txt {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 3px #564436;
}

@media only screen and (max-width: 1023px) {
  .c-service {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-service .c-service_list li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media only screen and (max-width: 768px) {
  .c-service {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-service .c-service_inner {
    padding-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-service .c-service_list li {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    padding: 0;
    margin-top: 50px;
  }
  .c-service .c-service_ico {
    padding: 5px;
    height: 80px;
  }
  .c-service .c-service_ico img {
    height: 80px;
    width: 100px;
  }
  .c-service .c-service_txt {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 480px) {
  .c-service .c-service_txt {
    font-size: 3.8vw;
  }
}

/* ---------------------------------------------------------
 *	c-slide01
 *
 *  院内設備(/clinic/)
 *---------------------------------------------------------- */
.c-slide01 .c-slide01_for, .c-slide01 .c-slide01_nav {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.c-slide01 .c-slide01_for.slick-initialized, .c-slide01 .c-slide01_nav.slick-initialized {
  opacity: 1;
}

.c-slide01 .c-slide01_for, .c-slide01 .c-slide01_nav {
  margin-top: 50px;
}

.c-slide01 .c-slide01_for .slick-slide, .c-slide01 .c-slide01_nav .slick-slide {
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 0 20px;
  opacity: .3;
}

.c-slide01 .c-slide01_for .slick-slide.slick-current, .c-slide01 .c-slide01_nav .slick-slide.slick-current {
  opacity: 1;
}

.c-slide01 .c-slide01_ttl {
  margin-top: 20px;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-slide01 .c-slide01_txt {
  margin-top: 10px;
  font-size: 1.6rem;
  line-height: 2;
}

@media only screen and (max-width: 1023px) {
  .c-slide01 {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-slide01 .c-slide01_for .slick-slide, .c-slide01 .c-slide01_nav .slick-slide {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .c-slide01 {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-slide01 .c-slide01_for, .c-slide01 .c-slide01_nav {
    margin-top: 30px;
  }
  .c-slide01 .c-slide01_ttl {
    font-size: 2.0rem;
  }
  .c-slide01 .c-slide01_txt {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------
 *	c-slide01 slick
 *---------------------------------------------------------- */
.c-slide01 .slick-dots li button {
  border: none;
}

/* ---------------------------------------------------------
 *	c-snsTimeline
 *
 *  院内設備(/clinic/)
 *---------------------------------------------------------- */
.c-snsTimeline {
  display: none;
}

.c-snsTimeline .c-snsTimeline_inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.c-snsTimeline .c-snsTimeline_ttl {
  margin-bottom: 20px;
}

.c-snsTimeline .c-snsTimeline_ttl span {
  font-size: 2.8rem;
  display: inline-block;
  letter-spacing: 2px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.c-snsTimeline .c-snsTimeline_ttl span::before, .c-snsTimeline .c-snsTimeline_ttl span::after {
  content: ' - ';
}

.c-snsTimeline .c-snsTimeline_list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-snsTimeline .c-snsTimeline_list > article {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(-n+2) {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  max-width: 500px;
}

.c-snsTimeline .c-snsTimeline_list > article:nth-of-type(n+3) {
  margin-top: 50px;
}

@media only screen and (max-width: 1023px) {
  .c-snsTimeline {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-snsTimeline .c-snsTimeline_list {
    display: block;
  }
  .c-snsTimeline .c-snsTimeline_list > article {
    text-align: center;
  }
  .c-snsTimeline .c-snsTimeline_list > article:nth-of-type(-n+2) {
    max-width: none;
  }
  .c-snsTimeline .c-snsTimeline_list > article:nth-of-type(n+2) {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .c-snsTimeline {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-snsTimeline .c-snsTimeline_ttl {
    margin-bottom: 20px;
  }
  .c-snsTimeline .c-snsTimeline_ttl span {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------------------------
 *  ヘッダー
 *---------------------------------------------------------- */
#header {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: rgba(93, 70, 58, 0.6);
}

#header.is-menuOpen {
  position: fixed;
  top: 0;
  z-index: 6;
}

#header.is-fixed {
  position: fixed;
  top: 0;
  -webkit-animation: slideDown 0.5s ease;
          animation: slideDown 0.5s ease;
}

#header.is-fixed .header_inner {
  height: 80px;
}

#header .header_logo {
  max-width: 320px;
  width: 320px;
}

#header .header_logo a {
  font-size: 2.6rem;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

#header .header_logo a:hover, #header .header_logo a.is-hover {
  opacity: .7;
}

#header .header_logo img {
  width: auto;
  max-height: 60px;
}

#header .header_inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

#header .header_nav {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 800px;
  margin-left: 20px;
}

#header .header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  border-right: 1px solid #e1d7cd;
}

#header .header_menu li {
  border-left: 1px solid #e1d7cd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header_menu li a {
  color: #fff;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  position: relative;
  white-space: nowrap;
}

#header .header_menu li a::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #564436;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .header_menu li a.is-hover::before, #header .header_menu li a:hover::before, #header .header_menu li a.is-current::before {
  top: 0;
  opacity: 1;
}

#header .header_btn {
  position: fixed;
  top: 26%;
  right: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  margin-top: 0;
}

#header .header_btn a {
  min-width: auto;
  min-height: 180px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1023px) {
  #header.is-fixed .header_inner {
    height: 60px;
  }
  #header .header_logo {
    font-size: 2.2rem;
  }
  #header .header_inner {
    height: 70px;
    padding: 0 30px;
  }
  #header .header_nav {
    display: none;
  }
  #header #btnMenu, #header #btnMenu02, #header #btnMenu03 {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header #btnMenu p, #header #btnMenu02 p, #header #btnMenu03 p {
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #header #btnMenu p .icoMenu, #header #btnMenu02 p .icoMenu, #header #btnMenu03 p .icoMenu {
    position: absolute;
    bottom: 50%;
    margin-bottom: 1px;
    left: 50%;
    margin-left: -14px;
    bottom: 50%;
    left: 50%;
  }
  #header #btnMenu p .icoMenuInner,
  #header #btnMenu p .icoMenuInner:before,
  #header #btnMenu p .icoMenuInner:after, #header #btnMenu02 p .icoMenuInner,
  #header #btnMenu02 p .icoMenuInner:before,
  #header #btnMenu02 p .icoMenuInner:after, #header #btnMenu03 p .icoMenuInner,
  #header #btnMenu03 p .icoMenuInner:before,
  #header #btnMenu03 p .icoMenuInner:after {
    display: block;
    content: '';
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #header #btnMenu p .icoMenuInner, #header #btnMenu02 p .icoMenuInner, #header #btnMenu03 p .icoMenuInner {
    width: 28px;
  }
  #header #btnMenu p .icoMenuInner:before, #header #btnMenu02 p .icoMenuInner:before, #header #btnMenu03 p .icoMenuInner:before {
    top: -8px;
    width: 20px;
  }
  #header #btnMenu p .icoMenuInner:after, #header #btnMenu02 p .icoMenuInner:after, #header #btnMenu03 p .icoMenuInner:after {
    bottom: -8px;
    width: 20px;
  }
  #header #btnMenu p.is-active .icoMenuInner, #header #btnMenu02 p.is-active .icoMenuInner, #header #btnMenu03 p.is-active .icoMenuInner {
    background-color: transparent;
  }
  #header #btnMenu p.is-active .icoMenuInner:before,
  #header #btnMenu p.is-active .icoMenuInner:after, #header #btnMenu02 p.is-active .icoMenuInner:before,
  #header #btnMenu02 p.is-active .icoMenuInner:after, #header #btnMenu03 p.is-active .icoMenuInner:before,
  #header #btnMenu03 p.is-active .icoMenuInner:after {
    top: 0;
    bottom: 0;
    width: 28px;
    background: #fff;
  }
  #header #btnMenu p.is-active .icoMenuInner:before, #header #btnMenu02 p.is-active .icoMenuInner:before, #header #btnMenu03 p.is-active .icoMenuInner:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header #btnMenu p.is-active .icoMenuInner:after, #header #btnMenu02 p.is-active .icoMenuInner:after, #header #btnMenu03 p.is-active .icoMenuInner:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #header #btnMenu p.is-hover, #header #btnMenu p:hover, #header #btnMenu02 p.is-hover, #header #btnMenu02 p:hover, #header #btnMenu03 p.is-hover, #header #btnMenu03 p:hover {
    background-color: #564436;
  }
  #header #btnMenu p.is-hover span span, #header #btnMenu p:hover span span, #header #btnMenu02 p.is-hover span span, #header #btnMenu02 p:hover span span, #header #btnMenu03 p.is-hover span span, #header #btnMenu03 p:hover span span {
    background-color: #fff;
  }
  #header #btnMenu p.is-hover span span::before, #header #btnMenu p.is-hover span span::after, #header #btnMenu p:hover span span::before, #header #btnMenu p:hover span span::after, #header #btnMenu02 p.is-hover span span::before, #header #btnMenu02 p.is-hover span span::after, #header #btnMenu02 p:hover span span::before, #header #btnMenu02 p:hover span span::after, #header #btnMenu03 p.is-hover span span::before, #header #btnMenu03 p.is-hover span span::after, #header #btnMenu03 p:hover span span::before, #header #btnMenu03 p:hover span span::after {
    background-color: #fff;
  }
  #header #btnMenu p.text-jp:before, #header #btnMenu p.text-en:before, #header #btnMenu02 p.text-jp:before, #header #btnMenu02 p.text-en:before, #header #btnMenu03 p.text-jp:before, #header #btnMenu03 p.text-en:before {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: .5;
    font-size: 1.0rem;
    letter-spacing: 1px;
  }
  #header #btnMenu p.text-jp .icoMenu, #header #btnMenu p.text-en .icoMenu, #header #btnMenu02 p.text-jp .icoMenu, #header #btnMenu02 p.text-en .icoMenu, #header #btnMenu03 p.text-jp .icoMenu, #header #btnMenu03 p.text-en .icoMenu {
    margin-bottom: 6px;
  }
  #header #btnMenu p.text-jp:before, #header #btnMenu02 p.text-jp:before, #header #btnMenu03 p.text-jp:before {
    content: "メニュー";
  }
  #header #btnMenu p.text-en:before, #header #btnMenu02 p.text-en:before, #header #btnMenu03 p.text-en:before {
    content: "MENU";
  }
}

@media only screen and (max-width: 768px) {
  #header .header_inner {
    padding: 0 15px;
    height: 70px;
  }
  #header.is-menuOpen .header_inner {
    height: 60px;
  }
  #header .header_logo {
    max-width: 260px;
    text-align: left;
    line-height: 1.0;
  }
  #header .header_logo img {
    max-height: 40px;
  }
  #header .header_btn {
    top: 30%;
    display: block;
  }
	
	.c-access_info .c-access_ttl img{
		max-width:80%;
		height:auto;
	}


}

#fixedMenu_tel {
  position: absolute;
  top: 120px;
    right: 50px;
  /*right: 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  z-index: 1;
}

#fixedMenu_tel .header_tel_txt {
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 0 7px #5d463a, 0 0 7px #5d463a, 0 0 7px #5d463a;
}

#fixedMenu_tel .header_tel_num {
  margin-left: 20px;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0 0 7px #5d463a, 0 0 7px #5d463a, 0 0 7px #5d463a;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

#fixedMenu_tel .header_tel_num::before {
  content: 'TEL:';
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #fixedMenu_tel {
    display: none;
  }
}

/* ---------------------------------------------------------
 *  animation
 *---------------------------------------------------------- */
@-webkit-keyframes slideDown {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}

@keyframes slideDown {
  0% {
    top: -80px;
  }
  100% {
    top: 0px;
  }
}

/* ---------------------------------------------------------
 *  drawerMenu, slideMenu, floatingMenu
 *---------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #drawerMenu, #slideMenu, #floatingMenu {
    background-color: #564436;
    -webkit-transition: top .3s, opacity .3s;
    transition: top .3s, opacity .3s;
    padding-bottom: 20px;
  }
  #drawerMenu .header_menu > li a, #slideMenu .header_menu > li a, #floatingMenu .header_menu > li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #e1d7cd;
    font-size: 1.6rem;
    color: #fff;
  }
  #drawerMenu .header_btn, #slideMenu .header_btn, #floatingMenu .header_btn {
    margin-top: 30px;
  }
  #drawerMenu .header_btn a, #slideMenu .header_btn a, #floatingMenu .header_btn a {
    background: #fff;
  }
  #drawerMenu .header_btn a span, #slideMenu .header_btn a span, #floatingMenu .header_btn a span {
    color: #564436;
  }
}

#floatingMenu {
  padding-top: 60px;
}

#floatingMenu .header_menu {
  border-top: 1px solid #e1d7cd;
}

#floatingMenu .header_menu > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1023px) {
  #slideMenu {
    padding-top: 60px;
  }
}

/* ---------------------------------------------------------
 *  switch
 *---------------------------------------------------------- */
#switch {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 6;
}

#switch ul li {
  margin-top: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px;
}

#switch span {
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
}

/* ---------------------------------------------------------
 *  SP TEL/WEB button
 *---------------------------------------------------------- */
#fixedMenu {
  display: none;
}

@media only screen and (max-width: 768px) {
  #fixedMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 50px);
    z-index: 2;
  }
  #fixedMenu.is-switch #telBtn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #fixedMenu.is-switch #webBtn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 768px) {
  #telBtn, #webBtn {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
    #webBtn02{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }

  #telBtn a, #webBtn a {
    height: 50px;
    width: 100%;
    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;
    background-color: #564436;
    background: -webkit-gradient(linear, left top, left bottom, from(#564436), color-stop(75%, #564436), to(#43352a));
    background: linear-gradient(to bottom, #564436 0%, #564436 75%, #43352a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient startColorstr=#564436, endColorstr=#43352a, GradientType=0;
    /* IE6-9 */
    color: #fff;
    position: relative;
  }
    #webBtn02 a {
        background-color: #564436;
    height: 50px;
    width: 100%;
    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;
    /* IE6-9 */
    color: #fff;
    position: relative;
  }
    #webBtn02 a img{
        height: 100%;
    }

  #telBtn a span, #webBtn a span {
    padding-left: 24px;
    display: inline-block;
    font-size: 1.4rem;
    text-shadow: 0 0 3px #564436, 0 0 3px #564436;
  }
  #telBtn a::before, #webBtn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAEklEQVQImWNgYGCQYsACpFAYAAWjAE8c8M1nAAAAAElFTkSuQmCC);
  }
}

@media only screen and (max-width: 768px) {
  #telBtn a span {
    position: relative;
  }
  #telBtn a span:after {
    content: "\e802";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-decoration: none;
  }
}

@media only screen and (max-width: 768px) {
  #webBtn a span {
    position: relative;
  }
  #webBtn a span:after {
    content: "\e803";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
    text-decoration: none;
  }
}

/* ---------------------------------------------------------
 *  診療案内 button
 *---------------------------------------------------------- */
.follow {
  --button-size: 60px;
  position: fixed;
  right: 0;
  bottom: calc(var(--button-size) + 10px);
  z-index: 2;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.follow.is-true {
  -webkit-transform: translateX(calc(100% - var(--button-size)));
          transform: translateX(calc(100% - var(--button-size)));
}

.follow.is-true .follow__button__icon::before {
  -webkit-transform: scale(-1, 1) translateX(50%);
          transform: scale(-1, 1) translateX(50%);
  -webkit-animation: 2s infinite forwards running return;
          animation: 2s infinite forwards running return;
}

.follow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: rgba(182, 144, 125, 0.8);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}

.follow__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: var(--button-size);
  padding: 8px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  border-right: 1px solid #fff;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.follow__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.follow__button__icon {
  max-width: 30px;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 30px;
}

.follow__button__icon::before {
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: url(../images/angle-double-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-animation: 2s infinite 2s forwards running expansion;
          animation: 2s infinite 2s forwards running expansion;
}

.follow__main {
  position: relative;
  padding: 1em;
  font-size: 13px;
}

.follow__tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: .5em;
  text-align: center;
  font-size: 1.1em;
}

.follow__tel-number {
  color: currentColor;
  font-size: 1.5em;
}

.follow table {
  margin-top: 0 !important;
  background-color: transparent;
}

.follow th, .follow td {
  padding: .6em;
  border-bottom-color: currentColor;
}

.follow .c-access_att {
  margin-top: .5em;
}

.follow .c-access_att > li {
  line-height: 1.4;
}

.follow .c-access_att > li + li {
  margin-top: .25em;
}

@media only screen and (max-width: 1215px) {
  .follow {
    margin: 0;
    padding: 0;
    --button-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .follow__button__icon {
    max-width: 20px;
    font-size: 1.2rem;
  }
  .follow__main {
    padding-top: .7em;
    padding-bottom: .7em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 11px;
  }
  .follow__tel {
    display: none;
  }
  .follow th, .follow td {
    padding: .2em .4em;
  }
  .follow .c-access_table, .follow .c-access_att {
    font-size: inherit;
  }
}

@-webkit-keyframes expansion {
  0% {
    left: 50%;
  }
  80% {
    left: calc(50% + 10px);
    opacity: 0;
  }
  100% {
    left: calc(50% + 10px);
    opacity: 0;
  }
}

@keyframes expansion {
  0% {
    left: 50%;
  }
  80% {
    left: calc(50% + 10px);
    opacity: 0;
  }
  100% {
    left: calc(50% + 10px);
    opacity: 0;
  }
}

@-webkit-keyframes return {
  0% {
    left: 50%;
  }
  80% {
    left: calc(50% - 10px);
    opacity: 0;
  }
  100% {
    left: calc(50% - 10px);
    opacity: 0;
  }
}

@keyframes return {
  0% {
    left: 50%;
  }
  80% {
    left: calc(50% - 10px);
    opacity: 0;
  }
  100% {
    left: calc(50% - 10px);
    opacity: 0;
  }
}

#fixedMenu_web {
  position: fixed;
  right: 0;
  bottom: 295px;
  z-index: 3;
}

#fixedMenu_web a {
  min-width: auto;
  min-height: 180px;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  padding: 15px 17px;
  width: 60px;
}

@media only screen and (max-width: 768px) {
  #fixedMenu_web {
    display: none;
  }
}
#fixedMenu_web02 {
    position: fixed;
    right: 0;
    bottom: 495px;
    z-index: 3;
}
#fixedMenu_web02 a {
  min-width: auto;
  min-height: 180px;
  /*padding: 15px 17px;*/
  width: 60px;
}
#fixedMenu_web02 a img{
  width: 60px;
}

@media only screen and (max-width: 768px) {
  #fixedMenu_web02 {
    display: none;
  }
}


/* ---------------------------------------------------------
 *	大枠
 *---------------------------------------------------------- */
#contents {
  overflow: hidden;
}

@media only screen and (max-width: 1023px) {
  #contents {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ---------------------------------------------------------
 *	大枠
 *---------------------------------------------------------- */
#main > section:not(.is-margin) {
  margin-top: 100px;
}

#main > section.is-cloth {
  background-image: url(../images/bg_cloth_brown.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 768px) {
  #main > section:not(.is-margin) {
    margin-top: 50px;
  }
  #main > section.is-cloth {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ---------------------------------------------------------
 *	フッター
 *---------------------------------------------------------- */
.p-access #footer, .p-clinic #footer {
  margin-top: 0;
}

#footer {
  overflow: hidden;
  margin-top: 100px;
}

#footer .footer_inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  #footer {
    margin-top: 50px;
  }
}

/* ---------------------------------------------------------
 *	フッター contact
 *---------------------------------------------------------- */
#footer .footer_contact {
  padding: 80px 0 50px;
  background-color: rgba(93, 70, 58, 0.6);
}

#footer .footer_contactHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
}

#footer .footer_contactHeadLogo img {
  max-width: 500px;
  width: 100%;
}

#footer .footer_contactHeadName {
  border-left: 2px solid #e1d7cd;
  padding-left: 20px;
  font-size: 2.0rem;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  color: #fff;
}

#footer .footer_contactWrap {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer_contactWrap > * {
  border: 1px solid #e1d7cd;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
}

#footer .footer_tel {
  min-width: 400px;
}

#footer .footer_telTtl, #footer .footer_formTtl {
  text-align: center;
  font-size: 2.2rem;
  padding-bottom: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #e1d7cd;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
  font-weight: 700;
}

#footer .footer_telTtl span, #footer .footer_formTtl span {
  font-size: 1.8rem;
}

#footer .footer_telNum {
  margin-top: 20px;
  text-align: center;
}

#footer .footer_telNum a, #footer .footer_telNum span {
  display: inline-block;
  padding-left: 50px;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
  font-size: 3.6rem;
  line-height: 1.0;
  color: #564436;
  font-weight: 700;
  position: relative;
}

#footer .footer_telNum a:before, #footer .footer_telNum span:before {
  content: "\e802";
  position: absolute;
  bottom: -3px;
  left: 10px;
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#footer .footer_telNum rt {
  font-size: 1.0rem;
}

#footer .footer_telAtt {
  text-align: center;
}

#footer .footer_form {
  margin-left: 2%;
  border-left: 1px solid #e1d7cd;
}

#footer .footer_formTxt {
  margin-top: 10px;
  text-align: center;
}

#footer .footer_formList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer_formList img{
    width: 200px;
    margin-right: 10px;
}
@media only screen and (max-width: 768px) {
#footer .footer_formList img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
    #footer .footer_formBtn a.e-park{
        padding: 0;
    }
}


#footer .footer_formList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer_formList > li:nth-of-type(2) {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e1d7cd;
}

#footer .footer_formPic {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  padding-left: 10px;
}

#footer .footer_formBtn {
  margin-top: 20px;
}

#footer .footer_formBtn a {
  min-width: 200px;
}
#footer .footer_formList .m-btn01 a {
   padding: 19px 20px;
}

@media only screen and (max-width: 1215px) {
  #footer .footer_contact {
    padding: 80px 30px 50px;
  }
  #footer .footer_formList > li {
    display: block;
  }
  #footer .footer_formPic {
    margin-top: 10px;
    padding-left: 0;
    text-align: center;
  }
  #footer .footer_formPic img {
    max-width: 90px;
  }
  #footer .footer_formBtn {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #footer .footer_contactWrap {
    display: block;
  }
  #footer .footer_form {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .footer_tel {
    min-width: auto;
  }
  #footer .footer_telNum {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_contact {
    padding: 50px 15px 30px;
  }
  #footer .footer_contactHead {
    display: block;
    text-align: center;
  }
  #footer .footer_contactHeadLogo img {
    max-width: 240px;
  }
  #footer .footer_contactHeadName {
    border-right: none;
    margin-top: 10px;
    padding-left: 0;
    font-size: 1.6rem;
  }
  #footer .footer_contactWrap {
    margin-top: 30px;
  }
  #footer .footer_contactWrap > * {
    padding: 20px;
  }
  #footer .footer_formTtl, #footer .footer_telTtl {
    font-size: 1.6rem;
  }
  #footer .footer_telNum a {
    padding-left: 8vw;
    font-size: 7vw;
  }
  #footer .footer_telNum a:before {
    font-size: 6.2vw;
  }
  #footer .footer_formList > li:nth-of-type(2) {
    margin-left: 5px;
    padding-left: 5px;
    border-left: none;
  }
  #footer .footer_formPic {
    display: none;
  }
  #footer .footer_formBtn a {
    min-width: 0;
    width: 100%;
    padding: 10px 10px;
  }
}

/* ---------------------------------------------------------
 *	フッター banner
 *---------------------------------------------------------- */
#footer .footer_bnr + .footer_nav {
  margin-top: 50px;
}

#footer .footer_bnrList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer_bnrList > li {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  overflow: hidden;
}

#footer .footer_bnrList > li:not(:nth-of-type(3n-2)) {
  margin-left: 2%;
}

#footer .footer_bnrList > li:nth-of-type(n+4) {
  margin-top: 20px;
}

#footer .footer_bnrList > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_bnrPic {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
}

#footer .footer_bnrTxt {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  padding: 20px;
}

@media only screen and (max-width: 1023px) {
  #footer .footer_bnrList {
    margin: 50px 30px 0;
    display: block;
  }
  #footer .footer_bnrList > li:not(:nth-of-type(3n-2)) {
    margin-left: 0;
  }
  #footer .footer_bnrList > li:nth-of-type(n+2) {
    margin-top: 5px;
  }
  #footer .footer_bnrPic {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
  }
  #footer .footer_bnrTxt {
    -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_bnrList {
    margin: 30px 15px 0;
  }
}

/* ---------------------------------------------------------
 *	フッター sns
 *---------------------------------------------------------- */
#footer .footer_sns {
  margin-top: 20px;
}

#footer .footer_snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer_snsList > li + li {
  margin-left: 20px;
}

#footer .footer_snsList > li a {
  font-size: 0;
  display: block;
}

#footer .footer_snsList > li a span {
  width: 40px;
  height: 40px;
  display: inline-block;
}

#footer .footer_snsList > li a span::before {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer_snsList > li a:hover span::before, #footer .footer_snsList > li a.is-hover span::before {
  opacity: .5;
}

#footer .footer_snsList > li.is-facebook span {
  position: relative;
}

#footer .footer_snsList > li.is-facebook span:before {
  content: "\f09a";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#footer .footer_snsList > li.is-twitter span {
  position: relative;
}

#footer .footer_snsList > li.is-twitter span:before {
  content: "\f099";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#footer .footer_snsList > li.is-instagram span {
  position: relative;
}

#footer .footer_snsList > li.is-instagram span:before {
  content: "\f16d";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

#footer .footer_snsList > li.is-line span {
  position: relative;
}

#footer .footer_snsList > li.is-line span:before {
  content: "\e807";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #564436;
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  text-decoration: none;
}

/* ---------------------------------------------------------
 *	フッター nav
 *---------------------------------------------------------- */
#footer .footer_navLogo {
  margin-top: 50px;
  text-align: center;
}

#footer .footer_navList {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer_navList > li + li {
  margin-left: 40px;
  position: relative;
}

#footer .footer_navList > li + li::before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #e1d7cd;
}

@media only screen and (max-width: 1023px) {
  #footer .footer_navList {
    margin: 50px 30px 0;
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_navList {
    margin: 30px 15px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #footer .footer_navList > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  #footer .footer_navList > li + li {
    margin-left: 0;
  }
  #footer .footer_navList > li + li::before {
    display: none;
  }
  #footer .footer_navList > li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

/* ---------------------------------------------------------
 *	フッター copyright
 *---------------------------------------------------------- */
#footer .footer_copy {
  width: 100%;
  margin-top: 20px;
  height: 60px;
  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;
  background-color: #564436;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1215px) {
  #footer .footer_copy {
    height: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #footer .footer_copy {
    font-size: 1.0rem;
    min-height: 100px;
    padding: 5px 50px 50px 15px;
    text-align: left;
    line-height: 1.4;
  }
}

/* ---------------------------------------------------------
 *	フッター totop
 *---------------------------------------------------------- */
#footer .footer_totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer_totop.is-hide {
  opacity: 0;
  bottom: -60px;
}

#footer .footer_totop a {
  font-size: 0;
  width: 60px;
  height: 60px;
  background-color: #b6907d;
  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;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footer_totop a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background-color: transparent;
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -4px;
  margin-bottom: -12px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#footer .footer_totop a:hover, #footer .footer_totop a.is-hover {
  margin-bottom: 10px;
  background-color: #907060;
}

@media only screen and (max-width: 1215px) {
  #footer .footer_totop a {
    width: 50px;
    height: 50px;
  }
}

/* ---------------------------------------------------------
 *	フッター access
 *---------------------------------------------------------- */
#footer .c-access .c-access_info {
  margin-top: 0;
}

#footer .c-access .c-access_cont {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
}

#footer .c-access .c-access_cont:first-of-type {
  min-width: 400px;
}

#footer .c-access .c-access_txt + .c-access_txt {
  display: none;
}

#footer .c-access .m-btn01 {
  display: none;
}

#footer .c-access .m-table01 th, #footer .c-access .m-table01 td {
  border-color: #fff;
}

@media only screen and (max-width: 1023px) {
  #footer .c-access.footer_inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #footer .c-access .c-access_info .c-access_cont:first-of-type {
    min-width: auto;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   *   * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
 *== malihu jquery custom scrollbar plugin ==
 *Plugin URI: http: */
/*
 *CONTENTS:
 *	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
 *	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
 *	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
 *	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
 *	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
 *	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
 *		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes. */
/*
 *------------------------------------------------------------------------------------------------------------------------
 *1. BASIC STYLE
 *------------------------------------------------------------------------------------------------------------------------ */
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
 *------------------------------------------------------------------------------------------------------------------------
 *2. VERTICAL SCROLLBAR
 *y-axis
 *------------------------------------------------------------------------------------------------------------------------ */
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  bottom: 0;
}

/*
 *------------------------------------------------------------------------------------------------------------------------
 *3. HORIZONTAL SCROLLBAR
 *x-axis
 *------------------------------------------------------------------------------------------------------------------------ */
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
 *------------------------------------------------------------------------------------------------------------------------
 *4. VERTICAL AND HORIZONTAL SCROLLBARS
 *yx-axis
 *------------------------------------------------------------------------------------------------------------------------ */
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
  left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

/* RTL direction/left-side scrollbar */
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible horizontal scrollbar */
/*
 *------------------------------------------------------------------------------------------------------------------------
 *5. TRANSITIONS
 *------------------------------------------------------------------------------------------------------------------------ */
.mCSB_scrollTools {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
 *------------------------------------------------------------------------------------------------------------------------
 *6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
 *------------------------------------------------------------------------------------------------------------------------ */
/*
 *----------------------------------------
 *6.1 THEMES
 *---------------------------------------- */
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
     *sprites locations
     *light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
     *dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
     *sprites locations
     *light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
     *dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
     *sprites locations
     *light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
     *dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
     *sprites locations
     *light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
     *dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px */
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* theme "dark-thin" */
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../common/font/slick.eot");
  src: url("../../common/font/slick.eot?#iefix") format("embedded-opentype"), url("../../common/font/slick.woff") format("woff"), url("../../common/font/slick.ttf") format("truetype"), url("../../common/font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, calc(-50% - 20px));
          transform: translate(0, calc(-50% - 20px));
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: #564436;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  padding-bottom: 50px;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 10px;
}

.slick-dots li {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 10px;
}

.slick-dots li button {
  vertical-align: top;
  border: none;
  width: 25px;
  height: 10px;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  border: 2px solid #fff;
  background-color: #ccc;
  font-size: 0;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: #564436;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



/* ---------------------------------------------------------
 *	小児歯科
 *---------------------------------------------------------- */
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

body.p-service.pediatrics section{
	padding-bottom:20px;
	}

body.p-service.pediatrics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:1024px;
	}
body.p-service.pediatrics .ucolumn img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.pediatrics .ucolumn p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn h4{
	font-size:30px;
	text-align:center;
	}

body.p-service.pediatrics ul.menu_btn{
    margin:30px 0;
    }
body.p-service.pediatrics ul.menu_btn li{
    list-style:none;
    width:49%;
    margin-right:2%;
    float:left;
    }
body.p-service.pediatrics ul.menu_btn li:nth-child(2){
    margin-right:0;
    }
body.p-service.pediatrics ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.pediatrics .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box0 img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.pediatrics .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}



body.p-service.pediatrics .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.pediatrics .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}

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

body.p-service.pediatrics section{
	padding-bottom:20px;
	}

body.p-service.pediatrics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
body.p-service.pediatrics .ucolumn img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.pediatrics .ucolumn p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn h4{
	font-size:24px;
	text-align:center;
	}

body.p-service.pediatrics ul.menu_btn{
    margin:30px 0;
    }
body.p-service.pediatrics ul.menu_btn li{
    list-style:none;
    width:100%;
	margin-bottom:10px;
    }
body.p-service.pediatrics ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.pediatrics .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.pediatrics .ucolumn_box0 img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.pediatrics .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}

body.p-service.pediatrics .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.pediatrics .ucolumn_box img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.pediatrics .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.pediatrics .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.pediatrics .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}

}



/* ---------------------------------------------------------
 *	口腔外科
 *---------------------------------------------------------- */


body.p-service.oral_surgery section{
	padding-bottom:20px;
	}

body.p-service.oral_surgery .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:1024px;
	}
body.p-service.oral_surgery .ucolumn img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.oral_surgery .ucolumn p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn h4{
	font-size:30px;
	text-align:center;
	}
body.p-service.oral_surgery .ucolumn_box h5{
	font-size:18px;
	margin-bottom:20px;
	}

body.p-service.oral_surgery ul.menu_btn{
    margin:30px 0;
    }
body.p-service.oral_surgery ul.menu_btn li{
    list-style:none;
    width:23.5%;
    margin-right:2%;
    float:left;
    }
body.p-service.oral_surgery ul.menu_btn li:nth-child(4){
    margin-right:0;
    }
body.p-service.oral_surgery ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.oral_surgery .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box0 img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.oral_surgery .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}



body.p-service.oral_surgery .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.oral_surgery .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}

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

body.p-service.oral_surgery section{
	padding-bottom:20px;
	}

body.p-service.oral_surgery .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
body.p-service.oral_surgery .ucolumn img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.oral_surgery .ucolumn p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn h4{
	font-size:24px;
	text-align:center;
	}
body.p-service.oral_surgery .ucolumn_box h5{
	font-size:18px;
	margin-bottom:20px;
	}

body.p-service.oral_surgery ul.menu_btn{
    margin:30px 0;
    }
body.p-service.oral_surgery ul.menu_btn li{
    list-style:none;
    width:100%;
	margin-bottom:10px;
    }
body.p-service.oral_surgery ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.oral_surgery .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.oral_surgery .ucolumn_box0 img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.oral_surgery .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}

body.p-service.oral_surgery .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.oral_surgery .ucolumn_box img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.oral_surgery .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.oral_surgery .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.oral_surgery .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}

}


/* ---------------------------------------------------------
 *	矯正歯科・小児矯正
 *---------------------------------------------------------- */


body.p-service.orthodontics section{
	padding-bottom:20px;
	}

body.p-service.orthodontics .arrow{
margin:0 auto 10px;
width: 0;
height: 0;
border-style: solid;
border-width: 30px 100px 0 100px;
border-color: #6AA7CD transparent transparent transparent;
}

body.p-service.orthodontics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:1024px;
	}
body.p-service.orthodontics .ucolumn img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}

body.p-service.orthodontics .ucolumn p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn h4{
	font-size:30px;
	text-align:center;
	}
body.p-service.orthodontics .ucolumn_box h5{
	font-size:18px;
	margin-bottom:20px;
	}

body.p-service.orthodontics ul.menu_btn{
    margin:30px 0;
    }
body.p-service.orthodontics ul.menu_btn li{
    list-style:none;
    width:23.5%;
    margin-right:2%;
    float:left;
	margin-bottom:20px;
    }
body.p-service.orthodontics ul.menu_btn li:nth-child(4n){
    margin-right:0;
    }
body.p-service.orthodontics ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.orthodontics .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box0 img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.orthodontics .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}



body.p-service.orthodontics .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:1024px;
	border:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box img{
	width:400px;
	float:right;
	margin:0 0 20px 20px;
	}
body.p-service.orthodontics .ucolumn_box img.left{
	width:400px;
	float:left;
	margin:0 20px 20px 0;
	}
body.p-service.orthodontics .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}

body.p-service.orthodontics #subject_7 table {
	border-collapse:collapse;
	width:100%;
	}
body.p-service.orthodontics #subject_7 table th,
body.p-service.orthodontics #subject_7 table td{
	padding:10px;
	border:1px solid #eee;
	width:50%;
	}
body.p-service.orthodontics #subject_7 table th {
	text-align:center;
	background:#eee;
	}
body.p-service.orthodontics #subject_7 table td{
	text-align:right;
	}



body.p-service.orthodontics ul.checkbox2{
    padding:20px;
    box-sizing:border-box;
    overflow:hidden;
	margin-bottom:20px;
    }
body.p-service.orthodontics ul.checkbox2 li{
    width:100%;
	list-style:none;
    margin-bottom:20px;
    }
body.p-service.orthodontics ul.checkbox2 li p{
    padding:0 0 0 2em;
    font-size:16px;
    position:relative;
}
body.p-service.orthodontics ul.checkbox2 li p::before{
    position:absolute;
    left:0;
    top:-5px;
    content:"●";
    color:#B09283;
    font-size:21px;
    }



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

body.p-service.orthodontics section{
	padding-bottom:20px;
	}

body.p-service.orthodontics .ucolumn{
	margin:30px auto;
	padding:10px;
	box-sizing:border-box;
	width:100%;
	}
body.p-service.orthodontics .ucolumn img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.orthodontics .ucolumn p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn h4{
	font-size:24px;
	text-align:center;
	}
body.p-service.orthodontics .ucolumn_box h5{
	font-size:18px;
	margin-bottom:20px;
	}

body.p-service.orthodontics ul.menu_btn{
    margin:30px 0;
    }
body.p-service.orthodontics ul.menu_btn li{
    list-style:none;
    width:100%;
	margin-bottom:10px;
    }
body.p-service.orthodontics ul.menu_btn li a{
    display:block;
    width:100%;
    padding:10px;
    box-sizing:border-box;
    text-align:center;
    background:#B09283;
    color:#fff;
    }

body.p-service.orthodontics .ucolumn_box0{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.orthodontics .ucolumn_box0 img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.orthodontics .ucolumn_box0 p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn_box0 p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box0 p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#000;
	}

body.p-service.orthodontics .ucolumn_box{
	margin:30px auto;
	padding:30px;
	box-sizing:border-box;
	width:100%;
	border:none;
	}
body.p-service.orthodontics .ucolumn_box img{
	width:100%;
	margin:0 0 20px;
	}
body.p-service.orthodontics .ucolumn_box p{
	line-height:1.7;
	}
body.p-service.orthodontics .ucolumn_box p.subtitle{
	font-size:18px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	}
body.p-service.orthodontics .ucolumn_box p.subtitle span{
	margin-right:1em;
	font-size:24px;
	color:#ccc;
	}


body.p-service.orthodontics #subject_7 table {
	border-collapse:collapse;
	width:100%;
	}
body.p-service.orthodontics #subject_7 table th,
body.p-service.orthodontics #subject_7 table td{
	padding:10px;
	border:1px solid #eee;
	display:block;
	width:100%;
	}
body.p-service.orthodontics #subject_7 table th {
	text-align:center;
	background:#eee;
	}
body.p-service.orthodontics #subject_7 table td{
	text-align:center;
	}


}


@media only screen and (max-width: 768px) {
	.sp_none{
		display: none;
	}	
}


@media only screen and (max-width: 1023px) {
.header_nav ul li.has-sub ul.sub {
width: calc(100% - 5%);
margin-left: 5%;
font-size: 90%;
margin-bottom: 24px;
}
}

@media only screen and (max-width: 768px) {
footer ul li.has-sub {
position: relative;
display: block;
}
footer ul li.has-sub > a {
pointer-events: none;
}
footer ul li.has-sub.active > a {
pointer-events: auto;
}
footer ul li.has-sub ul.sub {
width: calc(100% - 5%);
margin-left: 5%;
font-size: 90%;
margin-top: 0;
margin-bottom: 0;
overflow: hidden;
height: 0;
transition: all .2s ease-in-out;
}
footer ul li.has-sub.active ul.sub li {
padding: 4px 0;
}
footer ul li.has-sub.active ul.sub {
height: auto;
margin-top: 8px;
margin-bottom: 24px;
}
}

@media only screen and (min-width: 1024px) {
header ul li.has-sub {
position: relative;
}
header ul li.has-sub ul.sub {
position: absolute;
top: 80%;
left: 0;
background: rgba(255,255,255,.8);
opacity: 0;
z-index: 2;
pointer-events: none;
transition: all .2s ease-in-out;
width: 100%;
}
header ul li.has-sub:hover ul.sub,
header ul li.has-sub ul.sub:hover {
display: block;
position: absolute;
top: 100%;
opacity: 1;
pointer-events: auto;
}
header ul li.has-sub ul.sub li {
border-left: 0 !important;
transition: all .2s ease-in-out;
padding: 8px;
box-sizing: border-box;
}
header ul li.has-sub ul.sub li:hover {
background: rgba(93, 70, 58, 0.6);
}
header ul li.has-sub ul.sub li a {
color: #54364E !important;
font-size: 70%;
padding: 0;
transition: all .2s ease-in-out;
}
header ul li.has-sub ul.sub li:hover a {
color: white !important;
}
header ul li.has-sub ul.sub li a::before {
display: none !important;
}
}

@media only screen and (min-width: 769px) {
footer ul li.has-sub {
position: relative;
}
footer ul li.has-sub ul.sub {
position: absolute;
bottom: 80%;
top: auto;
width: auto;
white-space: nowrap;
left: 0;
background: rgba(255,255,255,.8);
opacity: 0;
z-index: 2;
pointer-events: none;
transition: all .2s ease-in-out;
}
footer ul li.has-sub:hover ul.sub,
footer ul li.has-sub ul.sub:hover {
display: block;
position: absolute;
bottom: 100%;
top: auto;
opacity: 1;
pointer-events: auto;
}
footer ul li.has-sub ul.sub li {
border-left: 0 !important;
transition: all .2s ease-in-out;
padding: 8px 16px;
box-sizing: border-box;
}
footer ul li.has-sub ul.sub li:hover {
background: rgba(93, 70, 58, 0.6);
}
footer ul li.has-sub ul.sub li a {
color: #54364E !important;
font-size: 80%;
padding: 0;
transition: all .2s ease-in-out;
}
footer ul li.has-sub ul.sub li:hover a {
color: white !important;
}
footer ul li.has-sub ul.sub li a::before {
display: none !important;
}
}

#s_txt{
	border:2px solid rgba(156, 119, 100, 0.8);
	text-align: center;
	line-height:1;
	padding:10px;
	max-width: 1200px;
	margin:50px auto;
}

@media only screen and (max-width: 768px) {
	.sp_none{
		display: none !important;
	}
}

@media only screen and (min-width: 769px) {
	.pc_none{
		display: none !important;
	}
}

.m-single_category a{
	padding-bottom:0px !important;
	color:#fff;
}

/*---------------------------------------------
リンクバナー
---------------------------------------------*/
.kyousei_bn_set img {
    display: block;
    margin: 100px auto 0;
}
/* スマートフォン */
@media only screen and (max-width: 750px) {
.kyousei_bn_set img {
    display: block;
    margin: 30px auto -20px;
}
}

/*---------------------------------------------
求人バナー
---------------------------------------------*/
.staff_bnr {
    background: #524133;
    width: 400px;
    position: absolute;
    top: 180px;
    /*right: 20px;*/
    right: 70px;
    text-align: center;
    color: white;
    padding: 20px 0;
    border-radius: 10px;
}
.staff_bnr span {
    font-size: 30px;
}
/* スマートフォン */
@media only screen and (max-width: 750px) {
.staff_bnr {
    background: #524133;
    width: 90%;
    position: unset;
    top: 180px;
    right: 20px;
    text-align: center;
    color: white;
    padding: 3px 0;
    border-radius: 10px;
    margin: 15px auto 0;
font-size: 14px;
}
.staff_bnr span {
    font-size: 20px;
}
}