/*
RESET
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font-family: "Nunito", sans-serif;
  color: #606060;
  line-height: 1;
}
ol, ul {
  list-style: none;
}
a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:link, a:hover, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}
select {
	border: none;
	outline: none;
}
input, textarea, button {
  border: 0;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
OVERRIDES
*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 960px;
  }
}

/*
GLOBAL
*/
.section {
  padding: 50px 0;
}
.section p, .section li {
  line-height: 24px;
}
.section p {
  margin-bottom: 15px;
}
.section p:last-child {
  margin-bottom: 0;
}
.section ul {
  list-style-type: disc;
  padding-left: 20px;
}
.section h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 30px;
}
.section-expertise h3, .section-treatment h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #d2d2d2;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/*
HEADER
*/
.section-header {
  background-image: url(../images/bg-header.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  height: 510px;
  position: relative;
}
.section-header .container {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
.logo {
  font-size: 0;
  background: #7d736e;
  display: inline-block;
  padding: 13px 15px 13px 14px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
}
.header-content {
  margin-top: 40px;
}
.section-header h2 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 20px;
}
.section-header h4 {
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 30px;
}
.site-cta {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  color: white !important;
  text-transform: uppercase;
  background: rgb(25,175,90);
  background: linear-gradient(0deg, rgba(25,175,90,1) 0%, rgba(50,205,115,1) 100%);
  display: inline-block;
  padding: 15px;
  width: 280px;
  border-radius: 5px;
  cursor: pointer;
}
.header-image {
  position: absolute;
  top: 0;
  right: 0;
}

/*
TREATMENT
*/
.section-treatment h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.treatment-image, .treatment-content {
  margin: 20px 0;
}
.treatment-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  width: 100%;
  padding-top: 100%;
}
.treatment-info {
  color: white;
  background: #7d736e;
  padding: 20px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.treatment-01 {
  background-image: url(../images/treatment-01.png);
}
.treatment-02 {
  background-image: url(../images/treatment-02.png);
}
.treatment-03 {
  background-image: url(../images/treatment-03.png);
}
.treatment-04 {
  background-image: url(../images/treatment-04.jpg);
}

/*
ENQUIRY
*/
.section-enquiry {
  text-align: center;
  background-image: url(../images/bg-header.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.section-enquiry h3 span {
  display: block;
}
.section-enquiry .site-cta {
  margin-bottom: 10px;
}
.section-enquiry p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.section-enquiry h4 {
  font-size: 24px;
  font-weight: 700;
}

/*
DERMATOLOGIST
*/
.section-dermatologist {
  text-align: center;
}
.section-dermatologist h3 span {
  color: #879696;
}
.dermatologist-content {
  text-align: left;
  display: flex;
}
.dermatologist-image {
  position: relative;
}
.dermatologist-image p {
  font-size: 12px;
  font-style: italic;
  line-height: 16px;
  position: absolute;
  top: 120px;
  left: 10px;
}
.dermatologist-text {
  margin-left: 20px;
}

/*
MYTH
*/
.section-myth {
  color: white;
  background: #3c3c3c;
}
.section-myth h3 {
  position: relative;
}
.icon-flower {
  width: 40px;
  position: absolute;
  top: 0;
  margin-left: 10px;
}

/*
QUOTE
*/
.section-quote {
  font-style: italic;
  text-align: center;
}
p.dermatologist-name {
  line-height: 20px;
  text-align: right;
}
.dermatologist-name span {
  font-size: 12px;
}
.quote-content {
  position: relative;
}
.icon-quote {
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: -10;
  opacity: 0.33;
}

/*
LOCATION
*/
.section-location {
  border-top: 10px solid #b4c8c8;
  border-bottom: 10px solid #b4c8c8;
}
.section-location iframe, .location-content {
  margin-top: 15px;
}
.location-content p span {
  font-weight: 700;
  text-decoration: underline;
}

/*
FOOTER
*/
.section-footer {
  color: white;
  text-align: center;
  background: #969696;
  padding: 10px 0;
}
.section-footer p {
  font-size: 14px;
  line-height: 20px;
}

/*
RESPONSIVE
*/
@media (max-width: 991px) {
  .logo {
    position: relative;
  }
  .section-header {
    text-align: center;
    height: auto;
  }
  .section-header .container {
    flex-direction: column;
  }
  .section-header h4 {
    margin-bottom: 20px;
  }
  .header-image {
    margin-top: 20px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .expertise-content {
    margin-top: 20px;
  }
  .dermatologist-content {
    flex-direction: column;
  }
  .dermatologist-image {
    margin-bottom: 20px;
  }
  .dermatologist-image p {
    top: 50%;
    transform: translateY(-50%);
  }
  .icon-flower {
    display: none;
  }
}
@media (max-width: 575px) {
  .section h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .section-header h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .section-header h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .site-cta {
    font-size: 14px;
    width: 240px;
    padding: 10px;
  }
  .section-expertise h3, .section-expertise img {
    margin-bottom: 20px;
  }
  .section-treatment h3 {
    margin-bottom: 10px;
  }
  .section-treatment h4 {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
  }
}