/*
 Theme Name:   HEAL Child
 Template:     heal_tcd077
*/

/*固定ページヘッダー*/
#page_header {
  height: 750px;
}

@media only screen and (max-width: 600px) {
  #page_header {
    height: calc(35vh - 55px);
  }
}

/*改行*/
.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .sp {
    display: inline;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

/*お知らせ一覧*/
@media screen and (max-width:750px) {
  #news_list .title {
    font-size: 12px;
  }
}

/*フッターロゴ*/
#footer_logo {
  margin: 0 0 5px 0;
}

/*フッター非表示*/
@media screen and (max-width: 750px) {
  #footer_menu {
    display: none;
  }
}

/*フッターメニュー縦並びに調整*/
@media (max-width: 750px) {
  #footer_menu li {
    display: block;
    margin: 10px 0;
    padding: 0;
    border-right: 0;
  }

  #footer_menu li:last-child {
    margin: 10px 0;
  }

  p#company_date {
    display: none;
  }
}

/*ウィジェットスマホでは非表示*/
@media only screen and (max-width: 750px) {
  .widget_content {
    display: none;
  }
}

/*SNS*/
#header_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

#footer_social_link li a {
  width: 22px;
  height: 22px;
  line-height: 22px;
}

#header_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#footer_social_link li a:before {
  font-size: 20px;
  top: 0px;
}

#header_social_link li.line a:before {
  content: '\e909';
}

#footer_social_link li.line a:before {
  content: '\e909';
}

/*お問い合わせ*/
.grecaptcha-badge {
  visibility: hidden;
}

/* ----------------------------------------------------------------------
 キャンペーン
---------------------------------------------------------------------- */
/*見出し*/
h3.headline.rich_font {
  text-align: center;
  line-height: 1.6;
  margin: -10px 0 49px 0;
  font-size: 38px;
  color: #58330d;
}

span.top-s1 {
  display: block;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  h3.headline.rich_font {
    font-size: 22px;
    margin: -10px 0 30px 0;
  }

  span.top-s1 {
    font-size: 12px;
  }
}

/*料金表タグ*/
.parent10-tag1 {
  padding: 30px 30px 10px;
}

.parent10-tag1 ul {
  margin-left: 0.5em;
}

.parent10-tag1 ul li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: 0.4px;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
}

ul.parent10-tag1-ul {
  margin-bottom: 0;
}

li.parent10-tag1-li1 {
  padding: 0 10px;
  background-color: #f58ca9;
}

li.parent10-tag1-li2 {
  padding: 0 10px;
  background-color: #6DCD97;
}

@media screen and (max-width: 750px) {
  .parent10-tag1 {
    padding: 20px 10px 0px;
  }

  .parent10-tag1 ul {
    margin-left: 0;
  }

  .parent10-tag1 ul li {
    margin-right: 0.5em;
    font-size: 8px;
  }
}

/*料金表*/
h2.top-m1 {
  background-color: #9c7654;
  color: #fff;
  text-align: center;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 0;
}

.top-c1 {
  margin-bottom: 55px;
}

.parent10-c1 {
  border: solid 1px #ddd;
  border-top: none;
  background: #fff;
}

.parent10-c10 {
  padding: 0px 30px 0 30px;
}

.top-c2 {
  display: flex;
  padding-bottom: 10px;
}

.top-c3 {
  width: 35%;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}

.top-g1 img {
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.top-c4 {
  width: 65%;
  padding: 30px;
  align-self: center;
}

.top-c4 p {
  margin-bottom: 0;
}

p.parent10 {
  margin-bottom: 0;
  color: #9c7654;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

p.parent11 {
  margin-bottom: 0;
  text-align: right;
  line-height: 1.5;
  padding-right: 1em;
}

p.top-sp1label {
  margin-bottom: 0;
}

span.top-sp10label {
  color: #bc4a4a;
  font-size: 22px;
  font-weight: 600;
}

@media (min-width: 750px) and (max-width: 850px) {
  .top-c3 {
    padding: 15px 5px 30px 30px;
  }

  .top-c4 {
    padding: 15px 30px;
  }

  p.sp1label {
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .top-c1 {
    margin-bottom: 30px;
  }

  .parent10-c10 {
    padding: 0px 5px 0 5px;
  }

  h2.top-m1 {
    padding: 12px;
    font-size: 16px;
  }

  .top-c2 {
    flex-direction: column-reverse;
  }

  .top-c2 p {
    margin-bottom: 0;
  }

  .top-c3 {
    width: auto;
    padding: 10px 10px 10px;
  }

  .top-c4 {
    width: auto;
    padding: 20px 10px 0px;
    align-self: normal;
  }

  .top-sp1label {
    font-size: 10px;
  }

  p.parent10 {
    font-size: 12px;
    padding-top: 10px;
  }

  p.parent11 {
    text-align: right;
    font-size: 8px;
    padding-top: 1em;
  }

  span.top-sp10label {
    font-size: 12px;
  }

  p.sp1label {
    font-size: 10px;
  }
}

/*アニメーション*/
.en,
.en2 {
  display: inline-block;
}
