@charset "UTF-8";



h1.logo {
    top: 16px;
    left: 16px;
    width: 50%;
    position: relative;
}

/* header__tel */
.header__tel {    
  background: #fff;
  width: 100%;
}
.header__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    line-height: 1;
    text-decoration: none;
}
.header__tel .header__monshin {
    position: relative;
  margin-right: 10px;
    font-weight: bold;
    font-size: 22px;
    color: #162c3f;
}
/* .header__tel .header__monshin::before {
    content: '';
    position: absolute;
    background-image: url(../img/monshin.svg);
    background-repeat: no-repeat;
    background-size: contain;
  height: 10px;
    width: 10px;
} */
.header__tel .barlow {
  display: block;
    color: #58bba2;
    font-size: 42px;
  text-align: center;
}
.header__tel .note {
    font-size: 16px;
  display: block;
    text-align: center;
}

/* header__nav--sp */
.header__nav--sp {
    width: 100%;
    z-index: 9999;
}
.header__nav--sp1 {
  margin-top: 20px;
}
.header__nav--sp1 .header__list2 {
    display: flex;
    width: 96%;
    margin: 0 auto;
}
.header__nav--sp2 .header__list2 {
    display: flex;
}
.header__nav--sp li {
    width: 25%;
    text-align: center;
}
.buttons-2 li {
    width: 50%;
    text-align: center;
}
.header__nav--sp li.header__item--tel {
  background-color: #fce880;
}
.header__nav--sp li.header__item--reserve {
  background-color: #f9d200;
}
.header__nav--sp li.header__item--line {
  background-color: #00b900;
}
.header__nav--sp li.header__item--ladies {
  background-color: #ffcbd6;
}
.header__nav--sp li a {
  line-height: 1.2;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
}
.header__nav--sp li a::before {
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  height: 25px;
    width: 25px;
}
.header__nav--sp li.header__item--tel a::before {
  background-image: url("/lp-aga/img/consultation_icon.svg");
}
.header__nav--sp li.header__item--reserve a::before {
  background-image: url("/lp-aga/img/scroll_icon.svg");
}
.header__nav--sp li.header__item--line a::before {
  background-image: url("/lp-aga/img/f_nav_line.png");
}
.header__nav--sp li.header__item--ladies a::before {
  background-image: url("/lp-aga/img/ladies.svg");
}
@media only screen and (max-width: 1000px) {
  .header__nav--pc .header__item--tel {
    width: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .header__title {
    height: 14vw;
    width: 100%;
  }
  .header__title img.sp {
    width: 61vw;
    display: block;
    margin: 0 auto;
  }
}

/* 新規開院 */
.header__new {
  background: #f0f0f0;
  display: block;
  position:relative;
  width: 100%;
  line-height: 16px;
  left: 0;
  padding:0;
}
.header__new > .header__clinic {
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  display: inline;
  padding-right: 5px;
}
.header__new > .header__schedule , .header__new > .header__text {
  display: inline;
  font-size: 14px;
}

.header__tel a {
  padding: 5px;
}
.header__tel .barlow {
  font-size: 32px;
}
.header__tel .note {
  font-size: 12px;
}
.header__tel .header__monshin {
  font-size: 14px;
}
.header__nav--sp1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header__nav--sp li {
  list-style: none;
}
.header__nav--sp li a {
  height: 60px;
  font-size: 11px;
  text-decoration: none;
  color: #162c3f;
}
.header__nav--sp li a::before {
  height: 20px;
  width: 20px;
}

.barlow {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
}

.header__tel .barlow {
    display: block;
    color: #58bba2;
    font-size: 42px;
    text-align: center;
}

.header__tel .barlow {
        font-size: 32px;
    }
}

.header__tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    line-height: 1;
}

.header__tel .note {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #162c3f;
}

.header__tel .note {
        font-size: 12px;
    }
}

.header__nav--sp li a {
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70px;
    font-size: 12px;
}


.header__nav--sp li.header__item--line a {
  background-color: #00b900;
  color: white;
}

.header__nav--sp2 {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

/* 修正版セレクタ */
.header__nav--sp.header__nav--sp2.sp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.header__nav--sp.header__nav--sp2.sp.fade-in {
  opacity: 1;
  transform: translateY(0);
}

