@charset "UTF-8";
/* --------------------------------
 * wrapper
 * -------------------------------- */
.wrapper {
  padding: 0px;
}
/* --------------------------------
 * header
 * -------------------------------- */
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  height: 46px;
  top: 0;
  left: 0;
  box-shadow: 0px -4px 4px 3px #C0C0C0;
}
.header-logo {
  padding-top: 2px;
  display: inline-block;
  max-width: 200px;
  line-height: 1.0;
}
.site-title-wrap {
	text-align: center;
	padding: 100px 0 3em;
	border-radius: 0 0 60% 60% / 0 0 30% 30%;
	position: relative;
	z-index: 99;
	background-color: #e8f2e8;
}
.site-title {
  font-size: 3.4rem;
  font-weight: bold;
  color: #41a17b;
  line-height: 1.6;
}
.site-title-sub {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.site-title-sub::before, .site-title-sub::after {
  content: "〜";
  margin: 0 .2em;
}
.supervision-name {
  font-size: 1.4rem;
  color: #595757;
  letter-spacing: .1em;
}
.supervision-name strong {
  font-size: 2.2rem;
  font-weight: 800;
}
.supervision-name strong a {
  color: #595757;
  text-decoration: none;
}
.supervision-name::before {
  content: "監修";
  color: #41a17b;
  font-size: 1.6rem;
  background-color: #ffffff;
  border: 1px solid #41a17b;
  border-radius: 30px;
  display: block;
  width: 8em;
  margin: 0 auto .5em;
}
.header-image {
  background-image: url("../img/header_image.webp");
  background-size: cover;
  background-position: 0% 40%;
  height: 650px;
  margin-top: -110px;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 600px) {
.site-title-wrap {
	border-radius: 0 0 200px 200px / 0 0 80px 80px;
}
.header-image {
  height: 350px;
  background-position: 10% 10%;
  margin-top: -20%;
}
.supervision-name {
  font-size: 1.2rem;
}
.supervision-name strong {
  font-size: 1.8rem;
}
.supervision-name::before {
  font-size: 1.4rem;
}
.site-title-wrap {
	background-size: 33px auto;
}
.site-title-wrap::after {
	content: "";
	width: 33px;
	height: 33px;
}
}
@media only screen and (max-width: 420px) {
.site-title {
  font-size: 7vw;
}
.site-title-sub {
  font-size: 3.9vw;
}
}



.site-description {
  margin-bottom: 10px;
}
.doctor-profile-wrap {
  background-color: #f3f2e8;
  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: 230px;
  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 a {
  color: #595757;
  text-decoration: none;
}
.doctor-profile-name h4 {
  letter-spacing: 2px;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  margin-bottom: 13px;
  font-size: 1.6rem;
  color: #41a17b;
  font-family: '游明朝', YuMincho, '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', ‘HG明朝E’, ‘ＭＳ Ｐ明朝’, ‘ＭＳ 明朝’, serif;
}
.doctor-profile-name span {
  display: block;
}
.doctor-profile-name strong {
  font-size: 2.0rem;
  letter-spacing: 2px;
}
.doctor-profile {
  font-size: 1.3rem;
}
.doctor-profile a {
  color: #434343;
}
.nav-index-title {
  color: #41a17b;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 8px;
  font-family: '游明朝', YuMincho, '游明朝体', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', ‘HG明朝E’, ‘ＭＳ Ｐ明朝’, ‘ＭＳ 明朝’, serif;
  font-size: 1.8rem;
}
.nav-index {
  margin-bottom: 50px;
}
.nav-index a {
  color: #434343;
  display: block;
  padding-bottom: 5px;
}
@media only screen and (max-width: 600px) {
.doctor-profile-image {
  width: 45%;
}
}
/* -------------------
 * 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(0, 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: #fff;
}
.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(356, 99%, 45%, 0.90);
}
#menuButton {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 99990;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: 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;
  transition: opacity 200ms;
  overflow: hidden;
  z-index: 99991;
  color: #fff;
}
#menuButton::before, #menuButton::after {
  transition: transform 200ms;
  z-index: 99992;
  content: "";
}
#menuButton::before {
  transform: translate(0, -9px);
}
#menuButton::after {
  transform: translate(0, 9px);
}
#menuButton.active {
  transform: rotate(-180deg);
}
#menuButton.active span {
  opacity: 0;
}
#menuButton.active::before {
  transform: rotate(45deg);
}
#menuButton.active::after {
  transform: rotate(-45deg);
}
/* --------------------------------
 * footer-bnr-wrap
 * -------------------------------- */
.footer-bnr-wrap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}
.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;
}