@charset "UTF-8";
/*--
bodyのフォントサイズは bootstrap/sass/dev/_variables.scss で定義する
--*/
body {
  color: #2C343A;
  background: #fbf5f1;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.font-serif {
  font-family: "Noto Serif", serif;
}

a {
  color: #E56B13;
}

a:hover {
  color: #006934;
}

a:hover, a:active, a:focus {
  outline: none;
}

.tel-number-white a {
  color: #fff;
}

@font-face {}
@font-face {
  font-family: "BebasNeue Regular";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.svg#glyphicons_halflingsregular") format("svg");
}
.bebasneue-bold,
.num {
  font-family: "BebasNeue Bold";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

.bebasneue {
  font-family: "BebasNeue Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal !important;
}

/* Elements
---------------------*/
.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.img-border img {
  border: 1px solid #fff;
}

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

img.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

img.img-border {
  border: 1px solid rgba(229, 107, 19, 0.2);
  border-radius: 10px;
  width: 90%;
  display: block;
  margin: 20px auto 10px auto;
}

.required {
  color: #e00;
  font-size: 0.9em;
  font-weight: normal;
}

.widget_sp_image img {
  max-width: 100%;
  height: auto;
}

.font-size-16 {
  font-size: 16px;
}
.font-size-16.btn {
  font-size: 16px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.row.padding-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.padding-20 .col {
  padding-left: 20px;
  padding-right: 20px;
}
.row.padding-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.padding-30 .col {
  padding-left: 30px;
  padding-right: 30px;
}

/* Header
---------------------*/
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h1 {
  margin: 0;
  font-size: 1em;
}
.header #logo-wrap {
  padding-left: 35px;
}
.header__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.header__reserve a {
  display: block;
  position: relative;
  padding: 12px 45px 12px 30px;
  color: #fff;
  font-size: 17px;
  background: #006934;
  border-radius: 10em;
  text-decoration: none;
  font-family: "Noto Serif", serif;
}
.header__reserve a span {
  margin-right: 0.8em;
}
.header__reserve a:before {
  position: absolute;
  right: 25px;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header__reserve a:hover:before {
  right: 20px;
}
.header__tel {
  padding: 15px 25px;
  font-family: "Noto Serif", serif;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  background: #c9631f;
}
.header__tel-text {
  margin-bottom: 5px;
  font-size: 16px;
}
.header__tel-tel {
  font-size: 32px;
}
.header__tel-tel .fa {
  margin-right: 5px;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
#header-xs .logo-xs {
  padding: 20px 0;
}
#header-xs .logo-xs img {
  padding-top: 5px;
  padding-left: 10px;
  width: 50%;
  margin-inline: auto;
  height: auto;
}
@media (min-width: 992px) {
  #header-xs .logo-xs img {
    padding-top: 0;
    max-width: 100%;
    height: auto;
  }
}
#header-xs #header-xs-bar {
  height: 50px;
  right: 0;
  position: fixed;
  top: 0;
  width: 50px;
  z-index: 15001;
  color: #fff;
  background: #c9631f;
}
#header-xs #header-xs-bar #hamburger {
  float: right;
  padding: 0 15px;
  font-size: 26px;
  line-height: 50px;
}
#header-xs #xs-nav {
  visibility: hidden;
  width: 256px;
  height: 100%;
  right: -100%;
  position: fixed;
  top: 0px;
  z-index: 15000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header-xs #xs-nav nav {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #81451c;
  overflow-y: auto;
}
#header-xs #xs-nav a {
  display: block;
  position: relative;
  padding: 12px 25px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav a a {
  width: 1em;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
#header-xs #xs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header-xs #xs-nav .sub-menu {
  display: none;
}
#header-xs #xs-nav .sub-menu a {
  background: rgba(0, 0, 0, 0.1);
}
#header-xs #xs-nav .sub-menu-active > .sub-menu {
  display: block;
}
#header-xs.nav-active #hamburger {
  color: #fff;
  background: #81451c;
}
#header-xs.nav-active #xs-nav {
  visibility: visible;
  right: 0;
}

/* PrimaryNav
---------------------*/
#primary-nav {
  z-index: 15000;
  position: relative;
  margin-right: 2vw;
}
#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  gap: 1em;
}
@media (min-width: 1200px) {
  #primary-nav ul {
    gap: 3vw;
  }
}
#primary-nav .menu > li:first-child > span > a:after {
  display: none;
}
#primary-nav .menu > li > span > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 90px;
  padding: 0 0 10px;
  color: #000;
  font-size: 16px;
}
@media (min-width: 1200px) {
  #primary-nav .menu > li > span > a {
    font-size: 18px;
  }
}
#primary-nav .menu > li > span > a {
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Noto Serif", serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#primary-nav .menu > li > span > a:hover {
  color: #c9631f;
}
#primary-nav .sub-menu-more {
  margin-left: 10px;
}

#primary-nav ul.menu > li {
  position: relative;
  padding: 0;
  flex: 1;
}

#primary-nav ul.sub-menu {
  width: 300px;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  #primary-nav ul.sub-menu {
    padding: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    z-index: 51;
  }
}
#primary-nav ul.sub-menu li a {
  display: block;
  padding: 15px 20px;
  color: #2C343A;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgb(255, 255, 255);
}
#primary-nav ul.sub-menu li a:hover {
  background: #fcfaf9;
}

#primary-nav ul li:hover > ul.sub-menu {
  display: block;
}

#sp-menu {
  margin: 0 0 0px;
  padding: 1em 0;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close {
  display: block;
  margin: 0 20px 10px 20px;
  padding: 1em;
  color: #fff;
  text-align: center;
  background: #164d72;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

#sp-nav .nav-close:hover {
  background: #103752;
}

@media (max-width: 991px) {
  #sp-nav {
    clear: both;
    overflow: hidden;
    max-height: 0;
    background: #f7f1f0;
    transition: all 0.5s ease;
  }
  #sp-nav.active {
    max-height: 55em;
    overflow: auto;
  }
  #sp-nav {
    width: 100%;
  }
  #sp-nav li {
    list-style: none;
  }
  #sp-nav li a {
    display: block;
    text-decoration: none;
    color: #901d0f;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 0;
  }
  #sp-nav li a:hover {
    color: #d92c16;
    background: #fcfafa;
  }
  #sp-nav ul {
    margin-bottom: 0;
    padding: 0;
  }
  #sp-nav ul.sub-menu {
    padding-left: 20px;
  }
  #sp-nav ul.menu > li > a {
    font-weight: bold;
  }
  #sp-nav .sp-none {
    display: none;
  }
}
#primary-nav-collapse {
  position: relative;
}

/* Sidebar
---------------------*/
#sidebar {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 992px) {
  #sidebar {
    /* sideba left */
    /* sideba right */
    float: right;
    width: 25%;
  }
}

#sidebar .widget {
  margin-bottom: 20px;
  border-radius: 10px;
}

#sidebar .widget.widget-localnavigation-gps,
#sidebar .widget.widget.widget_archive,
#sidebar .widget.widget.widget_categories,
#sidebar .widget.popular-posts {
  position: relative;
  margin-bottom: 40px;
}
#sidebar .widget.widget-localnavigation-gps h2,
#sidebar .widget.widget.widget_archive h2,
#sidebar .widget.widget.widget_categories h2,
#sidebar .widget.popular-posts h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #2c343a;
  font-size: 17px;
  font-weight: normal;
}
#sidebar .widget.widget-localnavigation-gps h2:after,
#sidebar .widget.widget.widget_archive h2:after,
#sidebar .widget.widget.widget_categories h2:after,
#sidebar .widget.popular-posts h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #ee9c61;
}
#sidebar .widget.widget-localnavigation-gps ul,
#sidebar .widget.widget.widget_archive ul,
#sidebar .widget.widget.widget_categories ul,
#sidebar .widget.popular-posts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .widget.widget-localnavigation-gps li,
#sidebar .widget.widget.widget_archive li,
#sidebar .widget.widget.widget_categories li,
#sidebar .widget.popular-posts li {
  padding: 1px 0;
}
#sidebar .widget.widget-localnavigation-gps li a,
#sidebar .widget.widget.widget_archive li a,
#sidebar .widget.widget.widget_categories li a,
#sidebar .widget.popular-posts li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #2C343A;
  font-size: 14px;
  font-weight: bold;
}
#sidebar .widget.widget-localnavigation-gps li a:hover,
#sidebar .widget.widget.widget_archive li a:hover,
#sidebar .widget.widget.widget_categories li a:hover,
#sidebar .widget.popular-posts li a:hover {
  color: #E56B13;
  text-decoration: none;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu,
#sidebar .widget.widget.widget_archive ul.sub-menu,
#sidebar .widget.widget.widget_categories ul.sub-menu,
#sidebar .widget.popular-posts ul.sub-menu {
  border-top: 1px solid #eee8e0;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu a,
#sidebar .widget.widget.widget_archive ul.sub-menu a,
#sidebar .widget.widget.widget_categories ul.sub-menu a,
#sidebar .widget.popular-posts ul.sub-menu a {
  padding-left: 24px;
  background: url(../img/sub_menu_li.png) no-repeat 5px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li li a,
#sidebar .widget.widget.widget_archive ul.sub-menu li li a,
#sidebar .widget.widget.widget_categories ul.sub-menu li li a,
#sidebar .widget.popular-posts ul.sub-menu li li a {
  padding-left: 40px;
  background: url(../img/sub_menu_li_li.png) no-repeat 14px center;
}
#sidebar .widget.widget-localnavigation-gps ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_archive ul.sub-menu li:last-child,
#sidebar .widget.widget.widget_categories ul.sub-menu li:last-child,
#sidebar .widget.popular-posts ul.sub-menu li:last-child {
  border: 0;
}

.widget-localnavigation-gps h2 {
  display: none;
}

#sidebar img {
  max-width: 100%;
  height: auto;
}

/* Footer
---------------------*/
.footer-info-access {
  background: #fff;
}
.footer-info-access__head img {
  width: 100%;
}
.footer-info-access__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 1196px;
  margin-inline: auto;
  padding: 36px 15px;
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .footer-info-access__inner {
    margin-top: -150px;
    padding: 36px;
    flex-direction: row;
  }
}
.footer-info-access__inner > * {
  flex: 1;
}
.footer-info-access__inner h2 {
  margin: 0;
  margin-bottom: 22px;
  font-size: 25px;
  font-family: "Noto Serif", serif;
}
.footer-info-access__inner h2 small {
  display: block;
  margin-top: 5px;
  color: #c9631f;
  font-size: 17px;
}
.footer-info-access__access-map {
  margin-top: 12px;
}
.footer-info-access__access-gmap {
  margin-top: 12px;
}
.footer-info-access__access-gmap iframe {
  width: 100%;
  border: 0;
}
.footer-info-access__access-btn {
  margin-top: 20px;
}
.footer-info-access__access-btn a {
  display: block;
  max-width: 360px;
  margin-inline: auto;
  position: relative;
  padding: 12px 45px 12px 30px;
  color: #fff;
  font-size: 17px;
  background: #c9631f;
  border-radius: 10em;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Serif", serif;
}
.footer-info-access__access-btn a span {
  margin-right: 0.8em;
}
.footer-info-access__access-btn a:before {
  position: absolute;
  right: 25px;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.footer-info-access__access-btn a:hover:before {
  right: 20px;
}

.footer-sns {
  background: #fff;
}
.footer-sns__inner {
  display: flex;
  gap: 10px;
  max-width: 1196px;
  margin-inline: auto;
  padding: 36px 15px;
}
@media (min-width: 768px) {
  .footer-sns__inner {
    padding: 36px;
    padding-top: 0;
    gap: 36px;
  }
}
.footer-sns__inner > * {
  height: 80px;
  flex: 1;
  gap: 10px;
  border: 1px solid #fae1d0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .footer-sns__inner > * {
    border-radius: 30px;
  }
}
.footer-sns__inner > * {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C343A;
}
.footer-sns__inner > *:hover {
  color: #E56B13;
  text-decoration: none;
  background: #fbf5f1;
  border: 1px solid #fbf5f1;
}
.footer-sns__inner img {
  width: 24px;
}

.footer-to-patient {
  padding: 18px 0;
  font-size: 14px;
  border-top: 1px solid #aa938c;
}
.footer-to-patient strong {
  font-size: 16px;
  font-family: "Noto Serif", serif;
}

.footer {
  color: #000;
  background: #ece1da;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__name p {
  margin-top: 10px;
}
.footer nav ul {
  display: flex;
  gap: 1em;
}
@media (min-width: 1200px) {
  .footer nav ul {
    gap: 2em;
  }
}
.footer nav a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-family: "Noto Serif", serif;
}
.footer__top {
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .footer__top {
    display: none;
  }
}
.footer__bottom {
  padding: 24px 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  #back-top {
    bottom: 40px;
    right: 40px;
  }
}
#back-top a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background: rgba(201, 99, 31, 0.7);
}
#back-top a:hover {
  opacity: 0.8;
}

/* Archive
---------------------*/
.archive .content-content .archive-heading {
  margin-bottom: 40px;
}

/* Search
---------------------*/
.search-results .search-heading-title {
  font-size: 1.1em;
}
.search-results .navigation {
  margin-top: 30px;
}

/* Content Header
---------------------*/
#content-header {
  position: relative;
}
#content-header::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  width: 100%;
  height: 240px;
  bottom: -60px;
  background: url(../img/home-mv_image.svg) no-repeat center top;
  z-index: -1;
}
#content-header .heading {
  position: relative;
  margin-top: 120px;
  margin-bottom: 50px;
  color: #000;
  font-size: 38px;
  text-align: center;
  line-height: 1.1;
  font-family: "Noto Serif", serif;
}
@media (max-width: 767px) {
  #content-header .heading {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

#breadcrumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
}
.breadcrumbs ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}
.breadcrumbs li {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumbs li a {
  color: rgba(0, 0, 0, 0.8);
}
.breadcrumbs .split {
  padding-right: 5px;
}

/* Content
---------------------*/
#main {
  background: #fff;
}

#content {
  min-height: 1px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.6;
}
.page #content {
  float: none;
  margin: 0 auto;
}
.page.page-template-page_tmp-mini #content, .page.page-template-page_tmp-miradry #content {
  max-width: 860px;
}
.page-template-one-column #content, .search-results #content {
  width: 100%;
}

@media (min-width: 768px) {
  .page #content-inner,
  .single #content-inner {
    padding: 100px 30px 50px;
  }
}

.content-content .heading-level-2 {
  margin-top: 50px;
  margin-bottom: 1.4em;
  color: #E56B13;
  font-size: 22px;
}
@media (min-width: 768px) {
  .content-content .heading-level-2 {
    font-size: 28px;
  }
}
.content-content .heading-level-2 {
  font-weight: bold;
  font-family: "Noto Serif", serif;
}
.page-template-page_tmp-simi .content-content .heading-level-2 {
  min-height: 40px;
  padding-left: 40px;
  background: url(../img/simi/h2.png) no-repeat left top;
}
.page-template-page_tmp-simi .content-content .heading-level-2 .heading-inner {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #00803f;
}

.content-content .heading-level-3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 30px;
  color: #473122;
  font-size: 19px;
  font-weight: bold;
}
.content-content .heading-level-3:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: 0;
  border-radius: 50%;
  background: #E56B13;
}

.page-template-page_tmp-miradry .content-content .heading-level-3 {
  padding: 15px 5px;
  border-top: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}
.page-template-page_tmp-miradry .content-content .heading-level-3:before {
  display: none;
}

.content-content .heading-level-2 + .heading-level-3 {
  margin-top: 35px;
}

.content-content .heading-level-4:not([class*=heading-type-]) {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 19px;
}
.content-content .heading-level-4:not([class*=heading-type-]) .heading-inner {
  position: relative;
  display: inline-block;
  color: #006934;
  font-weight: bold;
  line-height: 1.2;
}
.content-content .heading-level-4:not([class*=heading-type-]) .heading-inner:after {
  position: absolute;
  content: "";
  display: block;
  right: -15px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent rgba(0, 128, 63, 0.3) transparent;
}
.content-content .heading-level-4:not([class*=heading-type-]) em {
  display: inline-block;
  margin-left: 1em;
  font-weight: normal;
  font-size: 0.8em;
}

.content-content .heading-level-5 {
  margin-top: 20px;
}
.content-content .heading-level-5 .heading-inner {
  display: inline-block;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 16px;
  background: #ddd;
}

.page-template-page_tmp-simi .heading-level-5 .heading-inner {
  display: inline-block;
  padding: 5px 15px;
  color: #572e1d;
  font-size: 15px;
  background: none;
  border: double #fe8833;
  border-radius: 6px;
}

.content-content .heading-type-blue {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  color: #1c3178;
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 768px) {
  .content-content .heading-type-blue {
    font-size: 28px;
  }
}
.content-content .heading-type-blue {
  font-family: "Noto Serif", serif;
  border-bottom: 1px solid #888888;
}
.content-content .heading-type-blue.aligncenter {
  text-align: center;
}

.content-content ul {
  list-style: none;
}
.content-content ul li {
  position: relative;
  margin-bottom: 10px;
}
.content-content ul li:before {
  position: absolute;
  display: block;
  content: "";
  top: 0.6em;
  left: -20px;
  width: 10px;
  height: 10px;
  background: #006934;
  border-radius: 50%;
}

.content-content .list-type-check > ul {
  list-style: none;
}
.content-content .list-type-check > ul li {
  position: relative;
  margin-bottom: 10px;
}
.content-content .list-type-check > ul li:before {
  position: absolute;
  display: block;
  content: "";
  top: -2px;
  left: -25px;
  width: 18px;
  height: 20px;
  background: url(../img/list_check.png) no-repeat;
  border-radius: 50%;
}

.content-content ol li {
  margin-bottom: 10px;
}

#content img {
  max-width: 100%;
  height: auto;
}

table.plain-table,
table.left-heading,
table.right-heading {
  width: 100%;
}
table.plain-table th,
table.plain-table td,
table.left-heading th,
table.left-heading td,
table.right-heading th,
table.right-heading td {
  padding: 10px 16px;
  vertical-align: top;
  border: 1px solid #b9babd;
}
table.plain-table th,
table.left-heading th,
table.right-heading th {
  background: #edeff5;
}

table.hours {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 768px) {
  table.hours {
    font-size: 16px;
  }
}
table.hours {
  background: #fff;
}
table.hours tr th {
  font-weight: normal;
  font-family: "Noto Serif", serif;
}
table.hours tr td {
  width: 12%;
  font-size: 15px;
}
table.hours tr td:first-child {
  width: 28%;
}
table.hours tr th,
table.hours tr td {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #703e28;
  border-bottom: 1px solid #703e28;
}
table.hours tr:first-child th {
  background: #fbf5f1;
}
table.hours .hours-open {
  color: #c9631f;
  font-size: 16px;
}
@media (max-width: 767px) {
  table.hours + .hours-note {
    font-size: 15px;
  }
}

table.price {
  width: 100%;
}
table.price th,
table.price td {
  padding: 10px 16px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #b9babd;
  border-left: 0;
  border-right: 0;
}
table.price th {
  width: 40%;
  background: rgba(229, 107, 19, 0.1);
}

table.price-small {
  width: inherit;
  margin-left: auto;
  margin-right: auto;
}
table.price-small th,
table.price-small td {
  padding: 6px 16px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #b9babd;
  border-left: 0;
  border-right: 0;
  line-height: 1.4;
}
table.price-small th {
  background: #eee;
}

table.price-small-right {
  width: inherit;
  margin-left: auto;
  margin-right: 0;
}
table.price-small-right th,
table.price-small-right td {
  padding: 6px 16px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #b9babd;
  border-left: 0;
  border-right: 0;
  line-height: 1.4;
}
table.price-small-right th {
  background: #eee;
}

.sc-div.price-note {
  margin-top: -10px;
  margin-bottom: 30px;
}

.sc-div.radius-title {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #b4dcf3;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 10px;
}

@media (max-width: 767px) {
  table.left-heading th,
  table.left-heading td,
  table.price th,
  table.price td {
    padding: 8px 16px;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  table.left-heading td,
  table.price td {
    margin-bottom: 10px;
  }
}

table.right-heading th {
  text-align: right;
}
@media (max-width: 767px) {
  table.right-heading th,
  table.right-heading td {
    padding: 8px 16px;
    display: block;
    width: 100% !important;
    text-align: left;
    border: 0;
  }
  table.right-heading td {
    margin-bottom: 10px;
  }
}

table.slash {
  width: 100%;
}
table.slash th,
table.slash td {
  padding: 5px 0px 4px;
  text-align: center;
  border: 0;
  background: none;
  text-align: left;
}
table.slash th {
  font-weight: normal;
  background: none;
  vertical-align: top;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}
table.slash td {
  padding-left: 10px;
}
table.slash th:after {
  content: "／";
  color: #E56B13;
  font-size: 1.1em;
  margin-left: 10px;
}
@media (max-width: 767px) {
  table.slash {
    border: 0;
  }
  table.slash th,
  table.slash td {
    display: block;
    text-align: left;
    border: 0;
  }
  table.slash th {
    padding-bottom: 0;
  }
  table.slash td {
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
  }
}

.sc-table.history table {
  width: inherit;
}
@media (max-width: 767px) {
  .sc-table.history table,
  .sc-table.history tbody,
  .sc-table.history tr,
  .sc-table.history th,
  .sc-table.history td {
    display: block;
  }
}

table.company {
  width: 100%;
}
table.company th,
table.company td {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
}
table.company th {
  width: 12em;
  vertical-align: top;
  background: #fbf9f7;
}
@media (max-width: 767px) {
  table.company {
    border-top: 1px solid #e5e5e5;
  }
  table.company th,
  table.company td {
    display: block;
    width: 100%;
  }
  table.company th {
    border-top: 0;
    border-bottom: 0;
  }
}

/* Single
---------------------*/
.single .title-wrap .heading,
.archive .post .title-wrap .heading {
  margin-top: 0;
}
.single .cat a,
.archive .post .cat a {
  display: inline-block;
  padding: 4px 15px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #E56B13;
}
.single .cat a:hover,
.archive .post .cat a:hover {
  color: #E56B13;
  background: #bcddea;
}
.single .time,
.archive .post .time {
  margin-bottom: 20px;
  color: #888;
}
.single .post,
.archive .post .post {
  margin-bottom: 50px;
}
.single .post-nav .alignleft,
.archive .post .post-nav .alignleft {
  float: left;
}
.single .post-nav .alignright,
.archive .post .post-nav .alignright {
  float: right;
}
@media (min-width: 768px) {
  .single .post-thumbnail,
  .archive .post .post-thumbnail {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.single .post-thumbnail,
.archive .post .post-thumbnail {
  margin-bottom: 20px;
}
.single .yarpp-related,
.archive .post .yarpp-related {
  margin-bottom: 40px;
}
.single .yarpp-related .post-thumbnail,
.archive .post .yarpp-related .post-thumbnail {
  float: none;
  margin-left: 0px;
  width: auto;
}
/* Single (News)
---------------------*/
.single.single-news .title-wrap {
  margin-bottom: 30px;
}
.single.single-news .title-wrap .time {
  color: #888;
}
.single.single-news .post-nav {
  margin: 50px 0;
}

/* Archive
---------------------*/
.archive .post {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 20px;
  border: 1px #E56B13 dashed;
}
.archive .post .article-inner {
  padding: 15px;
}
@media (min-width: 768px) {
  .archive .post .article-inner {
    padding: 50px;
  }
}
.archive .post .article-inner {
  border-radius: 18px;
  background: #fff;
}

.archive-content {
  margin-bottom: 25px;
}
.archive-content .heading {
  margin-top: 0;
  font-size: 16px;
  overflow: hidden;
}
.archive-content .heading a {
  color: #2C343A;
}
@media (min-width: 768px) {
  .archive-content .time {
    float: left;
    margin-bottom: 10px;
  }
}
.archive-content .time {
  font-size: 14px;
  margin-bottom: 5px;
  width: 8em;
  color: #999;
  line-height: 1.1;
}
.wp-pagenavi {
  margin: 50px 0;
  text-align: center;
}
.wp-pagenavi > * {
  margin: 0 10px;
}
.wp-pagenavi .pages {
  display: none;
}

/* Archive (News)
---------------------*/
.post-type-archive-news article {
  margin: 20px 0;
}
.post-type-archive-news h2 {
  margin: 0;
  font-size: 15px;
}
.post-type-archive-news .date-wrap {
  color: #2C343A;
}
@media (min-width: 768px) {
  .post-type-archive-news .date-wrap {
    float: left;
    width: 10em;
    line-height: 1;
  }
}
.post-type-archive-news .title-wrap {
  overflow: hidden;
}
.post-type-archive-news a {
  text-decoration: none;
}
.bx-wrapper {
  position: relative;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
  width: auto; /* for ie8 */
}

.bx-wrapper .bx-prev {
  left: 10px;
}

.bx-wrapper .bx-next {
  right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-viewport {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 0 !important;
  transform: translateZ(0px);
}

.caroufredsel_wrapper .slide {
  float: left;
}

/* Home
---------------------*/
.home-mv {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .home-mv {
    flex-direction: row;
  }
}
.home-mv {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-mv {
    margin-top: 40px;
  }
}
.home-mv__content {
  position: relative;
  flex: 1;
  width: 345px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-mv__content {
    padding-bottom: 30px;
  }
}
.home-mv__content-copy {
  opacity: 0;
  transform: translateY(16px);
  animation: floatIn 1200ms ease-out forwards;
  /* 表示後ちょい待ってから出したいなら */
  animation-delay: 120ms;
}
.home-mv__content-image {
  position: absolute;
}
@media (min-width: 768px) {
  .home-mv__content-image {
    right: -40px;
  }
}
.home-mv__content-image {
  top: 20%;
  z-index: -1;
}
.home-mv__slide-wrap {
  flex: 1;
}
@media (max-width: 1600px) {
  .home-mv__slide-wrap {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .home-mv__slide-wrap {
    width: 100%;
  }
}
.home-mv__slide-wrap {
  max-width: 1200px;
}
@keyframes floatIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide div {
  height: 100%;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.gallery_thum img {
  height: 100%;
  object-fit: cover;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  z-index: 5;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -5.6rem;
}
.slick-arrow.slick-prev::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/p-home_slide_left.svg) no-repeat center;
  background-size: 100% 100%;
}
.slick-arrow.slick-next {
  right: -5.6rem;
}
.slick-arrow.slick-next::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../img/p-home_slide_right.svg) no-repeat center;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: calc(50% + 2rem);
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
}
.slick-dots li.slick-active button {
  background: #fff100;
}

@media (min-width: 768px) {
  .slick-dots {
    margin: 4rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.gallery_thum-wrap {
  line-height: 0;
  background: #3071b9;
}
@media (min-width: 768px) {
  .gallery_thum-wrap {
    padding: 25px 30px;
  }
}

.gallery_thum {
  max-width: 1525px;
  margin-inline: auto;
}
.gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
  vertical-align: bottom;
}
.gallery_thum .slick-current div img {
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.home-news {
  position: relative;
}
@media (min-width: 768px) {
  .home-news {
    margin-top: -30px;
  }
}
.home-news {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .home-news__inner {
    padding: 20px 15px 0;
  }
}
@media (min-width: 992px) {
  .home-news__inner {
    max-width: 60%;
    padding: 35px;
    padding-left: 20px;
    background: #fff;
  }
}
.home-news__wrap {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .home-news__wrap {
    flex-direction: row;
    padding-left: calc(100% - 700px);
    gap: 80px;
  }
}
.home-news__title {
  font-family: "Noto Serif", serif;
}
@media (max-width: 767px) {
  .home-news__title {
    flex-shrink: 0;
  }
}
.home-news__title h2 {
  margin: 0;
  font-size: 25px;
}
.home-news__title small {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  color: #c9631f;
}
.home-news__items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 767px) {
  .home-news__items {
    gap: 10px;
  }
}
.home-news__item {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
@media (min-width: 768px) {
  .home-news__item {
    flex-direction: row;
    gap: 2em;
  }
}
.home-news__item-time {
  color: #555;
}
.home-news__item-title {
  line-height: 1.4;
}
.home-news__item-title a {
  color: #000;
}

.home-banners {
  padding: 50px 0;
  background: #fff;
}
.home-banners__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.home-banners__item {
  text-align: center;
}
.home-banners a {
  display: inline-block;
}
.home-banners a:hover {
  opacity: 0.8;
}

.home-about {
  padding-top: 50px;
  padding-bottom: 55px;
  background: #fbf5f1;
}
.home-about__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-about__heading h2 {
  position: relative;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 26px;
  font-weight: 300;
  font-family: "Noto Serif", serif;
  z-index: 1;
}
.home-about__heading small {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #fff;
  font-size: 93px;
  transform: translateX(-50%) translateY(-50%);
  font-family: "Noto Serif", serif;
}
.home-about__heading-more {
  margin-top: 10px;
}
.home-about__more-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #c9631f;
}
.home-about__more-link img {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-about__more-link:hover, .home-about__more-link:focus, .home-about__more-link:active {
  color: #c9631f;
  text-decoration: none;
}
.home-about__more-link:hover img {
  transform: translateX(4px);
}
.home-about__cat-wrap {
  display: flex;
  gap: 15px;
}
@media (min-width: 768px) {
  .home-about__cat-wrap {
    gap: 50px;
  }
}
.home-about__cat-wrap {
  margin-top: 64px;
}
.home-about__cat-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2px 2px;
}
@media (min-width: 768px) {
  .home-about__cat-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2px 2px;
  }
}
@media (min-width: 1200px) {
  .home-about__cat-wrap ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2px 2px;
  }
}
.home-about__cat-wrap ul a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 20px 10px 15px;
  color: #000;
  font-size: 15px;
  font-family: "Noto Serif", serif;
  background: #fff;
}
.home-about__cat-wrap ul a:hover, .home-about__cat-wrap ul a:focus, .home-about__cat-wrap ul a:active {
  color: #000;
  text-decoration: none;
}
.home-about__cat-wrap ul a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  transform: translateY(-50%);
  content: "\f105";
  color: #c9631f;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.home-about__cat-wrap ul a:hover::after {
  right: 5px;
}
.home-about__cat-wrap-skincare .home-about__cat-items li:first-child {
  grid-column: 1/-1; /* 3カラム全部使う */
}
.home-about__cat-title {
  width: 126px;
}
@media (min-width: 768px) {
  .home-about__cat-title {
    width: 164px;
  }
}
.home-about__cat-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.home-about__cat-title h3 {
  margin: 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  .home-about__cat-title h3 {
    font-size: 24px;
  }
}
.home-about__cat-title h3 {
  font-family: "Noto Serif", serif;
}

/* Simi
---------------------*/
.sc-toc-list.simi-header {
  margin-top: 0;
}
@media (min-width: 992px) {
  .sc-toc-list.simi-header {
    background: url(../img/simi/simi_header.jpg) no-repeat right bottom;
  }
}

/* Artmake
---------------------*/
@media (min-width: 992px) {
  .content-content .artmake__about {
    text-align: center;
  }
}
.content-content .artmake__check ul {
  max-width: 500px;
  margin-inline: auto;
}
.content-content .artmake__check li:before {
  content: "";
  display: block;
  left: -24px;
  width: 19px;
  height: 19px;
  background: url(../img/artmake/icon_check.png) no-repeat center;
  border-radius: 0;
}
.content-content .artmake__point {
  margin-top: 3em;
  text-align: center;
}
.content-content .artmake__point span {
  position: relative;
  display: inline-block;
  background: #fffce4;
  padding: 0.2em;
}
.content-content .artmake__point span::before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
}
@inckude min-sm {
  .content-content .artmake__point span::before {
    left: -34px;
  }
}
.content-content .artmake__point span::before {
  top: -26px;
  background: url(../img/artmake/icon_point.png) no-repeat center;
  width: 54px;
  height: 40px;
}
.content-content table.artmake__flow {
  width: inherit;
  margin-inline: auto;
}
.content-content table.artmake__flow td {
  padding: 5px;
}
@media (min-width: 768px) {
  .content-content table.artmake__flow td {
    padding: 10px;
  }
}
.content-content table.artmake__flow td {
  vertical-align: top;
  border: 0;
}
.content-content table.artmake__flow td strong {
  color: #da681a;
  font-size: 1.2em;
}
.content-content table.artmake__flow td > p:first-child {
  margin-bottom: 0px;
}
.content-content table.artmake__flow td:first-child {
  min-width: 80px;
}
.content-content .artmake__simple-list ul li:before {
  width: 4px;
  height: 4px;
  top: 0.8em;
  left: -12px;
}
.content-content .artmake__heading-bottom {
  margin-top: -1em;
  text-align: center;
  font-weight: bold;
}
.content-content table.artmake__faq {
  width: inherit;
  margin-inline: auto;
  border: 0;
}
.content-content table.artmake__faq td {
  padding: 5px 2px;
  vertical-align: top;
}
.content-content table.artmake__faq strong {
  color: #da681a;
  font-size: 1.2em;
}
.content-content table.artmake__faq > p:first-child {
  margin-bottom: 0px;
}
.content-content table.artmake__faq td:first-child {
  min-width: 30px;
}
.content-content .artmake__contact-tel {
  color: #da681a;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}
.content-content .artmake__contact-tel a {
  display: inline-block;
  color: #595757;
  font-size: 1.4em;
  margin-left: 0.5em;
}
.content-content .artmake__contact-sns {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.reserve-wrap {
  margin-top: 36px;
  background: #fbf5f1;
  border-radius: 30px;
}
.reserve-wrap__inner {
  padding: 0 15px 30px;
}
@media (min-width: 768px) {
  .reserve-wrap__inner {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .reserve-wrap__inner {
    padding: 0 60px 30px;
  }
}
.reserve-wrap__title {
  padding: 20px;
  color: #c9631f;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif", serif;
  border-bottom: 1px solid #c9631f;
}
.reserve-wrap__sub-title {
  padding: 16px;
  font-size: 17px;
  text-align: center;
}
.reserve-wrap__box {
  padding: 12px 15px 30px 15px;
  border-radius: 20px;
  background: #fff;
}
.reserve-wrap__box--net {
  text-align: center;
}
.reserve-wrap__box--payment {
  margin-top: 20px;
  text-align: center;
}
.reserve-wrap__box--tel {
  margin-top: 20px;
}
.reserve-wrap__box-title {
  margin-bottom: 15px;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.reserve-wrap__btn a {
  display: block;
  max-width: 360px;
  margin-inline: auto;
  position: relative;
  padding: 12px 45px 12px 30px;
  color: #fff;
  font-size: 17px;
  background: #006934;
  border-radius: 10em;
  text-decoration: none;
  font-family: "Noto Serif", serif;
}
.reserve-wrap__btn a span {
  margin-right: 0.8em;
}
.reserve-wrap__btn a:before {
  position: absolute;
  right: 25px;
  top: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f105";
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.reserve-wrap__btn a:hover:before {
  right: 20px;
}
.reserve-wrap__qr {
  max-width: 186px;
  display: inline-block;
  text-align: center;
}
.reserve-wrap__tel-note {
  max-width: 360px;
  margin-inline: auto;
}
.reserve-wrap__tel {
  margin-top: 20px;
  text-align: center;
}
.reserve-wrap__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
}
.reserve-wrap__tel a:hover, .reserve-wrap__tel a:focus, .reserve-wrap__tel a:active {
  color: #000;
  text-decoration: none;
}

@media (min-width: 1200px) {
  body[class*=page-template-homepage] .sc-include-hours .reserve-tel {
    display: flex;
    align-items: center;
  }
  body[class*=page-template-homepage] .sc-include-hours .reserve-tel .col-2 {
    flex: 1;
    text-align: center;
  }
}
body[class*=page-template-homepage] .sc-include-hours span.br {
  display: block;
}

#home-hours .to-patient {
  margin-top: 1.6em;
  padding-top: 1em;
  border-top: 1px solid #006934;
  font-size: 13px;
}
#home-hours .to-patient strong {
  color: #006934;
}
#home-hours .address {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
}
#home-hours .map {
  margin-bottom: 10px;
}
#home-hours .home-heading .fa {
  color: #006934;
}
#home-hours .home-heading:before {
  background: #006934;
}

.sc-case-wrap {
  margin: 0 0px 20px;
  padding: 30px 15px;
  background: #fffbda;
  border-radius: 10px;
  overflow: hidden;
  *zoom: 1;
}
.sc-case-wrap:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .sc-case-wrap .sc-case {
    float: left;
    width: 50%;
  }
  .sc-case-wrap .sc-case:nth-child(2n+1) {
    clear: left;
  }
}
.sc-case-wrap .sc-case {
  margin-bottom: 20px;
  padding: 0 15px;
}
.sc-case-wrap .sc-case .inner {
  padding: 15px 15px;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #content .sc-case-wrap .sc-case img {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .sc-case-wrap .sc-case.add {
    font-weight: normal;
    width: 100%;
  }
}

/* Shortcode
---------------------*/
.btn-default {
  padding: 8px 1.6em;
  background-color: #006934;
  border-color: #42ca7a;
  color: #fff;
  font-weight: bold;
}
.btn-default:hover {
  background: #bcddea;
}

.btn {
  border: 0;
  font-size: 15px;
  line-height: 1.42857;
  text-decoration: none;
  border-radius: 5px;
  white-space: inherit;
}

.btn-border {
  padding: 8px 1.6em;
  background-color: #fff;
  border: 1px solid #006934;
  color: #fff;
  color: #006934;
}
.btn-border:hover {
  color: #fff;
  background: #006934;
}

.sc-indent {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sc-indent {
    margin-left: 40px;
  }
}

.sc-tight {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .sc-tight {
    width: 80%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 992px) {
  .sc-tight {
    width: 80%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .sc-tight {
    width: 70%;
  }
  .sc-tight.width-90p {
    width: 90%;
  }
}
.sc-icon-box .heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
}
.sc-icon-box .box-content {
  line-height: 1.2;
}

.sc-icon-box[class*=" type-centered-"] > .icon-container .sc-icon {
  cursor: default;
  margin-bottom: 20px;
  display: inline-block;
}

.sc-icon-box[class*=" type-centered-"] {
  text-align: center;
}

.sc-icon-box.type-centered-1 > .icon-container .sc-icon {
  color: #E56B13;
  font-size: 30px;
}

.sc-icon-box.type-centered-3 > .icon-container .sc-icon {
  background: #E56B13;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 50px;
}

.sc-icon-box.type-centered-5 .heading {
  font-size: 1.5em;
}
.sc-icon-box.type-centered-5 > .icon-container .sc-icon {
  margin-bottom: 15px;
  border-radius: 50%;
  color: #E56B13;
  font-size: 40px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #ccc;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border-color: #d4dde5;
  padding: 40px 30px;
  transition: background 0.2s ease-in 0s;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"],
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] {
  border: 1px solid #ccc;
  position: relative;
  text-align: center;
}

.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  margin-bottom: 20px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container {
  font-size: 30px;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .sc-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .sc-icon {
  position: relative;
  z-index: 1;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .sc-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .sc-icon {
  background: #E56B13 none repeat scroll 0 0;
}

.sc-icon-box.type-boxed-1[class*=" type-boxed-"] .icon-container .sc-icon,
.sc-icon-box.type-boxed-3[class*=" type-boxed-"] .icon-container .sc-icon {
  display: inline-block;
  background: #E56B13 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  cursor: default;
  height: 3.5em;
  line-height: 3.5em;
  position: relative;
  text-align: center;
  width: 3.5em;
}

.sc-content-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
}
.sc-content-box .heading {
  margin: 0;
  padding: 0.8em 1em;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #2C343A;
}
.sc-content-box .box-content {
  padding: 15px;
}
.sc-content-box .content-empty-element + .heading {
  margin-top: 0;
}

.sc-big {
  font-size: 1.7em;
}

.sc-lead:not[class*=type-] {
  margin-bottom: 50px;
  font-size: 1.1em;
  position: relative;
}
.sc-lead:not[class*=type-] .inner {
  padding-bottom: 0.5em;
}
.sc-lead:not[class*=type-]:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #E56B13;
}

.sc-lead.type-2 {
  font-size: 1.1em;
}
@media (min-width: 768px) {
  .sc-lead.type-2 {
    font-size: 1.2em;
    text-align: center;
  }
}

.sc-box {
  border: 1px dotted #e5e5e5;
  margin: 0 0 40px;
  padding: 20px 36px 22px;
}
.sc-box .box-content > *:last-child {
  margin-bottom: 0;
}
.sc-box .box-content > ol,
.sc-box .box-content > ul {
  padding-left: 1em;
}

.sc-child-pages {
  margin-left: -5px;
  margin-right: -5px;
}
.sc-child-pages li {
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .sc-child-pages li {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
}
.sc-child-pages li a {
  display: block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
}
.sc-child-pages li a:hover {
  border-color: #E56B13;
}
.sc-child-pages li a .fa {
  color: #E56B13;
}

.sc-cta {
  margin-top: 100px;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
}
.sc-cta .title {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
.sc-cta .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3;
}
.sc-cta .button {
  text-align: center;
}

.sc-business-list {
  margin-top: 15px;
}
.sc-business-list ul {
  list-style: none;
  margin: 0;
  padding: 0 15px;
}
.sc-business-list li {
  display: inline-block;
  margin: 0 3px;
  padding: 2px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
}

.sc-image-wrap {
  margin-bottom: 1em;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.sc-image-inline {
  display: inline-block;
}

.contact-tel-block {
  display: inline-block;
  padding: 5px 5px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: middle;
}
.contact-tel-block p {
  margin: 0;
}
.contact-tel-block p:before {
  content: "ご連絡先";
  margin-right: 1.5em;
  font-size: 0.6em;
  font-weight: normal;
  vertical-align: middle;
}
.contact-tel-block a {
  color: #2C343A;
}

.sc-step {
  position: relative;
  margin-top: 30px;
}
.sc-step.step-first {
  margin-top: 0;
}
.sc-step {
  margin-bottom: 15px;
  padding-top: 10px;
  font-weight: bold;
  font-size: 18px;
  border-top: 1px solid #E56B13;
}
.sc-step .step {
  padding-right: 15px;
  color: #E56B13;
  font-size: 20px;
}
.sc-step .step-num {
  font-size: 28px;
}
.sc-step:after {
  position: absolute;
  left: 20px;
  top: -30px;
  color: #E56B13;
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sc-step.step-first:after {
  display: none;
}

.sc-page-image {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .sc-image-align {
    width: 40%;
  }
  .sc-image-align.align-right {
    float: right;
    margin-left: 20px;
  }
  .sc-image-align.align-left {
    float: left;
    margin-right: 20px;
  }
}
.sc-image-align {
  margin-bottom: 20px;
}

.sc-faq .collapse-content,
.sc-collapse .collapse-content {
  display: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.sc-faq .collapse-btn,
.sc-collapse .collapse-btn {
  position: relative;
  margin-bottom: 1px;
  padding: 15px 35px 15px 20px;
  cursor: pointer;
  color: #2C343A;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  background: #f2fbff;
}
.sc-faq .collapse-btn:hover,
.sc-collapse .collapse-btn:hover {
  color: #E56B13;
}
.sc-faq .collapse-btn .open-sub,
.sc-collapse .collapse-btn .open-sub {
  display: block;
  position: absolute;
  height: 11px;
  width: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  padding-bottom: 5px;
}
.sc-faq .collapse-btn .open-sub:after, .sc-faq .collapse-btn .open-sub:before,
.sc-collapse .collapse-btn .open-sub:after,
.sc-collapse .collapse-btn .open-sub:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
}
.sc-faq .collapse-btn .open-sub:after,
.sc-collapse .collapse-btn .open-sub:after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  margin-left: -0.5px;
}
.sc-faq .collapse-btn .open-sub:before,
.sc-collapse .collapse-btn .open-sub:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
}
.sc-faq .collapse-btn.active .open-sub:after,
.sc-collapse .collapse-btn.active .open-sub:after {
  display: none;
}
.sc-faq .collapse-close-btn,
.sc-collapse .collapse-close-btn {
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  background: #ea0000;
}

.sc-faq .collapse-btn {
  padding-left: 50px;
  background: rgba(229, 107, 19, 0.1);
}
.sc-faq .collapse-btn:before {
  position: absolute;
  left: 20px;
  top: 15px;
  content: "Q";
  color: #E56B13;
}
.sc-faq .collapse-content {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content {
    padding-left: 50px;
  }
}
.sc-faq .collapse-content:before {
  position: absolute;
  left: 0px;
}
@media (min-width: 768px) {
  .sc-faq .collapse-content:before {
    left: 20px;
  }
}
.sc-faq .collapse-content:before {
  top: 0px;
  content: "A";
  color: #E56B13;
  font-size: 16px;
  font-weight: bold;
}

.sc-hr hr {
  border-color: #E56B13;
  border-style: dashed none none;
}

.sc-anchor-menu {
  position: relative;
  margin-top: 30px;
  padding: 25px 20px 10px;
  border: 1px dashed #E56B13;
  border-radius: 10px;
}
.sc-anchor-menu .heading {
  position: absolute;
  top: -15px;
  left: 20px;
  margin: 0 0 0 0;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #E56B13;
  border-radius: 10px;
}
.sc-anchor-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.sc-anchor-menu ul:after {
  content: "";
  display: table;
  clear: both;
}
.sc-anchor-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
}
.sc-anchor-menu ul li a {
  display: inline-block;
  line-height: 1.2;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(229, 107, 19, 0.1);
}
.sc-anchor-menu ul li a:before {
  content: "・";
}
.sc-anchor-menu ul li a:hover {
  color: #E56B13;
  text-decoration: none;
  background: rgba(229, 107, 19, 0.3);
}
.sc-anchor-menu ul li:before {
  display: none;
}

.sc-toc-list {
  position: relative;
  margin-top: 30px;
  padding: 25px 20px 10px;
  border: 1px dashed #E56B13;
  border-radius: 10px;
}
.sc-toc-list .heading {
  position: absolute;
  top: -15px;
  left: 20px;
  margin: 0 0 0 0;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  background: #E56B13;
  border-radius: 10px;
}
.sc-toc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.sc-toc-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.sc-toc-list ul li {
  margin: 0;
  padding: 0;
}
.sc-toc-list ul li a {
  display: inline-block;
  line-height: 1.2;
  margin: 0 10px 10px 0;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(229, 107, 19, 0.1);
}
.sc-toc-list ul li a:before {
  content: "・";
}
.sc-toc-list ul li a:hover {
  color: #E56B13;
  text-decoration: none;
  background: rgba(229, 107, 19, 0.3);
}
.sc-toc-list ul li a:focus, .sc-toc-list ul li a:active {
  color: #E56B13;
  text-decoration: none;
}
.sc-toc-list ul li:before {
  display: none;
}
.sc-toc-list ul li li {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .sc-toc-list ul li li {
    margin-left: 30px;
  }
}
.sc-toc-list.inline ul {
  display: flex;
  flex-wrap: wrap;
}

.sc-div.hospital-gallery {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
  *zoom: 1;
}
.sc-div.hospital-gallery:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .sc-div.hospital-gallery .sc-hphoto {
    float: left;
  }
}
.sc-div.hospital-gallery .sc-hphoto {
  margin-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
@media (min-width: 768px) {
  .sc-div.hospital-gallery .sc-hphoto {
    width: 50%;
  }
  .sc-div.hospital-gallery .sc-hphoto:nth-child(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .sc-div.hospital-gallery .sc-hphoto {
    width: 33.33%;
  }
  .sc-div.hospital-gallery .sc-hphoto:nth-child(2n+1) {
    clear: inherit;
  }
  .sc-div.hospital-gallery .sc-hphoto:nth-child(3n+1) {
    clear: left;
  }
}
.sc-div.hospital-gallery .sc-hphoto figure img {
  border-radius: 10px;
}
.sc-div.hospital-gallery .sc-hphoto .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 15px 2px;
  background: #fff;
  border-radius: 0 10px 0 0;
}
@media (max-width: 991px) {
  .sc-div.hospital-gallery .sc-hphoto.none {
    display: none;
  }
}

.sc-mira-talk {
  min-height: 90px;
  padding-left: 90px;
  color: #88bad6;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.1em;
  background: url(../img/miradry/mira_talk.png) no-repeat left top;
}

/* TOC+
---------------------*/
ul.toc_list {
  list-style: none;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 0;
}
ul.toc_list li {
  display: inline-block;
  margin-right: 20px;
}
ul.toc_list li a {
  color: #E56B13;
}
ul.toc_list li a:before {
  display: inline-block;
  margin-right: 0.2em;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d7";
}

/* ContactForm7
---------------------*/
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #999;
}
.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #999;
}
.wpcf7 textarea {
  height: auto;
}
.wpcf7 dl {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wpcf7 dl {
    margin-bottom: 15px;
  }
}
.wpcf7 dl {
  overflow: hidden;
  *zoom: 1;
}
.wpcf7 dl:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .wpcf7 dt {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dt {
    float: left;
    width: 25%;
    padding-top: 7px;
    padding-right: 30px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .wpcf7 dd {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .wpcf7 .wpcf7-radio {
    overflow: hidden;
    *zoom: 1;
  }
  .wpcf7 .wpcf7-radio:after {
    content: "";
    display: table;
    clear: both;
  }
  .wpcf7 .wpcf7-radio {
    display: block;
    padding-top: 7px;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}
.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-radio input {
  margin-left: -15px;
  position: absolute;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-left: -20px;
  position: absolute;
}

/* Shortcode-Help
---------------------*/
.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative;
}

.bs-example {
  background-color: #fff;
  border-color: #ddd;
  border-radius: 4px 4px 0 0;
  border-width: 1px;
  box-shadow: none;
  margin-left: 0;
  margin-right: 0;
}

.bs-example + .highlight,
.bs-example + .zero-clipboard + .highlight {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -16px;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px;
}

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal;
}

.table-edit {
  border: 1px dashed #bbb !important;
}

.table-edit {
  font-size: 1em;
  line-height: 1.5em;
  margin: 10px 0;
  border-spacing: 2px;
}

.table-edit,
.table-edit td,
.table-edit th,
.table-edit caption {
  border: 1px dashed #bbb;
  border-collapse: separate;
}

.table-edit th {
  background-color: #eee;
  border-collapse: collapse;
  color: #000;
  font-size: 100%;
  font-weight: normal;
}/*# sourceMappingURL=prs-tanaka.css.map */