@charset "utf-8";

main {
  font-family: 'Noto Serif JP', serif;
}

h2 {
  width: 314px;
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.12em;
  border-bottom: 1px solid #fff;
  position: relative;
  padding: 40px 0 12px 30px;
  margin: 0px auto 60px 0px;
}

h3 {
  font-size: 3.4rem;
  letter-spacing: .15rem;
  color: #4A46AD;
  border-bottom: solid 2px #4A46AD;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 50px auto 38px;
}


@media screen and (max-width: 960px) {

  main {
    padding: 0 5vw;
  }

  h2 {
    width: 94%;
    font-size: 5.6vw;
    letter-spacing: 0.12em;
    margin: 0px auto 0 0px;
    padding: 3.8vw 0 12px 5vw;
  }

  h3 {
    font-size: 5vw;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-top: 0;
    padding-bottom: 3.7vw;
    margin: 9vw auto 5.3vw;
  }
}



/* ============================================
style_title [all]
============================================*/

.style_title {
  margin-top: 25px;
}

.style-img-rigth {
  float: right;
}

.style-img-rigth img {
  width: 100%;
}

.left-style {
  width: 37%;
  height: 400px;
}

.left-style.family {
  background: url(../img/style/b_family.webp) no-repeat;
}

.left-style.normal {
  background: url(../img/style/b_normal.webp) no-repeat;
}

.left-style.company {
  background: url(../img/style/b_company.webp) no-repeat;
}

.left-style.nature {
  background: url(../img/style/b_nature.webp) no-repeat;
}

.left-style.small {
  background: url(../img/style/b_small.webp) no-repeat;
}

.left-style.home {
  background: url(../img/style/b_home.webp) no-repeat;
}

.left-style.marine {
  background: url(../img/style/b_marine.webp) no-repeat;
}

.left-style.contact {
  background: url(../img/style/b_contact.webp) no-repeat;
}

.left-style.cremation {
  background: url(../img/style/b_cremate.webp) no-repeat;
}

.left-p {
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  line-height: 1.9;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
}


@media screen and (max-width: 960px) {

  .style_title {
    margin-top: 5vw;
  }

  .style-img-rigth {
    float: none;
    width: 90vw;
    margin: 0 auto;
  }

  .left-style {
    clear: both;
    float: none;
    width: 90vw;
    height: auto;
    margin: 0 auto;
  }

  .left-style.family {
    background: url(../img/style/b_family_sp.webp) no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.normal {
    background: url(../img/style/b_normal_sp.webp) no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.company {
    background: url(../img/style/b_company_sp.webp) no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.nature {
    background: url(../img/style/b_nature_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.small {
    background: url(../img/style/b_small_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.home {
    background: url(../img/style/b_home_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.marine {
    background: url(../img/style/b_marine_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.contact {
    background: url(../img/style/b_contact_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-style.cremation {
    background: url(../img/style/b_cremate_sp.webp)no-repeat;
    background-position: right top;
    background-size: cover;
  }

  .left-p {
    font-size: 3.4vw;
    line-height: 1.5;
    padding: 7.6vw 5vw;
  }

}



/* ============================================
btn [all]
============================================*/

.btn-pink {
  display: flex;
}

.btn-pink a {
  width: 304px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  background-color: #D85C88;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
  border-radius: 50vh;
  padding: 0.9em 2em;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  border: 0;
  margin-right: 26px;
}

.btn-pink a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.btn {
  width: 440px;
  height: 64px;
  margin: 70px auto;
  padding: 0.9em 2.3em;
}


@media screen and (max-width: 960px) {

  .btn-pink {
    flex-wrap: wrap;
  }

  .btn-pink a {
    font-size: 3.7vw;
    margin: 0 auto 0;
    width: 70vw;
    padding: 4.2vw;
    height: auto;
  }

  .btn-pink a+a {
    margin-top: 5.3vw;
  }

  .btn {
    width: auto;
    height: auto;
    margin: 10.6vw auto;
    padding: 0;
  }

  .btn a {
    font-size: 3.7vw;
    width: 70vw;
    margin: 0 auto;
  }

}



/* ============================================
text_style [all]
============================================*/

.style-txt {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  clear: right;
}

.style-txt p {
  font-size: 1.9rem;
  line-height: 1.8;
  color: #323232;
}


@media screen and (max-width: 960px) {

  .style-txt {
    margin: 5vw 0;
  }

  .style-txt p {
    font-size: 3.7vw;
  }

}