@charset "UTF-8";
/*! ==============================================
※※※※※※※※※※※※※※※※※※※※※
このcssファイルはSassから生成されています。
編集する際はSassファイルを編集してください。
※※※※※※※※※※※※※※※※※※※※※
=============================================== */
/* ----- header ----- */
.header-inner {
	margin: 0 2rem 0 1rem;
}

.header-lay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2rem 0 2.5rem;	
  height: 40%;
}

.logo {
	width: 20rem;
	transition: all 0.3s;
	margin: 1rem;
}
@media (min-width: 1080px) {
  .logo:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.headerInsta {
	width: 8rem;
	transition: all 0.3s;
	margin: 1rem;
	display: flex;
	justify-content: space-around;
}
@media (min-width: 1080px) {
  .headerInsta:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

.header__info {
  display: flex;
  align-items: center;
}

.header__time {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: #1BA1E6;
  border: 1px solid #1BA1E6;
  border-radius: 3rem;
  font-size: 1.5rem;
  margin-right: 2rem;
}

.header__tel-pc {
	font-size: 2.0rem !important;
  display: flex;
  align-items: center;
  font-family: "axis-b", sans-serif;
  font-weight: 600;
  color: #1BA1E6;
  transition: all 0.3s;
}
@media (min-width: 1080px) {
  .header__tel-pc:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.header__tel-pc::before {
  content: "";
  background-image: url(../img/common/tel_blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.5rem;
  height: 2rem;
  display: inline-block;
  margin-right: 0rem;
	margin-left: 3rem;
}

.header__tel-sp {
  display: none;
}

.header__map {
  display: none;
}

.burger {
  display: none;
}

.headerNav__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.headerNav__items li {
  min-width: 20rem;
  min-height: 7.4rem;
  padding: 0 0.5rem;
  margin-bottom: 0.7rem;
  border-left: 1px solid #e1e1e1;
}
.headerNav__items li:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.headerNav__items li.hide {
  display: none; 
}
.headerNav__items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1d1d1d;
  font-size: 1.5rem;
  transition: all 0.3s;
}
@media (min-width: 1080px) {
  .headerNav__items li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
.headerNav__items li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 0.7rem;
  display: block;
}

.ico_outpatient a::before {
  background-image: url(../img/common/ico_outpatient.png);
}

.ico_hospital a::before {
  background-image: url(../img/common/ico_hospital.png);
}

.ico_medical a::before {
  background-image: url(../img/common/ico_medical.png);
}

.ico_doctor a::before {
  background-image: url(../img/common/ico_doctor.png);
}

.ico_department a::before {
  background-image: url(../img/common/ico_department.png);
}

.ico_news a::before {
  background-image: url(../img/common/ico_news.png);
}

.ico_hand a::before {
  background-image: url(../img/common/ico_hand.png);
}

/* ----- header--under ----- */
.header--under {
	max-width: 120rem;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
@media (max-width: 1080px) {
	.header--under {
		max-width: 100%;
	}
}
.header--under .headerNav__items li {
  min-width: 18rem;
  min-height: auto;
	padding: 1rem 0.5rem;
  margin-bottom: 0.7rem;
  border-left: 1px solid #e1e1e1;
}
.header--under .headerNav__items li:first-of-type {
  border: none;
}
.header--under .headerNav__items li:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.header--under .headerNav__items li.hide {
  display: none; 
}
.header--under .headerNav__items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1d1d1d;
	font-size: 1.8rem;
  transition: all 0.3s;
}
@media (min-width: 1080px) {
  .header--under .headerNav__items li a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media (max-width: 1080px) {
.header--under .headerNav__items li a {
		font-size: 2.5rem;
	}
.header__time {
		font-size: 2.5rem;
	}
.header__tel-pc {
	font-size: 2.5rem;
	}		
}

.header--under .headerNav__items li a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 0;
  height: 0;
  margin: 0;
  display: inline-block;
}

/* ------------------------------------------
/* sp
/* ------------------------------------------ */
@media screen and (max-width: 767px) {
  /* ----- header ----- */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .header-inner {
    margin: 0 0.8rem;
	  height: 5rem;
  }
  .header-lay {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 5rem;
  }
  .logo {
    width: 17.5rem;
    transition: all 0.3s;
  }
 .headerInsta {
    display: none;
  }
  .header__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.9rem;
    z-index: 10;
  }
  .header__time {
    display: none;
  }
  .header__tel-pc {
    display: none;
  }
  .header__tel-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49.9%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #1BA1E6;
    transition: all 0.3s;
  }
  .header__tel-sp::before {
    content: "";
    background-image: url(../img/common/tel_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .header__map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49.9%;
    height: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    background-color: #1BA1E6;
    transition: all 0.3s;
  }
  .header__map::before {
    content: "";
    background-image: url(../img/common/ico_map_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 1rem 0.5rem 1rem;
  }
  .burger-btn {
    display: block;
    opacity: 1;
    z-index: 10;
  }
  .bar {
    display: block;
    margin: 0 auto;
    width: 3.9rem;
    height: 0.3rem;
    background-color: #1BA1E6;
    border-radius: 2rem;
    transition: all 0.3s;
  }
  .bar-top {
    margin-bottom: 0.8rem;
  }
  .bar-bot {
    margin-top: 0.8rem;
  }
  .bar.bar-top.open {
    transform: translateY(1.3rem) rotate(45deg);
  }
  .bar.bar-mid.open {
    opacity: 0;
  }
  .bar.bar-bot.open {
    transform: translateY(-0.9rem) rotate(-45deg);
  }
  .burger__txt {
    display: inline-block;
    margin-top: 0.6rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1BA1E6;
  }
  .burger__txt.open {
    display: none;
  }
  .headerNav {
    position: fixed;
    top: 5rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 75vh;
    margin-bottom: 4rem;
    padding: 3rem 2rem 0;
    box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.16);
    overflow: auto;
    transform: translateX(110%);
    transition: all 0.3s ease-out;
  }
  .headerNav.open {
    transform: translateX(0);
    transition: all 0.3s ease-out;
  }
  .headerNav__items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
  }
  .headerNav__items li {
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    border-left: 0;
    position: relative;
  }
  .headerNav__items li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scale(0.5);
  }
  .headerNav__items li:last-of-type {
    border-right: 0;
    margin-bottom: 10rem;
  }
  .headerNav__items li:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scale(0.5);
  }
  .headerNav__items li.hide {
    display: block; 
  }
  .headerNav__items li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #1d1d1d;
    font-size: 1.4rem;
    padding: 2.1rem 0;
  }
  .headerNav__items li a::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
  }
  .headerNav__items li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/common/arrow_blue_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.9rem;
    height: 1.8rem;
  }
  /* ----- header--under ----- */
  .header--under {
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  }
  .header--under .headerNav__items li {
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    border-left: 0;
    position: relative;
  }
  .header--under .headerNav__items li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scale(0.5);
  }
  .header--under .headerNav__items li:last-of-type {
    border-right: 0;
    margin-bottom: 10rem;
  }
  .header--under .headerNav__items li:last-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 200%;
    height: 1px;
    background-color: #e1e1e1;
    transform: scale(0.5);
  }
  .header--under .headerNav__items li.hide {
    display: block;  
  }
  .header--under .headerNav__items li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #1d1d1d;
    font-size: 1.4rem;
    padding: 2.1rem 0;
  }
  .header--under .headerNav__items li a::before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
  }
  .header--under .headerNav__items li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../img/common/arrow_blue_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 0.9rem;
    height: 1.8rem;
  }
}
@media print, screen and (width: 1281px) {
	.header--under .headerNav__items li a {
		font-size: 1.4rem;
	}
	.breadcrumbs {
		margin-top: 1rem;
	}
	.header__time{
		font-size: 1.4rem;
	}
	.header--under .headerNav__items li{
		min-width: 14rem;
	}
}
/*# sourceMappingURL=sourcemap/header.css.map */
