@charset "UTF-8";
/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  height: 46px;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px -4px 4px 3px #C0C0C0;
          box-shadow: 0px -4px 4px 3px #C0C0C0;
}

.header-logo {
  padding-top: 2px;
  display: inline-block;
  max-width: 200px;
  line-height: 1;
}

.site-title-wrap {
  background-color: #f8d0d0;
  text-align: center;
  padding: 70px 0 10px;
  font-weight: bold;
}

.site-title {
  color: #e4004f;
  font-size: 3rem;
  margin-bottom: 8px;
  line-height: 1.2;
}

.site-title span {
  display: inline-block;
  margin: 0 auto;
}

.site-title strong {
  font-size: 4.2rem;
  letter-spacing: 2px;
}

.site-title-sub {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 30px 6px;
  font-size: 2.2rem;
  margin-bottom: 8px;
  line-height: 1.4;
  text-decoration: none;
}

.supervision-name {
  font-size: 1.6rem;
}

.supervision-name strong {
  font-size: 2.2rem;
}

/*.header-image {
  background-image: url("../img/header_image.jpg");
  background-size: cover;
  background-position: 70% 60%;
  height: 460px;
  margin-bottom: 10px;
		position: relative;
}
@media only screen and (max-width: 767px) {
.header-image {
  height: 260px;
}
}*/
.site-description {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.doctor-profile-wrap {
  background-color: #f4efe7;
  padding: 15px 15px;
  margin: 20px 0;
  position: relative;
  border: 1px solid #606060;
  border-radius: 5px;
}

.doctor-profile-wrap h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.doctor-profile-wrap h3::before, .doctor-profile-wrap h3::after {
  content: "・";
}

.doctor-profile-image-wrap {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 8px;
}

.doctor-profile-image {
  width: 45%;
  display: table-cell;
  vertical-align: bottom;
  padding: 2px;
  line-height: 1;
  background-color: #fff;
}

.doctor-profile-name {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 18px;
  padding-bottom: 5px;
  font-weight: bold;
}

.doctor-profile-name h4 {
  letter-spacing: 2px;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  margin-bottom: 13px;
  font-size: 1.2rem;
  color: #e4004f;
}

.doctor-profile-name span {
  display: block;
}

.doctor-profile-name strong {
  font-size: 2rem;
  letter-spacing: 2px;
}

.doctor-profile {
  font-size: 1.3rem;
}

.doctor-profile a {
  color: #434343;
}

.nav-index-title {
  color: #e4004f;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 8px;
}

.nav-index {
  margin-bottom: 50px;
}

.nav-index a {
  color: #434343;
  display: block;
  padding-bottom: 5px;
}

/* -------------------
 * global-nav
 * ------------------- */
.global-nav-wrap {
  position: fixed;
  /*background-color: hsla(213,91%,56%,0.90);*/
  padding: 40px 0px 0px;
}

.global-nav {
  display: block;
  padding-top: 10px;
  margin-bottom: 20px;
}

.global-nav li {
  width: 100%;
  padding-bottom: 0px;
}

.global-nav li a {
  display: block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.4;
  padding: 15px 5px 13px 23px;
  border-bottom: 1px solid hsla(0deg, 0%, 100%, 0.61);
  position: relative;
}

.global-nav li a::before {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  top: 15px;
  left: 10px;
}

.global-nav-banner {
  padding: 0 5px;
}

.global-nav-serch {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ee7985;
  padding: 8px 13px;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 25px;
  line-height: 1.3;
}

.global-nav-serch::after {
  position: absolute;
  font-family: "fontello";
  content: "\e814";
  right: 15px;
  top: 50%;
  margin-top: -8px;
  line-height: 1;
}

/* ----------------
 * slideout
 * ---------------- */
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 230px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #E40110;
}

.slideout-panel {
  position: relative;
  z-index: 99;
  will-change: transform;
  background-color: #fff4e7;
}

.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* ----------------
 * toggle
 * ---------------- */
.toggle-button {
  display: block;
  position: fixed;
}

.menuWrapper {
  position: fixed;
  z-index: 999999999;
  top: 5px;
  right: 10px;
  /*border: 2px solid #fff;*/
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-color: hsla(356deg, 99%, 45%, 0.9);
}

#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 99990;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

#menuButton span, #menuButton::before, #menuButton::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
}

#menuButton span {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  overflow: hidden;
  z-index: 99991;
  color: #fff;
}

#menuButton::before, #menuButton::after {
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  z-index: 99992;
  content: "";
}

#menuButton::before {
  -webkit-transform: translate(0, -9px);
          transform: translate(0, -9px);
}

#menuButton::after {
  -webkit-transform: translate(0, 9px);
          transform: translate(0, 9px);
}

#menuButton.active {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#menuButton.active span {
  opacity: 0;
}

#menuButton.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menuButton.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* --------------------------------
 * footer-bnr-wrap
 * -------------------------------- */
.footer-bnr-wrap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.footer-bnr-wrap.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.footer-bnr {
  background: #FFF9E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 12px;
  line-height: 1;
}

.footer-bnr-close {
  background-color: transparent;
  cursor: pointer;
  outline: none;
  border: none;
  width: 10%;
  max-width: 36px;
}

.footer-bnr-btn {
  width: 86%;
  max-width: 540px;
  padding-left: 10px;
}