/*---------- Header ----------*/
.Header {
  padding-bottom: 60px;
  position: relative; }
  .Header__topArea {
    position: relative;
    z-index: 20;
    background-color: #fff; }
    .Header__topArea-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 10px 20px 15px;
      overflow: hidden; }
  .Header--color {
    padding-bottom: 20px; }
  .Header__globalNaviInner {
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 12;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%; }
  .Header__logo {
    margin: 20px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
  .Header__logoTxt {
    text-decoration: none;
    font-size: 250%;
    font-weight: bold; }
    .Header__logoTxt--sml {
      font-size: 15px;
      display: block;
      font-weight: normal;
      margin-bottom: 10px; }

/*---------- Header_utilities ----------*/
.Header_utilities {
  float: right;
  text-align: right;
  font-size: 16px; }
  .Header_utilities__fontSize {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
    border-right-style: solid;
    border-right-width: 1px; }
  .Header_utilities__title {
    font-size: 87.5%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .Header_utilities__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px; }
  .Header_utilities__button {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    font-size: 87.5%;
    font-weight: bold;
    text-decoration: none;
    line-height: 32px;
    transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -webkit-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    -moz-transition: all 0.3s cubic-bezier(0.045, 0.495, 0.685, 0.97);
    border: solid 1px #fff; }
    .Header_utilities__button:hover {
      opacity: .7; }
    .Header_utilities__button--normal {
      color: #5c3c22;
      background-color: #fff;
      border: solid 1px #5c3c22; }
    .Header_utilities__button--big {
      color: #5c3c22;
      background-color: #fff;
      border: solid 1px #5c3c22; }
    .Header_utilities__button--color {
      border: none; }
    .Header_utilities__button--white {
      color: #513e30;
      background-color: #dddddd; }
    .Header_utilities__button--blue {
      color: #fff;
      background-color: #4a91f1; }
    .Header_utilities__button--yellow {
      color: #5a5a5a;
      background-color: #fcd85c; }
    .Header_utilities__button--black {
      color: #fff;
      background-color: #302623; }
    .Header_utilities__button--active {
      color: #fff;
      background-color: #5e3e24;
      border: none; }
  .Header_utilities__backgroundColor {
    display: inline-block;
    vertical-align: middle; }
  .Header_utilities__link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-right-style: solid;
    border-right-width: 1px;
    padding: 3px 0; }
  .Header_utilities__linkTxt {
    display: inline-block;
    margin-right: 12px;
    font-size: 87.5%; }
  .Header_utilities__contactButton {
    margin-left: 10px; }
  .Header_utilities__info {
    margin-top: 12px; }
  .Header_utilities__tel {
    display: inline-block;
    vertical-align: middle;
    border-right-style: solid;
    border-right-width: 1px;
    padding-right: 10px;
    margin-right: 10px; }
  .Header_utilities__telLink {
    text-decoration: none;
    font-size: 162.5%;
    display: inline-block;
    padding-left: 35px;
    background: url(/zenjinkai/hospital/yokohama/images/common/icon_tel01.png) no-repeat 0 center;
    cursor: default; }
  .Header_utilities__address {
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
    line-height: 1.4em;
    margin-right: 30px;
    text-align: left; }
  .Header_utilities__addressBtn {
    display: inline-block;
    vertical-align: middle; }

/*---------- Header_sp ----------*/
.Header_sp {
  display: none; }

/*---------- GlobalNavi ----------*/
.GlobalNavi {
  max-width: 1200px;
  margin: 0 auto;
  border-left-style: solid;
  border-left-width: 1px;
  display: table;
  width: 100%; }
  .GlobalNavi__item {
    display: table-cell;
    vertical-align: top;
    border-right-style: solid;
    border-right-width: 1px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 16.6%; }
    .GlobalNavi__item:hover, .GlobalNavi__item--showMenu {
      background-color: #a87237; }
  .GlobalNavi__link {
    display: table;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    padding: 0;
    line-height: 1.4;
    text-decoration: none;
    width: 100%;
    height: 100%; }
    .GlobalNavi__link--blank::after {
      content: '';
      display: inline-block;
      width: 12px;
      height: 10px;
      vertical-align: middle;
      margin-left: 5px; }
    .GlobalNavi__link:hover, .GlobalNavi__link--showMenu {
      background-color: #a87237; }
    .GlobalNavi__link--active {
      background-color: #a87237;
      position: relative; }
      .GlobalNavi__link--active::before {
        content: '';
        display: block;
        width: 100%;
        height: 25px;
        position: absolute;
        bottom: -22px;
        right: 0;
        left: 0;
        margin: 0 auto;
        background-image: url(/zenjinkai/hospital/yokohama/images/common/menu_arrow.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 25px;
        background-color: transparent;
        z-index: 2; }
  .GlobalNavi__linkTxt {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 60px; }
  .GlobalNavi__subMenu {
    display: none; }

/*---------- GlobalNavi_detailLink ----------*/
.GlobalNavi_detailLink {
  position: absolute;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 11;
  display: none; }
  .GlobalNavi_detailLink__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .GlobalNavi_detailLink__inner {
    position: relative; }
  .GlobalNavi_detailLink__block {
    padding: 30px 10px;
    display: none;
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
  .GlobalNavi_detailLink__title {
    display: inline-block;
    padding-top: 5px;
    width: 13%;
    vertical-align: top; }
  .GlobalNavi_detailLink__centerArea {
    display: inline-block;
    vertical-align: top;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    width: 62%;
    padding-top: 5px;
    padding-bottom: 30px; }
  .GlobalNavi_detailLink__imgList {
    text-align: left;
    padding-left: 40px; }
  .GlobalNavi_detailLink__imgItem {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 210px;
    margin-right: 18px;
    margin-bottom: 15px; }
    .GlobalNavi_detailLink__imgItem:last-child {
      margin-right: 0; }
    .GlobalNavi_detailLink__imgItem img {
      width: auto;
      height: auto;
      max-width: 100%; }
  .GlobalNavi_detailLink__imgLink {
    display: block; }
  .GlobalNavi_detailLink__img {
    width: 100%;
    height: auto; }
  .GlobalNavi_detailLink__imgTxt {
    margin-top: 10px; }
  .GlobalNavi_detailLink__btnList {
    padding: 0 35px 15px 40px; }
  .GlobalNavi_detailLink__btnListTitle {
    margin-bottom: 10px; }
  .GlobalNavi_detailLink__btnListItem {
    margin-bottom: 5px;
    padding-right: 5px;
    width: 33%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top; }
  .GlobalNavi_detailLink__txtList {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0 10px 35px;
    width: 24%;
    box-sizing: border-box; }
  .GlobalNavi_detailLink__txtItem {
    text-align: left;
    margin-bottom: 16px; }
    .GlobalNavi_detailLink__txtItem--mb {
      margin-bottom: 30px; }
    .GlobalNavi_detailLink__txtItem:last-child {
      margin-bottom: 0; }
  .GlobalNavi_detailLink__inpatientData {
    border-style: solid;
    border-width: 2px;
    padding-bottom: 15px; }
  .GlobalNavi_detailLink__inpatientDataTitle {
    padding: 5px 15px; }
  .GlobalNavi_detailLink__inpatientDataTxt {
    padding: 15px 15px 0; }

/*========================================================================================================== Breakpoint 1160px */
@media (max-width: 1160px) {
  /*---------- GlobalNavi ----------*/
  .GlobalNavi__link {
    font-size: 87.5%; }
  .GlobalNavi__subMenuLink {
    font-size: 87.5%; } }

/*========================================================================================================== Breakpoint 980px */
@media (max-width: 1010px) {
  /*---------- Header ----------*/
  .Header {
    padding-bottom: 0; }
    .Header__topArea {
      display: none; }
    .Header--color {
      background-color: #fff;
      padding-bottom: 0; }
    .Header--open {
      height: 100%;
      overflow: scroll; }
    .Header__menuWrapper {
      display: none;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
      overflow: scroll;
      padding-top: 55px;
      box-sizing: border-box; }
    .Header__globalNavi {
      height: auto;
      padding: 0;
      position: relative; }
    .Header__globalNaviInner {
      padding: 0;
      position: relative;
      top: 0; }
    .Header__logo {
      text-align: center;
      display: block;
      margin-top: 12px; }
    .Header__logoTxt {
      text-decoration: none;
      font-size: 100%;
      font-weight: bold; }
      .Header__logoTxt--sml {
        font-size: 13px;
        text-align: center;
        margin-bottom: 5px; }
    .Header__closeButton {
      display: block;
      text-align: center;
      line-height: 54px;
      text-decoration: none; }
      .Header__closeButton::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 11px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 11px 12px;
        margin-right: 8px; }
  /*---------- Header_utilities ----------*/
  .Header_utilities {
    float: none;
    max-width: 100%;
    text-align: center;
    padding: 20px 25px; }
    .Header_utilities__fontSize {
      display: inline-block;
      vertical-align: middle;
      padding-right: 0;
      margin-right: 2.0em;
      border-right: none; }
    .Header_utilities__title {
      font-size: 100%;
      margin-right: 1.0em; }
    .Header_utilities__item {
      margin: 0 2px; }
    .Header_utilities__button {
      width: 38px;
      height: 38px;
      line-height: 38px;
      font-size: 100%; }
    .Header_utilities__backgroundColor {
      display: inline-block;
      vertical-align: middle; }
    .Header_utilities__contact {
      display: none; }
    .Header_utilities__howto {
      margin-top: 45px; }
    .Header_utilities__howtoLink::after {
      content: '';
      display: inline-block;
      width: 14px;
      height: 12px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 14px auto;
      margin-left: 10px; }
  /*---------- Header_sp ----------*/
  .Header_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 100;
    display: block; }
    .Header_sp__menu {
      display: block;
      width: 50px;
      height: 55px;
      padding-top: 11px;
      border-right-style: solid;
      border-right-width: 1px;
      box-sizing: border-box;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      text-decoration: none; }
    .Header_sp__icon {
      position: relative;
      display: block;
      width: 25px;
      height: 25px;
      text-align: center;
      margin: 0 auto; }
      .Header_sp__icon--close .Header_sp__iconLine--01 {
        top: 9px;
        transform: rotate(45deg); }
      .Header_sp__icon--close .Header_sp__iconLine--02 {
        opacity: 0; }
      .Header_sp__icon--close .Header_sp__iconLine--03 {
        top: 9px;
        transform: rotate(-45deg); }
    .Header_sp__iconLine {
      display: block;
      width: 25px;
      height: 2px;
      position: absolute;
      transition: all 0.1s cubic-bezier(0.045, 0.495, 0.685, 0.97);
      -webkit-transition: all 0.1s cubic-bezier(0.045, 0.495, 0.685, 0.97);
      -moz-transition: all 0.1s cubic-bezier(0.045, 0.495, 0.685, 0.97); }
      .Header_sp__iconLine--01 {
        top: 0;
        left: 0; }
      .Header_sp__iconLine--02 {
        top: 8px;
        left: 0; }
      .Header_sp__iconLine--03 {
        top: 16px;
        left: 0; }
    .Header_sp__menuTxt {
      font-size: 56.25%;
      line-height: 1;
      display: block; }
    .Header_sp__menuImg {
      width: auto; }
  /*---------- GlobalNavi ----------*/
  .GlobalNavi {
    border-left: none;
    display: block; }
    .GlobalNavi__item {
      display: block;
      border-right: none;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      border-color: #fff;
      overflow: hidden;
      width: 100%; }
      .GlobalNavi__item:hover {
        background: none; }
    .GlobalNavi__link {
      text-align: left;
      padding: 0 0 0 25px;
      height: 52px;
      line-height: 52px;
      position: relative; }
      .GlobalNavi__link::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0; }
      .GlobalNavi__link:hover {
        background: none; }
      .GlobalNavi__link--active {
        background: none; }
        .GlobalNavi__link--active::before {
          background: none; }
      .GlobalNavi__link--accordion::before, .GlobalNavi__link--accordion:hover::before {
        content: '';
        display: block;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 23px;
        left: auto;
        margin: auto 0;
        background-color: #fff; }
      .GlobalNavi__link--accordion::after, .GlobalNavi__link--accordion:hover::after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0;
        transform: rotate(0);
        border: none; }
      .GlobalNavi__link--close::before, .GlobalNavi__link--close:hover::before {
        content: none; }
      .GlobalNavi__link--blank::after {
        width: 14px;
        height: 12px;
        background: url(/zenjinkai/hospital/yokohama/images/common/icon_blank02.png) no-repeat 0 0;
        background-size: 14px auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        margin: auto 0;
        transform: rotate(0);
        border: none; }
    .GlobalNavi__linkTxt {
      text-align: left; }
    .GlobalNavi__subMenuItem {
      border-bottom-style: solid;
      border-bottom-width: 1px; }
      .GlobalNavi__subMenuItem:last-child {
        border-bottom: none; }
    .GlobalNavi__subMenuLink {
      display: block;
      position: relative;
      padding: 0 0 0 25px;
      height: 52px;
      line-height: 52px;
      box-sizing: border-box;
      text-decoration: none;
      text-align: left; }
      .GlobalNavi__subMenuLink.--Line2 {
        padding-top: 12px;
        height: 65px;
        line-height: 1.5; }
      .GlobalNavi__subMenuLink::after {
        content: '';
        width: 10px;
        height: 10px;
        border-top-style: solid;
        border-top-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto 0; }
  /*---------- GlobalNavi_detailLink ----------*/
  .GlobalNavi_detailLink {
    display: none; } }

/*========================================================================================================== Breakpoint 640px */
@media (max-width: 640px) {
  .Header_utilities {
    padding: 20px 25px; }
    .Header_utilities__fontSize {
      margin-right: 2.0em; }
    .Header_utilities__title {
      font-size: 75%; }
    .Header_utilities__button {
      width: 32px;
      height: 32px;
      line-height: 32px;
      font-size: 75%; } }

/*========================================================================================================== Breakpoint 420px */
@media (max-width: 420px) {
  .Header_utilities {
    padding: 20px 0; }
    .Header_utilities__fontSize {
      margin-right: 1.0em; }
    .Header_utilities__title {
      font-size: 62.5%;
      margin-right: 0.5em; }
    .Header_utilities__button {
      width: 28px;
      height: 28px;
      line-height: 28px;
      font-size: 62.5%; } }
