@charset "UTF-8";
#content .borders-custom-block-design {
  margin: 16px 0;
  padding: 20px 0;
  border-top: 1px solid #aba7a4;
  border-bottom: 1px solid #aba7a4;
}
#content .borders-custom-block-design > *:last-child {
  margin-bottom: 0;
}

#content .glaybox-custom-block-design {
  margin: 1.6em 0;
  padding: 20px;
  background: #f0f0f0;
}
#content .glaybox-custom-block-design > *:last-child {
  margin-bottom: 0;
}

.wp-block-cgb-flow {
  position: relative;
  margin-top: 40px;
  margin-bottom: 47px;
}
.wp-block-cgb-flow .block-box-flow-title {
  font-size: 19px;
  margin-bottom: 5px;
}
.wp-block-cgb-flow .block-box-flow-title .flow-count {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 12px;
  line-height: 40px;
  border-radius: 50%;
  color: #e8a838;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e8a838;
}
.wp-block-cgb-flow .block-box-flow-title .block-box-flow-text {
  font-weight: bold;
  color: #e8a838;
}
.wp-block-cgb-flow .custom-block-flow-content {
  padding-left: 49px;
}
.wp-block-cgb-flow:after {
  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: "\f107";
  position: absolute;
  bottom: -25px;
  left: 15px;
  color: #e8a838;
}
.wp-block-cgb-flow.last:after {
  display: none;
}

/************************************
** トグル表示ボタン
************************************/
.toggle-wrap {
  margin: 1.2em 0;
  position: relative;
}

.toggle-wrap > p {
  margin: 0;
}

.toggle-wrap .toggle-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 0 1em;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}

.toggle-button {
  display: block;
  cursor: pointer;
  padding: 3px 10px;
  background-color: #f3f4f5;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin: 0;
}

.toggle-button::before {
  content: "\f067";
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 0.8em;
  color: #999;
}

.toggle-button:hover {
  opacity: 0.7;
}

.toggle-checkbox {
  display: none;
}

.toggle-checkbox:checked ~ .toggle-button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.toggle-checkbox:checked ~ .toggle-button::before {
  content: "\f068";
}

.toggle-checkbox:checked ~ .toggle-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease;
  padding: 1em;
  border: 1px solid #ccc;
  border-top-width: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.wp-block-cgb-heading-add-english {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
}
.wp-block-cgb-heading-add-english .eng {
  display: block;
  margin-top: 5px;
  color: #e8a838;
  font-size: 18px;
  font-weight: normal;
}

.custom-block-label {
  margin: 1.6em 0;
}

.custom-block-label .label-box-content {
  margin-top: -0.9em;
  border: 3px solid #333;
  padding: 1.2em 1.6em 1em;
  border-radius: 8px;
}

.page #content .custom-block-label .label-box-content *:last-child {
  margin-bottom: 0;
}

.custom-block-label .label-box-label {
  margin-left: 2em;
  padding: 0 0.8em;
  font-size: 0.95em;
  background-color: #fff;
  display: inline-block;
}

.custom-block-label.lb-red .label-box-content {
  border-color: #e00000;
}

.custom-block-label.lb-green .label-box-content {
  border-color: #005c3f;
}

.custom-block-label.lb-blue .label-box-content {
  border-color: #30a0d1;
}

/* PrimaryNav
---------------------*/
#primary-nav {
  z-index: 15000;
  position: relative;
  margin-bottom: 30px;
}
#primary-nav .menu > li {
  border-right: 1px solid #ddd;
}
#primary-nav .menu > li:first-child {
  border-left: 1px solid #ddd;
}
#primary-nav .menu > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.6em 0;
  color: #514f4e;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
#primary-nav .menu > li > a:hover {
  color: #e8a838;
}
#primary-nav .sub-menu-more {
  margin-left: 10px;
}

#primary-nav .menu > li {
  width: 50%;
}

@media (max-width: 767px) {
  #primary-nav .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .menu-primary-count-3 #primary-nav .menu > li {
    width: 33.33%;
  }
  .menu-primary-count-4 #primary-nav .menu > li {
    width: 25%;
  }
  .menu-primary-count-5 #primary-nav .menu > li {
    width: 20%;
  }
  .menu-primary-count-6 #primary-nav .menu > li {
    width: 16.666%;
  }
  .menu-primary-count-7 #primary-nav .menu > li {
    width: 14.2857%;
  }
  .menu-primary-count-8 #primary-nav .menu > li {
    width: 12.5%;
  }
}
#primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

#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: #514f4e;
  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;
}

body {
  color: #514f4e;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Mayryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #e8a838;
}

a:hover,
a:active,
a:focus {
  color: #e8a838;
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 1199px) {
  #page {
    padding-top: 50px;
  }
}

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;
}

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

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

/* Header
---------------------*/
#header h1 {
  margin: 0;
  font-size: 1em;
}
#header #logo-wrap {
  float: left;
  padding-top: 12px;
  padding-bottom: 19px;
}
#header #logo-wrap .logo {
  font-size: 1.4em;
  font-weight: bold;
}
#header #logo-wrap a {
  color: #514f4e;
}
#header #logo-wrap a:hover {
  text-decoration: none;
}
#header .contact-tel {
  margin-top: 20px;
  text-align: right;
  line-height: 1.2;
}
#header .contact-tel .text {
  font-size: 13px;
}
#header .contact-tel .tel {
  font-size: 26px;
  font-weight: bold;
}
#header .contact-tel .tel .fa {
  color: #e8a838;
}
#header .contact-tel .hours {
  font-size: 12px;
}
#header {
  border-bottom: 1px solid #dd7f48;
}

@media (max-width: 767px) {
  #wpadminbar {
    display: none;
  }
}
#header-xs #header-xs-bar {
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 15001;
  background: #fff;
}
#header-xs #header-xs-bar #hamburger {
  float: right;
  padding: 0 15px;
  font-size: 26px;
  line-height: 50px;
}
#header-xs #header-xs-bar .logo-xs .logo-xs-text {
  display: inline-block;
  padding: 15px 0 0 15px;
  font-weight: bold;
}
#header-xs #header-xs-bar .logo-xs img {
  padding-top: 3px;
  padding-left: 5px;
  width: auto;
  height: 46px;
}
@media (min-width: 768px) {
  #header-xs #header-xs-bar .logo-xs img {
    padding-top: 0;
    max-width: 100%;
    height: auto;
  }
}
#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: #e8a838;
  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: 2.5em;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}
#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: #e8a838;
}
#header-xs.nav-active #xs-nav {
  visibility: visible;
  right: 0;
}

#content-head {
  background-color: #dd7f48;
}
#content-head .content-head-text {
  color: #fff;
  text-align: left;
  font-size: 11px;
  padding: 5px 0;
}
#content-head h1 {
  margin-top: 0;
  margin-bottom: 0;
}

.f-container {
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
}

.f-item01 {
  flex-basis: 25%;
}
@media (max-width: 1199px) {
  .f-item01 {
    flex-basis: 40%;
  }
}
@media (max-width: 991px) {
  .f-item01 {
    flex-basis: 40%;
  }
}

.f-item02 {
  flex-basis: 46%;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .f-item02 {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .f-item02 {
    flex-basis: 47%;
  }
}

.f-item03 {
  flex-basis: 25%;
  padding-top: 35px;
  margin-left: 30px;
  text-align: right;
}
@media (max-width: 1199px) {
  .f-item03 {
    flex-basis: 33%;
  }
}
@media (max-width: 991px) {
  .f-item03 {
    flex-basis: 53%;
  }
}
.f-item03 .tel-text {
  color: #755239;
  margin-bottom: 10px;
  font-size: 17px;
}
.f-item03 .tel-num {
  color: #dd7f48;
  font-weight: bold;
  font-size: 31px;
  position: relative;
}
.f-item03 .tel-num:before {
  top: 3px;
  left: -44px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  background: url(../img/phone.png) no-repeat;
}

/* PrimaryNav
---------------------*/
#primary-nav {
  margin-bottom: 0;
}

/* SecondaryNav
---------------------*/
#secondary-nav-top {
  padding: 5px 0;
  text-align: right;
}
#secondary-nav-top ul {
  margin: 0;
  padding: 0;
}
#secondary-nav-top li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav-top li:first-child {
  margin-left: 0;
}
#secondary-nav-top li a {
  font-size: 14px;
  color: #2e1705;
  text-decoration: none;
}
#secondary-nav-top li a:hover {
  color: #e8a838;
}
#secondary-nav-top li:before {
  position: relative;
  top: 0px;
  left: -4px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background-color: #dd7f48;
}

#secondary-nav {
  margin-top: 30px;
}
#secondary-nav li {
  display: inline-block;
  margin-left: 30px;
}
#secondary-nav li:first-child {
  margin-left: 0;
}
#secondary-nav li a {
  font-size: 14px;
  color: #514f4e;
  text-decoration: none;
}
#secondary-nav li a:hover {
  color: #e8a838;
}
#secondary-nav li:before {
  top: 3px;
  left: -44px;
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  content: "";
  background: url(../img/phone.png) no-repeat;
}

#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;
}

#primary-nav .menu > li {
  border: none;
}

#primary-nav .menu > li:first-child {
  border: none;
}

#primary-nav .menu > li > a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  color: #2e1705;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
#primary-nav .menu > li > a:hover {
  color: #e8a838;
}

@media (max-width: 1199px) {
  .navi-width-1 {
    width: 6% !important;
  }
}

@media (max-width: 1199px) {
  .navi-width-2 {
    width: 19% !important;
  }
}

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

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

#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 {
  margin-top: 0;
  padding: 20px 5px;
  font-size: 17px;
  font-weight: normal;
  border-top: 1px solid #eee8e0;
  border-bottom: 1px solid #eee8e0;
}
#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: #514f4e;
  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: #e8a838;
  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-all-wrap {
  margin-top: 80px;
}
.home #footer-all-wrap {
  margin-top: 0;
}

#footer {
  border-top: 1px solid #dd7f48;
  padding-top: 40px;
}
#footer #primary-nav .menu > li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 25px 0;
  color: #2e1705;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
}
#footer #primary-nav .menu > li a:hover {
  color: #e8a838;
}

.ff-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ff-item01 {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  .ff-item01 {
    flex-basis: 100%;
    margin: 0 auto;
  }
}

.ff-item02 {
  flex-basis: 50%;
  padding-top: 9px;
}

#cta-side {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
@media (max-width: 767px) {
  #cta-side {
    display: none;
  }
}
#cta-side .cta-reserve a {
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  background: #ff7e2b;
  border-radius: 10px 0 0 10px;
}
#cta-side .cta-reserve span {
  display: block;
}
#cta-side .cta-reserve span:first-child {
  padding-bottom: 10px;
}
#cta-side .cta-recruit {
  margin-top: 10px;
}
#cta-side .cta-recruit a {
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  background: #5b4d42;
  border-radius: 10px 0 0 10px;
}
#cta-side .cta-recruit span {
  display: block;
}
#cta-side .cta-recruit span:first-child {
  padding-bottom: 10px;
}

#cta-sp {
  display: none;
}
@media (max-width: 767px) {
  #cta-sp {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
#cta-sp a {
  width: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
#cta-sp a:first-child {
  background: #ff7e2b;
}
#cta-sp a:last-child {
  background: #604c3f;
}
#cta-sp span.icon {
  width: 36px;
}

#cta-sp--add-recruit {
  display: none;
}
@media (max-width: 767px) {
  #cta-sp--add-recruit {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
#cta-sp--add-recruit a {
  width: 33.33%;
  padding: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  color: #fff;
  font-weight: bold;
}
#cta-sp--add-recruit a:first-child {
  background: #ff7e2b;
}
#cta-sp--add-recruit a:nth-child(2) {
  background: #604c3f;
}
#cta-sp--add-recruit a:last-child {
  font-size: 13px;
  background: #488d0f;
}
#cta-sp--add-recruit span.icon {
  width: 36px;
}

#back-top {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 768px) {
  #back-top {
    bottom: 40px;
    right: 40px;
  }
}
#back-top a {
  display: block;
  padding: 10px 19px;
  text-decoration: none;
  color: #fff;
  background-color: #de804f;
}
#back-top a:hover {
  opacity: 0.8;
}

.fa.fa-angle-up {
  font-size: 33px;
}

#footer-bottom {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1;
  background: #dd7f48;
  color: #fff;
  text-align: right;
}

/* 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;
}

/* MV
---------------------*/
.home-first {
  margin: 2em 0;
}
@media (min-width: 768px) {
  .home-first {
    margin: 3em 0;
  }
}
.home-first {
  text-align: center;
}
.home-first a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0.4em 1.2em;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #e97d35;
  border-radius: 50px;
}
.home-first a:hover {
  opacity: 1;
  background: #5b4d42;
}
.home-first figure {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50px;
}
.home-first img {
  width: 18px;
  height: auto;
}

.news-important-area {
  padding: 20px 0 20px 0;
}
@media (max-width: 767px) {
  .news-important-area {
    padding: 20px 0 70px 0;
  }
}

.news-area {
  padding: 73px 0 80px 0;
}
@media (max-width: 767px) {
  .news-area {
    padding: 20px 0 70px 0;
  }
}

@media (min-width: 768px) {
  .home-doctorqube {
    display: none;
  }
}
.home-doctorqube {
  margin-top: -30px;
  padding-bottom: 20px;
  text-align: center;
}
.home-doctorqube a {
  display: inline-block;
}

@media (min-width: 768px) {
  .home-tel-access {
    display: none;
  }
}
.home-tel-access {
  display: flex;
  padding-bottom: 20px;
  gap: 5px;
}
.home-tel-access a {
  width: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 9999px;
}
.home-tel-access a:first-child {
  background: #dd7f48;
}
.home-tel-access a:last-child {
  background: #5b4d42;
}
.home-tel-access span.icon {
  width: 30px;
}

.btn-news a {
  margin-top: 48px;
  color: #fff;
  text-decoration: none;
  background-color: #5b4d42;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: normal;
  transition: 0.4s;
  display: block;
  width: 139px;
  text-align: center;
  border-radius: 82px;
}
@media (max-width: 767px) {
  .btn-news a {
    margin-top: 28px;
  }
}
.btn-news a:hover {
  opacity: 0.5;
}

.btn-map a {
  color: #fff;
  text-decoration: none;
  background-color: #5b4d42;
  margin: 31px auto;
  padding: 12px 30px;
  font-size: 12px;
  font-weight: normal;
  transition: 0.4s;
  display: block;
  width: 206px;
  text-align: center;
  border-radius: 82px;
}
.btn-map a:hover {
  opacity: 0.5;
}

.btn-tel-text {
  font-size: 20px;
  font-weight: normal;
  color: #2e1705;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .btn-tel-text {
    font-size: 13px;
  }
}

.sub-text-01 {
  margin-bottom: 6px;
}

.btn-tel {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-tel {
    border: 1px solid #aeaeae;
    border-radius: 56px;
    padding: 25px 0 18px 34px;
  }
}
.btn-tel a {
  text-decoration: none;
  pointer-events: none;
  font-size: 43px;
}
@media (max-width: 767px) {
  .btn-tel a {
    pointer-events: auto;
    font-size: 25px;
  }
}

.map-text {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .map-text {
    text-align: center;
  }
}

.btn-icon {
  color: #dd7f48;
  font-weight: bold;
  font-size: 37px;
  position: relative;
}

.btn-icon:before {
  top: 6px;
  left: -58px;
  position: absolute;
  width: 47px;
  height: 47px;
  display: block;
  content: "";
  background: url(../img/phone_content.png) no-repeat;
}
@media (max-width: 767px) {
  .btn-icon:before {
    top: -17px;
    left: -52px;
  }
}

.fa.fa-angle-right {
  margin-right: 14px;
  font-size: 12px;
  color: #fff;
}

.news .item-f-container {
  border-top: 1px solid #dd7f48;
  padding: 19px 16px;
  display: flex;
  justify-content: flex-start;
  vertical-align: middle;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .news .item-f-container {
    flex-direction: column;
    padding: 19px 0;
  }
}
.news .item-f-container .date {
  padding-top: 6px;
  margin-right: 18px;
}
.news .item-f-container .category {
  margin-right: 18px;
  text-align: center;
  width: 112px;
  padding: 6px;
  flex-shrink: 0;
  background-color: #f8af49;
  font-size: 13px;
}
@media (max-width: 767px) {
  .news .item-f-container .category {
    margin-top: 9px;
  }
}
.news .item-f-container .category a {
  color: #fff;
  text-decoration: none;
}
.news .item-f-container .category:hover {
  opacity: 0.6;
}
.news .item-f-container .title {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .news .item-f-container .title {
    padding-top: 16px;
  }
}
.news .item-f-container .title a {
  color: #514f4e;
  text-decoration: none;
}
.news .item-f-container .title:hover {
  opacity: 0.6;
  text-decoration: none;
  color: #e8a838;
}
.news .item-f-container:first-child {
  border-style: none;
}

.bg-info {
  background-color: #f6f2d8;
  padding-top: 78px;
  padding-bottom: 75px;
}

.info-area {
  width: 820px;
  margin: 0 auto;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .info-area {
    width: 100%;
  }
}
.info-area a img:hover {
  opacity: 0.8;
}

.info-area:first-child {
  margin-bottom: 14px;
}

.info-area:last-child {
  margin-top: 14px;
}

.cta-area {
  padding: 70px 0;
}

/* Content Header
---------------------*/
#content-header {
  border-bottom: 1px solid #ddd;
  background-color: #ff813c;
  padding: 35px 0 30px 0;
}
#content-header .heading {
  margin-top: 21px;
  margin-bottom: 10.5px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .page:not(.page-template-allposts) #content-header .heading {
    width: 84%;
    padding-left: 8%;
  }
}
#content-header .english {
  color: #674b3c;
  font-weight: bold;
}
@media (min-width: 992px) {
  .page:not(.page-template-allposts) #content-header .english {
    width: 84%;
    padding-left: 8%;
  }
}

.breadcrumbs {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .page:not(.page-template-allposts) .breadcrumbs {
    width: 84%;
    padding-left: 8%;
  }
}
.breadcrumbs li {
  display: inline;
  float: none;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.breadcrumbs .split {
  margin-left: 5px;
  margin-right: 5px;
}

/* Content
---------------------*/
#content {
  min-height: 1px;
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.7;
}
@media (min-width: 992px) {
  #content {
    float: left;
    /* sideba left */
    /* sidebar right */
    width: 70%;
  }
}
@media (min-width: 992px) {
  .page:not(.page-template-allposts) #content {
    float: none;
    width: 84%;
    left: 8%;
  }
}
.page-template-one-column #content, .search-results #content {
  width: 100%;
}

.content-content .heading-level-2 {
  letter-spacing: 1px;
  margin-top: 54px;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #e97e36;
}
.content-content .heading-level-2:after {
  content: "";
  display: block;
  background: #7f706c;
  height: 2px;
  width: 34px;
  margin: 14px auto;
}

.content-content .heading-level-2-news {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #402f26;
  position: relative;
}
.content-content .heading-level-2-news:before {
  position: absolute;
  display: block;
  content: "NEWS";
  font-size: 34px;
  font-weight: bold;
  color: #dd7f48;
  top: -43px;
  left: 0;
}

.content-content .heading-level-2-info {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #402f26;
  text-align: center;
}
.content-content .heading-level-2-info:before {
  display: block;
  content: "MEDICAL INFO";
  font-size: 34px;
  font-weight: bold;
  color: #dd7f48;
  margin-bottom: 13px;
}

.content-content .heading-level-2-time {
  margin-top: 10px;
  margin-bottom: 53px;
  font-size: 17px;
  font-weight: bold;
  color: #402f26;
  text-align: center;
}
.content-content .heading-level-2-time:before {
  display: block;
  content: "SCHEDULE";
  font-size: 34px;
  font-weight: bold;
  color: #dd7f48;
  margin-bottom: 13px;
}

.content-content .heading-level-2-access {
  margin-top: 10px;
  margin-bottom: 53px;
  font-size: 17px;
  font-weight: bold;
  color: #402f26;
  text-align: center;
}
@media (max-width: 991px) {
  .content-content .heading-level-2-access {
    margin-top: 70px;
  }
}
.content-content .heading-level-2-access:before {
  display: block;
  content: "ACCESS";
  font-size: 34px;
  font-weight: bold;
  color: #dd7f48;
  margin-bottom: 13px;
}

.content-content .content-empty-element + .heading-level-2 {
  margin-top: 10px;
}

.content-content .heading-level-3 {
  margin-top: 40px;
  margin-bottom: 22px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #402f26;
  border-bottom: 1px solid #e97e36;
}
.content-content .heading-level-3-blog {
  margin-top: 14px;
  margin-bottom: 10px;
  padding-left: 0.8em;
  font-size: 26px;
  font-weight: bold;
  color: #445591;
}
.content-content .heading-level-2 + .heading-level-3 {
  margin-top: 35px;
}

.content-content .heading-level-4 {
  margin-top: 37px;
  font-size: 18px;
  color: #fff;
}
.content-content .heading-level-4 .heading-inner {
  display: inline-block;
  padding: 10px 14px 5px 14px;
  font-weight: bold;
  background: #56453e;
}

.content-content ul:not([class*=is-style]) {
  padding: 20px 0 20px 26px;
  list-style: none;
}
.content-content ul:not([class*=is-style]) li {
  margin-bottom: 2px;
  position: relative;
}
.content-content ul:not([class*=is-style]) li:before {
  position: absolute;
  top: 9px;
  left: -9px;
  content: " ";
  display: inline-block;
  width: 5px;
  height: 5px;
  border: solid 1px #936b5a;
  border-radius: 50%;
}

.content-content ul.is-style-attn {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
}
.content-content ul.is-style-attn li {
  position: relative;
  padding-left: 1em;
}
.content-content ul.is-style-attn li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

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

.content-content em {
  font-style: normal;
  text-decoration: line-through;
}

.content-content .wp-block-image {
  margin-bottom: 1em;
}

.content-content .wp-block-button.aligncenter {
  text-align: center;
}

.is-style-first.wp-block-kadence-rowlayout {
  padding: 0px 20px 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
}

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

table.plain-table-top {
  width: 100%;
}
table.plain-table-top th,
table.plain-table-top td {
  padding: 7px 16px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #b9babd;
}
@media (max-width: 767px) {
  table.plain-table-top th,
  table.plain-table-top td {
    padding: 7px 6px;
  }
}
table.plain-table-top th {
  background: #dd7f48;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 767px) {
  table.plain-table-top th {
    font-size: 14px;
  }
}
table.plain-table-top .th-1 {
  background-color: #ffe4d9;
  color: #d67030;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 767px) {
  table.plain-table-top .th-1 {
    font-size: 14px;
  }
}
table.plain-table-top .th-2 {
  background-color: #f6f2d8;
  color: #5b4d42;
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 767px) {
  table.plain-table-top .th-2 {
    font-size: 14px;
  }
}

.color {
  color: #7e7e7e;
}

table.plain-table {
  width: 100%;
  vertical-align: middle;
  color: #353535;
  font-size: 15px;
  margin-bottom: 20px;
}
table.plain-table td:first-child {
  font-weight: bold;
  text-align: left;
  background-color: #fff;
  width: 210px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  table.plain-table td:first-child {
    width: 100px;
  }
}
table.plain-table td {
  background: #dd7f48;
  color: #353535;
  font-weight: normal;
  background-color: #fff;
  padding: 5px 0;
}

.seikei {
  color: #dd7f48;
  font-size: 20px;
}
.seikei .time {
  color: #434241;
  font-size: 15px;
}
@media (max-width: 767px) {
  .seikei .time {
    font-size: 14px;
  }
}

.naika {
  color: #5b4d42;
  font-size: 20px;
}
.naika .time {
  color: #434241;
  font-size: 15px;
}
@media (max-width: 767px) {
  .naika .time {
    font-size: 14px;
  }
}

.f-container-shinryou-01 {
  display: flex;
  padding-top: 25px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .f-container-shinryou-01 {
    flex-direction: column;
  }
}

.f-container-shinryou-02 {
  display: flex;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .f-container-shinryou-02 {
    padding-top: 10px;
    flex-direction: column;
  }
}

.sub-text {
  margin-top: 20px;
}

.seikei-kyushin {
  font-weight: bold;
  color: #dd7f48;
  font-size: 16px;
}
@media (max-width: 767px) {
  .seikei-kyushin {
    padding-bottom: 5px;
  }
}

.naika-kyushin {
  font-weight: bold;
  color: #5b4d42;
  font-size: 16px;
}
@media (max-width: 767px) {
  .naika-kyushin {
    padding-bottom: 5px;
  }
}

.naika-kyushin-star {
  margin-top: 5px;
}

.main-table {
  border-collapse: separate;
  border-spacing: 0;
  color: #ffffff;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  text-align: center;
}

table.wp-block-table.hours {
  width: 100%;
  margin-bottom: 52px;
}

table.wp-block-table.hours td.td-c1 {
  color: #d67030;
  font-size: 17px;
}
@media (max-width: 767px) {
  table.wp-block-table.hours td.td-c1 {
    font-size: 14px;
  }
}

table.wp-block-table.hours td.td-c2 {
  color: #5b4d42;
  font-size: 17px;
}
@media (max-width: 767px) {
  table.wp-block-table.hours td.td-c2 {
    font-size: 14px;
  }
}

table.wp-block-table.hours th {
  border: 1px solid #b9babd;
  padding: 10px 13px;
  background-color: #dd7f48;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  table.wp-block-table.hours th {
    font-size: 14px;
    padding: 5px 5px;
  }
}

table.wp-block-table.hours td {
  border: 1px solid #b9babd;
  padding: 10px 13px;
  text-align: center;
}
@media (max-width: 767px) {
  table.wp-block-table.hours td {
    padding: 5px 5px;
    font-size: 14px;
  }
}

table.wp-block-table.hours td.th-1 {
  background-color: #ffe4d9;
  color: #d67030;
  font-weight: bold;
}

table.wp-block-table.hours td.th-2 {
  background-color: #f6f2d8;
  color: #5b4d42;
  font-weight: bold;
}

.wp-block-table.is-style-recruit td {
  border: 1px solid #b9babd;
  padding: 10px 13px;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-recruit td {
    display: block;
    border: none;
  }
}
.wp-block-table.is-style-recruit td:first-child {
  border: 1px solid #b9babd;
  padding: 10px 13px;
  background-color: #dd7f48;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-block-table.is-style-recruit td:first-child {
    display: block;
    border: none;
  }
}
@media (min-width: 768px) {
  .wp-block-table.is-style-recruit td:first-child {
    width: 22em;
  }
}

/* 院内設備用table
---------------------*/
table.wp-block-table.c-hours {
  width: 100%;
  margin-bottom: 52px;
}

table.wp-block-table.c-hours th {
  border: 1px solid #b9babd;
  padding: 10px 0px;
  background-color: #dd7f48;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  table.wp-block-table.c-hours th {
    font-size: 14px;
    padding: 5px 5px;
  }
}

table.wp-block-table.c-hours td {
  border: 1px solid #b9babd;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  table.wp-block-table.c-hours td {
    padding: 5px 5px;
    font-size: 14px;
  }
}

.wp-block-button__link {
  background-color: #5b4d42;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-top: 30px;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}
.wp-block-button__link:hover {
  color: #fff;
}

.wp-block-button__link:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 11px;
}

.home-philosophy {
  background-color: #f6f2d8;
  padding-top: 78px;
  padding-bottom: 75px;
}
.home-philosophy .items {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .home-philosophy .items {
    flex-direction: column;
  }
}
.home-philosophy .item {
  flex: 1;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
}
.home-philosophy .item-title {
  position: relative;
  margin: 0.8em 0;
  padding-left: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.home-philosophy .item-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd7f48;
  position: absolute;
  left: 0;
  top: calc(0.5em - 2px);
}

.content-content .heading-level-2-philosophy {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #402f26;
  text-align: center;
}
.content-content .heading-level-2-philosophy:before {
  display: block;
  content: "PHILOSOPHY";
  font-size: 34px;
  font-weight: bold;
  color: #dd7f48;
  margin-bottom: 13px;
}

.blog-area {
  position: relative;
  height: 341px;
  background: url(../img/bg.jpg) no-repeat center;
  background-size: cover;
}

body[class*=confirm] .blog-area {
  height: inherit;
}

.blog-items {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-items {
    height: 341px;
  }
}
@media (max-width: 767px) {
  .blog-items {
    flex-direction: column;
  }
}
.blog-items .blog-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .blog-items .blog-item {
    padding: 1em 0;
  }
}
.blog-items .blog-content {
  position: inherit;
  transform: inherit;
  -webkit-transform: inherit;
}
.blog-items .blog-content.instagram .heading-level-3-blog {
  color: #000;
}

.blog-content {
  width: 316px;
  height: 174px;
  padding: 26px 20px 15px 20px;
  position: absolute;
  margin: 0 auto;
  bottom: 4%;
  background-color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
}
.blog-content img {
  margin-bottom: 18px;
}

.btn-blog a {
  color: #5b4d42;
  font-size: 14px;
  text-decoration: none;
}
.btn-blog a:hover {
  color: #e8a838;
}
.btn-blog .fa.fa-angle-right {
  color: #5b4d42;
  font-size: 14px;
}

.anchor {
  padding-top: 20px;
  　　margin-top: -20px;
}

/* Single
---------------------*/
.single .cat {
  text-align: center;
}
.single .cat a {
  display: inline-block;
  padding: 4px 15px;
  margin-bottom: 8px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  background: #e8a838;
}
.single .cat a:hover {
  opacity: 0.6;
}
.single .time {
  text-align: center;
  margin-bottom: 35px;
  color: #888;
}
.single .post {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .single .post-nav {
    border: 1px solid #eee;
    display: table;
    width: 100%;
  }
  .single .post-nav .alignleft {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .single .post-nav .alignright {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    border-left: 1px solid #eee;
  }
}
.single .post-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .single .post-nav a {
    margin-bottom: 5px;
    border: 1px solid #eee;
  }
}
.single .post-nav a:hover {
  text-decoration: none;
}
.single .post-nav .alignleft a:before {
  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: "\f137";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
}
.single .post-nav .alignright a:before {
  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: "\f138";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
}
@media (min-width: 768px) {
  .single .post-thumbnail {
    width: 300px;
    float: right;
    margin-left: 20px;
  }
}
.single .post-thumbnail {
  margin-bottom: 20px;
}
.single .yarpp-related {
  margin-bottom: 40px;
}
.single .yarpp-related .post-thumbnail {
  float: none;
  margin-left: 0px;
  width: auto;
}
/* Archive
---------------------*/
.archive-content {
  margin-top: 35px;
}
.archive-content .heading {
  margin-top: 0;
  font-size: 22px;
}
.archive-content .time {
  margin-bottom: 5px;
  color: #888;
}
.archive-content .cat a {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 9px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #e8a838;
}
.archive-content .post-thumbnail {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  line-height: 1;
}
.archive-content .post-thumbnail .cat {
  position: absolute;
  top: 0;
  left: 0;
}
.archive-content .post-thumbnail .cat a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background: #e8a838;
}
.archive-content .post-thumbnail img:hover {
  opacity: 0.8;
}

.wp-pagenavi {
  margin-top: 30px;
  clear: both;
  text-align: center;
}
@media (max-width: 767px) {
  .wp-pagenavi .pages,
  .wp-pagenavi .last,
  .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .wp-pagenavi > * {
    display: none;
  }
  .wp-pagenavi > .pages,
  .wp-pagenavi > .previouspostslink,
  .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}

.wp-pagenavi a,
.wp-pagenavi > span {
  color: #999;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #e8a838;
  border-color: #e8a838;
  font-weight: bold;
}

/* Featured
---------------------*/
#featured-container-slide {
  position: relative;
}
#featured-container-slide img {
  vertical-align: bottom;
  max-width: inherit;
}
@media (max-width: 767px) {
  #featured-container-slide img {
    width: auto;
  }
}
#featured-container-slide .slide-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#featured-container-slide .slide-items {
  display: flex;
  animation: hospital-slide 90s infinite linear 1s both;
}

@keyframes hospital-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 0 !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  *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
---------------------*/
/* Search Form
---------------------*/
.searchform {
  padding-bottom: 0;
  position: relative;
  width: 100%;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .searchfield {
  background-color: #eee;
  border-radius: 0;
  border-style: none;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  height: 33px;
  line-height: 33px;
  padding: 5px 35px 5px 5px;
  width: 100%;
  z-index: 10;
}
.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 33px;
  padding: 0;
  font-family: FontAwesome;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

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

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

.btn.btn-pdf {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-pdf:hover {
  background-color: #eee !important;
}

.btn.btn-pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  padding-right: 0.5em;
  color: #cf1312;
}

.btn.btn-word {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-word:hover {
  background-color: #eee !important;
}

.btn.btn-word:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c2";
  padding-right: 0.5em;
  color: #2a5696;
}

.btn.btn-excel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border: 1px solid #aaa;
}

.btn.btn-excel:hover {
  background-color: #eee !important;
}

.btn.btn-excel:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  font-size: 1.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c3";
  padding-right: 0.5em;
  color: #007133;
}

/* 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: #e8a838;
}
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 input[type=tel],
.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 input[type=tel]::-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 input[type=tel]:-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 input[type=tel]::-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: inline-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;
}/*# sourceMappingURL=kibiji-seikei.css.map */