@charset "UTF-8";
#page_service .under_mv {
  margin: 0 0 120rem;
}
#page_service .common_lead {
  flex-flow: wrap;
  padding: 100rem 0;
  z-index: 11;
}
#page_service .common_lead text-wrap {
  margin: 100rem 0 0;
}
#page_service .common_lead.info {
  padding: 0 0 60rem;
  background: #F4F3F0;
}
#page_service .common_lead .price {
  margin: 0;
}
#page_service .text_wrap {
  margin: 100rem 0 0;
}
#page_service .btn_anc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 0 auto;
  padding: 0 90rem;
}
#page_service .btn_anc li {
  width: 48%;
  text-align: center;
  font-size: 20rem;
}
#page_service .btn_anc li a {
  display: block;
  padding: 20rem 0 25rem;
  border: 1rem solid #C2C2C2;
  position: relative;
}
#page_service .btn_anc li a:after {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  border-bottom: 1rem solid #C2C2C2;
  border-right: 1rem solid #C2C2C2;
  transform: rotate(45deg);
  margin: auto;
}
#page_service .btn_anc.column3 {
  justify-content: flex-start;
  gap: 28rem;
}
#page_service .btn_anc.column3 li {
  width: 31%;
}
#page_service .price {
  position: relative;
  margin: 0 70rem;
}
#page_service .price strong {
  display: flex;
  margin: 0 0 20rem;
}
#page_service .price strong:before {
  content: "●";
  display: flex;
  align-items: center;
  color: #C9BD67;
  margin: 0 5rem 0 0;
  font-size: 13rem;
}
#page_service .price table {
  margin: 0 0 40rem 18rem;
  width: 98%;
}
#page_service .price table th {
  background: #eee;
  border: solid #C2C2C2;
  border-width: 1rem 1rem 1rem 0;
  padding: 20rem;
}
#page_service .price table th:last-child {
  border-width: 1rem 0 1rem 1rem;
}
#page_service .price table th:nth-child(3) {
  text-align: center;
}
#page_service .price table td {
  padding: 20rem;
  border: solid #C2C2C2;
  border-width: 1rem 1rem 1rem 0;
  text-align: center;
}
#page_service .price table td:last-child {
  border-width: 1rem 0;
  text-align: left;
}
#page_service .price table td:nth-child(3) {
  text-align: center;
}
#page_service .price p {
  margin: 0 0 0 15rem;
}
#page_service .price a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 390rem;
  padding: 20rem 0;
  text-align: center;
  color: #fff;
  background: #9C8E82;
  font-size: 18rem;
}
#page_service .price a span {
  position: relative;
  margin: 0 20rem 0 0;
}
#page_service .price a span:before {
  content: "";
  position: absolute;
  top: 10rem;
  right: -18rem;
  padding: 4rem 5rem;
  border: 1rem solid #fff;
}
#page_service .price a span:after {
  content: "";
  position: absolute;
  top: 5rem;
  right: -22rem;
  padding: 4rem 5rem;
  border: 1rem solid #fff;
  background: #9C8E82;
  box-shadow: 0 0 0 2rem rgb(156, 142, 130);
}
#page_service .contactArea {
  position: relative;
  padding: 40rem 0 50rem;
  margin: 100rem 70rem 0;
  border: 1rem solid #E3E3E3;
}
#page_service .contactArea h3 {
  text-align: center;
  margin: 0 0 30rem;
  font-size: 18rem;
  line-height: 2;
  display: flex;
  justify-content: center;
}
#page_service .contactArea div {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#page_service .contactArea div p {
  margin: 0 40rem 0 0;
  font-size: 14rem;
}
#page_service .contactArea div p span {
  display: block;
  font-size: 38rem;
  letter-spacing: 1rem;
}
#page_service .contactArea div p .phone {
  color: #222;
}
#page_service .contactArea div .btn_contact {
  display: block;
  background: #C9BD67;
  padding: 30rem 0;
  position: relative;
  color: #fff;
  width: 320rem;
  text-align: center;
  font-size: 18rem;
  line-height: 1;
}
#page_service .about {
  padding: 0 90rem 180rem;
}
#page_service .about .read {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 150rem 70rem 0;
}
#page_service .about .read#link4, #page_service .about .read#link6 {
  flex-direction: row-reverse;
}
#page_service .about .read h2 {
  margin: 100rem 60rem 0 60rem;
}
#page_service .about .read img {
  width: 650rem;
}
#page_service .about .read p {
  margin: 40rem 0 60rem;
  line-height: 2;
}
#page_service .info .text_wrap {
  margin: 120rem auto 0;
}
#page_service .environment {
  padding: 0 0 100rem;
}
#page_service .environment .img_wrap {
  position: relative;
}
#page_service .environment .img_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.5;
}
#page_service .environment .ttl_environment {
  text-align: center;
  margin: 100rem 0 50rem;
  font-size: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page_service .environment .ttl_environment:before {
  content: "";
  display: block;
  background: url(../../img/ico_tit.svg) no-repeat top center/contain;
  width: 120rem;
  height: 120rem;
  margin: 0 -20rem 0 0;
  opacity: 0.2;
}
#page_service .environment .comment {
  margin: 0 0 40rem;
  line-height: 2;
}
#page_service .environment .inner {
  padding: 0 90rem;
}
#page_service .environment .inner .contactArea {
  background: #F4F3F0;
  position: relative;
  padding: 40rem 0 50rem;
  margin: 100rem 0 0;
  overflow: hidden;
  border: none;
}
#page_service .environment .inner .contactArea:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../img/ico_content.svg) no-repeat top center/contain;
  width: 180rem;
  height: 180rem;
  margin: auto;
}
#page_service .environment .inner .contactArea:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../../img/ico_content.svg) no-repeat top center/contain;
  width: 120rem;
  height: 120rem;
  margin: auto;
}
#page_service .environment .inner .contactArea h3 {
  text-align: center;
  margin: 0 0 50rem;
  font-size: 18rem;
  line-height: 2;
  display: flex;
  justify-content: center;
}
#page_service .environment .inner .contactArea h3:before {
  content: "";
  display: block;
  background: url(../../img/ico_arrow.svg) no-repeat top center/contain;
  width: 50rem;
  height: 70rem;
  margin: 0 30rem 0 0;
}
#page_service .environment .inner .contactArea h3:after {
  content: "";
  display: block;
  background: url(../../img/ico_arrow.svg) no-repeat top center/contain;
  width: 50rem;
  height: 70rem;
  transform: scale(-1);
  margin: 0 0 0 30rem;
}
#page_service .environment .inner .contactArea div {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
}
#page_service .environment .inner .contactArea div p {
  margin: 0 40rem 0 0;
  font-size: 14rem;
}
#page_service .environment .inner .contactArea div p span {
  display: block;
  font-size: 38rem;
  letter-spacing: 1rem;
}
#page_service .environment .inner .contactArea div p .phone {
  color: #222;
}
#page_service .environment .inner .contactArea div .btn_contact {
  display: block;
  background: #C9BD67;
  padding: 30rem 0;
  position: relative;
  color: #fff;
  width: 320rem;
  text-align: center;
  font-size: 18rem;
  line-height: 1;
}
#page_service .slider {
  overflow: hidden;
}
#page_service .slider .slide-track {
  display: flex;
  align-items: center;
  animation: scroll-left 40s linear infinite;
  width: 250%;
}
#page_service .slider .slide-track img {
  flex-shrink: 0;
}

/* アニメーション */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 680px) {
  #page_service .top_mv {
    margin: 0 0 60rem;
  }
  #page_service .read .text {
    text-align: center;
  }
  #page_service .read .common_tit:before {
    position: static;
    transform: none;
    margin: auto;
  }
  #page_service .btn_anc {
    padding: 0;
    margin: auto;
    align-items: normal;
  }
  #page_service .btn_anc li {
    font-size: 16rem;
    height: auto;
  }
  #page_service .btn_anc li a {
    padding: 15rem 0 25rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14rem;
  }
  #page_service .btn_anc.column3 {
    gap: 10rem;
  }
  #page_service .btn_anc.column3 li {
    width: 48%;
  }
  #page_service .common_lead {
    flex-flow: wrap;
    display: block;
    padding: 60rem 0 50rem;
  }
  #page_service .common_lead.info {
    background: #F4F3F0;
  }
  #page_service .common_lead figure {
    width: auto;
  }
  #page_service .common_lead .text {
    text-align: center;
  }
  #page_service .common_lead .text_wrap {
    writing-mode: horizontal-tb;
    width: 335rem;
    text-align: center;
    margin: 50rem auto 0;
  }
  #page_service .common_lead .text_wrap h2 {
    margin: 0 0 30rem;
    writing-mode: horizontal-tb;
    letter-spacing: 2rem;
  }
  #page_service .about {
    padding: 0 0 60rem;
  }
  #page_service .about .read {
    display: block;
    margin: 60rem 0 0;
  }
  #page_service .about .read h2 {
    margin: 0 0 40rem;
    writing-mode: horizontal-tb;
    text-align: center;
    letter-spacing: 2rem;
  }
  #page_service .about .read img {
    width: 100%;
  }
  #page_service .about .read p {
    margin: 20rem 0 40rem;
  }
  #page_service .about .read dl dt {
    margin: 0;
  }
  #page_service .about .read dl dd {
    margin: 20rem 0 0;
    display: block;
  }
  #page_service .about .read dl dd span {
    width: auto;
    display: block;
    margin: 0;
  }
  #page_service .about .contactArea {
    margin: 50rem 0 0;
    padding: 30rem 0;
  }
  #page_service .about .contactArea h3 {
    line-height: 1.6;
    margin: 0 10rem 40rem;
    align-items: center;
  }
  #page_service .about .contactArea h3:before {
    background: url(../../img/funeral/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 10rem 0 0;
  }
  #page_service .about .contactArea h3:after {
    background: url(../../img/funeral/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 0 0 10rem;
  }
  #page_service .about .contactArea div {
    display: block;
    text-align: center;
  }
  #page_service .about .contactArea div p {
    margin: 0 0 20rem;
  }
  #page_service .about .contactArea div a {
    margin: auto;
    width: 280rem;
  }
  #page_service .price {
    margin: 0;
  }
  #page_service .price table {
    width: 100%;
    margin: 0 0 40rem;
  }
  #page_service .price table th {
    padding: 20rem 0;
  }
  #page_service .price table th:nth-child(1) {
    width: 35%;
  }
  #page_service .price table td:nth-child(1) {
    padding: 20rem 0;
  }
  #page_service .price a {
    position: static;
    width: 100%;
    display: block;
    margin: 30rem 0 0;
  }
  #page_service .environment {
    padding: 0;
  }
  #page_service .environment .inner {
    padding: 0;
  }
  #page_service .environment .inner .ttl_environment {
    margin: 60rem 0 20rem;
    font-size: 21rem;
    letter-spacing: 2rem;
  }
  #page_service .environment .inner .ttl_environment:before {
    width: 70rem;
    height: 70rem;
    margin: 0 -15rem 0 0;
  }
  #page_service .environment .inner .contactArea {
    margin: 60rem 0;
    padding: 30rem 0;
  }
  #page_service .environment .inner .contactArea h3 {
    line-height: 1.6;
    margin: 0 20rem 40rem;
    align-items: center;
    font-size: 17rem;
  }
  #page_service .environment .inner .contactArea h3:before {
    background: url(../../img/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 10rem 0 0;
    display: none;
  }
  #page_service .environment .inner .contactArea h3:after {
    background: url(../../img/ico_arrow.svg) no-repeat center/100%;
    width: 50rem;
    margin: 0 0 0 10rem;
    display: none;
  }
  #page_service .environment .inner .contactArea div {
    display: block;
    text-align: center;
  }
  #page_service .environment .inner .contactArea div p {
    margin: 0 0 20rem;
  }
  #page_service .environment .inner .contactArea div a {
    margin: auto;
    width: 280rem;
  }
  #page_service .environment .inner .contactArea div .btn_contact {
    width: 90%;
  }
  #page_service .slider .slide-track {
    width: 300%;
    animation: scroll-left 30s linear infinite;
  }
}/*# sourceMappingURL=service.css.map */