@charset "UTF-8";
/*
Theme Name: beauty-child
Template: beauty_tcd054
*/

/*ヘッダー*/
body .l-header__logo img{
	width: 240px;
	height: auto;
}

@media screen and (max-width: 991px){
		body .l-header__logo img{
		width: 140px;
	}
}

/*ヘッダー右側*/
body .l-header__inner {
  color: #111111;
}

/*ハンバーガーメニュー*/
@media only screen and (max-width: 991px){
  .c-menu-btn {
    background-color: #000000;
  }
}

/*ナビゲーションメニュー*/
body .p-global-nav{
  background-color: #f3f3f3;
}
body .p-global-nav ul li a{
  background-color: #f3f3f3;
}
body .p-global-nav ul li a:hover{
  background-color: #ffffff;
}

/* Header slider */
.p-header-slider__item { position: relative; width: 100%; height: 630px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
@media screen and (max-width: 767px){
  .p-header-slider__item {
    height: 370px;
    margin-bottom: 30px;
  }
}

/*メインビジュアル*/
body .p-header-slider__item1 .p-header-slider__item-title,  .p-header-slider__item2, .p-header-slider__item3{
  text-shadow: 0px 0px 5px white, 0px 0px 5px white, 0px 0px 5px white,0px 0px 5px white,0px 0px 5px white,0px 0px 5px white,0px 0px 5px white;
}

/*ボタン*/
body .p-index-content__btn{
  background: #000000;
}
body .p-index-content__btn:hover{
  background: #bbbbbb;
}


@media (min-width: 992px){
  .p-index-content__header-desc_about{
    max-width: 610px;
  }
}

/*フロントページAbout/careタイトル*/
body .bg-gray{
  background-color: #f3f3f3;
  color: #111111;
}
body .bg-gray span{
  color: #111111;
}
/*about*/
.p-index-content__about__video{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.p-index-content__about__video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-about_h2{
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (max-width: 600px){
	.top-about_h2{
    font-size: 20px;
  }
}
body .top-about_desc{
  margin-bottom: 30px;
}
/*care*/
.p-index-content__care{
  margin-bottom: 30px;
}
.p-index-content__care__img{
  max-width: 100%;
}
.p-index-content__care__img img{
  width: 100%;
  height: auto;
}


/*スタッフページ*/
body .p-search__submit{
  background: #000000;
}

/*careページ*/
.care_bannre{
  max-width: 100%;
}
.care_bannre img{
width: 100%;
height: auto;
}
body .care_h5{
	margin-bottom: 0;
}
@media (max-width: 600px){
	.care_h3{
		margin-top: 30px;
		text-align: center;
	}
}

/*フッター*/
body .l-footer__logo img{
	width: 140px;
	height: auto;
}

.l-footer__logo a, .l-footer__address, .p-social-nav__item a, small{
  color: #111111;
}
.p-contact__tel a, .p-contact__tel{
  color: #000000;
}


.l-header__logo img{
  width: 100%;
  height: auto;
}
