@charset "utf-8";
/* CSS Document */
@page {
  margin: 0mm 5mm;
  size: A4 portrait;
}
.sp-only {
  display: none;
}
.opacityIn {
  opacity: 1;
  transition: all 1s;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}
.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}
.fadeIn_l {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s;
}
.fadeIn_l.active {
  opacity: 1;
  transform: translateX(0);
}
.fadeIn_r {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s;
}
.fadeIn_r.active {
  opacity: 1;
  transform: translateX(0);
}

.header-sp-only, .main-navigation {
  display: none;
}
.logo {
  width: 100px;
}
.logo img {
  width: 100%;
  height: auto;
}
.main_visual {
  width: 100%;
}
.slick-slider {
  margin: 0;
  padding: 0;
}
.slick-slider img {
  width: 100%;
  height: 100%;
}
.slide {
  width: 85%;
  float: right;
  margin-top: 130px;
  max-height: 940px;
  overflow-y: hidden;
}

.slide .item img {
  border-top-left-radius: 100px;
}
.side {
  float: left;
  position: relative;
  top: 250px;
  left: 2%;
  font-size: 1.4rem;
  font-weight: 600;
}

.side-outer {
  display: flex; /* Firefox 対策 */
}
.side-outer, .side-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  writing-mode: vertical-rl;
}
.l-catchphrase__wrap {
  position: absolute;
  top: 400px;
  z-index: 6;
  width: 100%;
  left: 20%;
}

.l-catchphrase_001 {
  font-size: 3rem;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 0 8px rgb(0, 0, 0, 0.8);
}
.l-catchphrase_002 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  text-shadow: 0 0 8px rgb(0, 0, 0, 0.8);
}
/*霊園のご案内*/
.l-about__wrap {
  width: 100%;
  margin-top: 80px;
  background-image: url(../images/bg-contents_004.png);
  background-repeat: no-repeat;
  background-position: 45% bottom;
  background-size: 100px auto;
}
.l-about__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-about_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-about__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-about__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-about__inner .l-about_block {
  float: left;
}
.l-about__inner .photo {
  float: right;
  width: 550px;
}
.l-about__inner .photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.l-about_block .title {
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 30px 0;
  font-weight: 600;
}
.l-about_block .detail {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 30px 0 50px 0;
  font-weight: 400;
}
/*火葬から供養まで*/
.l-from__wrap {
  width: 100%;
  margin-top: 80px;
  background-image: url(../images/bg-contents_001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
}
.l-from__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-from_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-from__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
}
.l-from__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-from_block ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.l-from_block ul li {
  width: 325px;
  height: 455px;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0 30px;
}
.l-from_block ul li .title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  margin: 30px 0;
}
.l-from_block ul li .photo {
  width: 155px;
  margin: 0 auto;
}
.l-from_block ul li .photo img {
  width: 155px;
  height: 155px;
  border-radius: 50%;
}
.l-from_block ul li .detail {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin: 30px 0;
}
/*料金について*/
.l-price__wrap {
  width: 100%;
  margin-top: 80px;
  background-image: url(../images/bg-contents_003.png);
  background-repeat: no-repeat;
  background-position: 85% center;
  background-size: 100px auto;
}
@media screen and (min-width:2000px) {
  .l-price__wrap {
    width: 100%;
    margin-top: 80px;
    background-image: url(../images/bg-contents_003.png);
    background-repeat: no-repeat;
    background-position: 80% center;
    background-size: 100px auto;
  }
}
@media screen and (max-width:1400px) {
  .l-price__wrap {
    width: 100%;
    margin-top: 80px;
    background-image: url(../images/bg-contents_003.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 100px auto;
  }
}
.l-price__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-price_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-price__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-price__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-price__inner .l-price_block {
  float: left;
  width: 550px;
}
.l-price_block .photo {
  margin: 50px 0;
  width: 100%;
}
.l-price_block .photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.l-price_block_list {
  float: left;
  width: 300px;
  padding: 100px 0px 0px 0px;
  margin-left: 80px;
}
.l-price_block_list h3 {
  width: 100%;
  font-size: 1.2rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 0px;
  text-align: center;
  padding: 10px 0;
}
.l-price_block_list ul {
  width: 100%;
  border-top: 1px dotted #392589;
}
.l-price_block_list ul li {
  width: 100%;
  border-bottom: 1px dotted #392589;
  display: flex;
  justify-content: space-between;
}
.l-price_block_list ul li .title {
  padding: 15px;
}
.l-price_block_list ul li .price {
  padding: 15px;
}
/*ペットが亡くなったら*/
.l-method__wrap {
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/bg-contents_002.jpg);
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  margin: 80px 0 0 0;
}
.l-method__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-method_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-method__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-method__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-method__inner .l-method_block {
  width: 100%;
}
.l-method__inner .l-method_block p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
.l-method__inner .l-method_block .detail {
  margin: 30px 0 50px 0;
}
/*こころに寄り添う場所*/
.l-yorisou__wrap {
  width: 100%;
  padding: 80px 0;
}
.l-yorisou__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-yorisou_block .title {
  width: 570px;
  margin: 0 auto;
}
.l-yorisou_block .title img {
  width: 100%;
  height: auto;
}
.l-yorisou_block .detail {
  margin-bottom: 50px;
}
.l-yorisou_block .detail p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
/*よくある質問*/
.l-faq__wrap {
  width: 100%;
  padding: 0;
  margin: 0;
}
.l-faq__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-faq_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-faq_block p {
  line-height: 1.8rem;
  font-size: 1rem;
}
.l-faq__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-faq__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.accordion-block {
  margin: 30px auto;
  border-radius: 20px;
  background: #c4e4d8;
  width: 100%;
  display: block;
}
.accordion_title {
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  background: #c4e4d8;
  border: none;
  line-height: 1.8rem;
  border-radius: 20px;
  padding: 20px;
  font-weight: 600;
  font-size: 1rem;
}
.accordion_contents {
  background: #c4e4d8;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  line-height: 1.8rem;
  font-size: 1rem;
}
summary.accordion_title::-webkit-details-marker {
  display: none;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  font-size: 20px;
  color: #34247f;
}
.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.accordion .accordion_content {
  padding: 0 2em 0 3em;
}
.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}
.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}
.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}
.accordion[open] .accordion_title:after {
  content: "-";
  font-size: 30px;
  color: #34247f;
}
/*お問い合わせ*/
.l-contact__wrap {
  width: 100%;
  padding: 0;
  margin: 80px 0 0 0;
}
.l-contact__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-contact_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-contact__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-contact__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-contact__inner .l-contact_block {
  width: 100%;
}
.l-contact__inner .l-contact_block p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
.l-contact__inner .l-contact_block .detail {
  margin: 30px 0 50px 0;
}
.l-contact__inner .l-contact_block .bnr {
  margin: 50px 0;
}
.l-contact__inner .l-contact_block .bnr ul {
  display: flex;
  justify-content: space-between;
}
.l-contact__inner .l-contact_block .bnr ul li {
  width: 530px;
}
.l-contact__inner .l-contact_block .bnr ul li img {
  width: 100%;
  height: auto;
}
/*footer*/
.l-footer__wrap {
  width: 100%;
  padding: 80px 0 0px 0;
  background-color: #F7F7F7;
}
.l-footer__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer_block {}
.l-footer_block .logo {
  width: 135px;
}
.l-footer_block .logo img {
  width: 100%;
  height: auto;
}
.l-footer_block .address {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.l-footer_block ul {}
.l-footer_block ul li {}
.l-footer_block ul li a {
  background-image: url(../images/icon_002.png);
  background-position: left center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  padding-left: 16px;
}
.l-footer_block ul li ul {
  padding-left: 16px;
}
.l-footer_block ul li ul li {}
.l-footer_block ul li ul li a {
  background-image: url(../images/icon_003.png);
  background-position: left center;
  background-size: 5px auto;
  background-repeat: no-repeat;
  padding-left: 16px;
}
.txt-r {
  text-align: right;
  margin-bottom: 50px;
}
.l-interment__block_contents .b-link_l {}
.l-interment__block_contents .b-link_l a {
  color: #fff;
  font-weight: bold;
  background: #392589;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.l-interment__block_contents .b-link_l a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.l-interment__block_contents .b-link_l .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.l-interment__block_contents .b-link_l .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c {
  text-align: center;
}
.b-link_c a {
  color: #fff;
  font-weight: bold;
  background: #392589;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.main_visual:after, .l-about__inner:after, .l-price__inner:after, .l-footer__inner:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 0.8rem;
}
.h-contents__wrap {
  background-image: url(../images/bg-second_img01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 150px;
}
.h-contents__inner {
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
}
.h-contents__inner h2 {
  display: inline-block;
  border-bottom: 2px dotted #392589;
  float: left;
  padding-top: 25px;
  padding-bottom: 15px;
}
.h-contents__inner h2 .en {
  color: #392589;
  font-size: 0.9rem;
  display: block;
  line-height: 1.4rem;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.h-contents__inner h2 .jp {
  color: #323232;
  font-size: 2rem;
  display: block;
  line-height: 2rem;
}
.h-contents__inner .h-animal {
  width: 280px;
  float: right;
}
.l-breadcrumb__wrap {
  width: 100%;
}
.l-breadcrumb__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
.breadcrumb {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: .9em;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23333333'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
}
.breadcrumb a {
  color: #333333;
  text-decoration: none;
}
/*葬儀・火葬*/
.l-funeral_cremation__wrap {
  width: 100%;
  background-image: url(../images/bg-second_contents_001.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding: 50px 0 0 0;
}
.l-funeral_cremation__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-funeral_cremation__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-funeral_cremation__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-funeral_cremation__inner h3 {
  font-size: 1.6rem;
  border-bottom: 2px dotted #392589;
}
.l-funeral_cremation__inner .attention {
  font-size: 1rem;
  color: #D52124;
}
.l-funeral_cremation__block {
  margin-bottom: 50px;
}
.l-funeral_cremation__block .photo {
  width: 460px;
  float: left;
  margin: 30px 0 0 0;
}
.l-funeral_cremation__block .photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.l-funeral_cremation__block .detail {
  float: right;
  width: 590px;
  margin: 30px 0 0 0;
}
/*仙台ペット霊園について*/
.l-about__wrap {
  width: 100%;
}
.l-about__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-about__inner .catchphrase {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.l-about__block {
  background-image: url(../images/about-line.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  min-height: 570px;
  padding: 50px 80px 0 80px;
}
.l-about__block h3 {
  font-size: 1.4rem;
  padding-top: 80px;
}
.l-about__block .photo {
  float: right;
  width: 400px;
  padding-top: 80px;
}
.l-about__block .photo img {
  border-radius: 20px;
}
.l-about__block .detail {
  float: left;
  width: 500px;
}
.l-about__block .detail p {
  font-size: 1rem;
  padding-top: 15px;
}


  .p-about-item_001 {
    display: none;
  }
  .p-about-item_002 {
    display: none;
  }

/*納骨*/
.l-interment__wrap {
  width: 100%;
  background-image: url("../images/bg-contents_009.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 0;
}
.l-interment__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-interment__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-interment__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-interment__inner h3 {
  font-size: 1.6rem;
  border-bottom: 2px dotted #392589;
}
.l-interment__inner .attention {
  font-size: 1rem;
  color: #D52124;
}
.l-interment__block {
  margin-bottom: 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}
.l-interment__block .photo {
  width: 400px;
  float: left;
  margin: 30px 0 0 0;
}
.l-interment__block .photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.l-interment__block .detail {
  float: right;
  width: 590px;
  margin: 30px 0 0 0;
}
.l-interment__block_contents ul li {
  list-style: circle;
}
.l-memorial__wrap {
  width: 100%;
  background-image: url(../images/bg-contents_006.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 0;
}
.l-memorial__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-memorial__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-memorial__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-memorial_block {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  margin-bottom: 30px;
}
.l-memorial_block__detail {
  float: left;
  width: 600px;
}
.l-memorial_block__detail h3 {
  font-size: 1.6rem;
}
.l-memorial_block__detail p {
  font-size: 1rem;
}
.l-memorial_block__photo {
  width: 350px;
  float: right;
}
.l-memorial_block__photo img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
/*料金*/
.l-price__wrap {
  width: 100%;
  background-image: url(../images/bg-contents_005.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 50px 0;
}
.l-price__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-price__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-price__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-price__inner h3 {
  font-size: 1.6rem;
  border-bottom: 2px dotted #392589;
}

.l-price_block__wrap .l-price_block {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 50px 20px;
  margin-bottom: 30px;
}



.l-price_block__wrap .l-price_block table {
  width: 100%;
  margin: 20px auto;
}
.l-price_block__wrap .l-price_block .tbl-r02 th {
  background: #6ebca4;
  border: solid 1px #6ebca4;
  color: #fff;
  padding: 10px;
  width: 20%;
}
.l-price_block__wrap .l-price_block .tbl-r02 td {
  border: solid 1px #6ebca4;
  padding: 10px;
}
.l-price_block__wrap .l-price_block .tbl-r03 th {
  background: #6ebca4;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.l-price_block__wrap .l-price_block .tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.photo_c img {
  text-align: center;
  margin: 0 auto;
}
/*ペットが亡くなったら*/
.l-method__wrap {
  width: 100%;
  background-image: url(../images/bg-contents_007.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 50px 0;
}
.l-method__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-method__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-method__inner .detail {
  color: #323232;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 50px;
}
.l-method_block h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 2px dotted #392589;
}
.l-method_block {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.l-method_block p {
  font-size: 1rem;
  line-height: 1.4rem;
  padding-top: 10px;
}

.schedule {
  width: 100%;
  padding: 30px 0;
}
.schedule-bg {
  background: #fff;
  padding: 40px 30px;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c4e4d9;
}
.schedule_box_a {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c4e4d9;
  background-color: #FFF;
}
.schedule_box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c4e4d9;
  background-color: #FFF;
}
.schedule_box_a h4 {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 30px 0;
}
.schedule_box h4 {
  text-align: center;
  font-size: 1.4rem;
  padding: 0 0 30px 0;
}
.schedule .schedule_box .time {
  text-align: center;
  color: #FFF;
  position: relative;
  top: -35px;
  margin: 0;
}
.schedule .schedule_box .time span {
  background: #392589;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  border-radius: 50px;
}
.schedule_box_wrap {
  width: 100%;
}
.schedule_box_wrap ol {
  width: 95%;
  margin: 20px auto 0 auto;
}
.schedule_box_wrap ol li {
  margin-bottom: 10px;
  list-style-position: outside;
  list-style-type: decimal;
  font-size: 1rem;
}
.schedule_box_wrap ol li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.schedule_box_wrap ol li::marker {
  font-weight: bold;
  color: #392589;
}
.schedule_box_inner {
  width: 90%;margin: 0 auto;
}
.schedule_box_inner .photo {
  float: right;
  width: 200px;
}
.schedule_box_inner .photo img {
  width: 100%;
  height: auto;
}
.schedule_box_inner .detail {
  float: left;
  width: 750px;
  font-size: 1rem;
  line-height: 1.8rem;
}
.schedule_box_inner:after {
  content: "";
  display: block;
  clear: both;
}
.schedule_box_a_list ul {
  display: flex;
  justify-content: space-between;
  border: 1px solid #c4e4d9;
}
.schedule_box_a_list ul li {
  width: 25%;
  border: 1px solid #c4e4d9;
  padding: 20px;
}
.schedule_box_list {}
.schedule_box_list .time {
  text-align: center;
  color: #FFF;
  position: relative;
  top: -35px;
  margin: 0;
}
.schedule_box_list .time span {
  background: #392589;
  padding: 7px 15px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  border-radius: 50px;
}
.schedule_box_list .icon_inner {
	width: 90%;margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.schedule_box_list .icon_inner .title {
  font-size: 1rem;
  font-weight: 600;padding: 40px 0 0 10px;
}
.schedule_box_list .icon_inner .photo {
  width: 120px;
}
.schedule_box_list .icon_inner .photo img {
  width: 100%;
  height: auto;
}
.schedule_box_list .line {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.line_inner {
  width: 40px;
  margin: 0 auto;
}
/*アクセス*/
.l-access__wrap {
  width: 100%;
  background-image: url(../images/bg-second_contents_001.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding: 0;
}
.l-access__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-access__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-access__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-access__inner h3 {
  font-size: 1.6rem;
  border-bottom: 2px dotted #392589;
}
.l-access__inner .attention {
  font-size: 1rem;
  color: #D52124;
}
.l-access__block {
  margin-bottom: 50px;
}
.l-access__block .map {
  width: 100%;
  margin: 30px 0 0 0;
}
.l-access__block .map iframe {
  width: 100%;
  height: 500px;
}
/*よくある質問*/
.l-qa__wrap {
  width: 100%;
  padding: 0;
}
.l-qa__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-qa__inner .catchphrase {
  color: #392589;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 2rem;
}
.l-qa__inner .detail {
  color: #323232;
  font-size: 1rem;
  margin-bottom: 50px;
}
.l-qa__inner h3 {
  font-size: 1.6rem;
  border-bottom: 2px dotted #392589;
}
.l-qa__inner .attention {
  font-size: 1rem;
  color: #D52124;
}
.l-qa__block {
  margin: 30px 0;
}
.l-qa__block_contents ul li {
  list-style: circle;
}
.qa_title {
  text-align: center;
}
.qa_title span {
  color: #DB2023;
  font-size: 1.4rem;
  font-weight: 600;
}
.qa-7 {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}
.qa-7 summary::before, .qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3rem;
}
.qa-7 summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-7[open] summary::after {
  transform: rotate(225deg);
}
.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
  font-size: 1rem;
}
.qa-7[open] p {
  transform: none;
  opacity: 1;
}
.qa-7 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}
/*お問い合わせ*/
.l-contact__wrap {
  width: 100%;
  padding: 0;
  margin: 80px 0 0 0;
}
.l-contact__inner {
  width: 1100px;
  margin: 0 auto;
}
.l-contact_block h2 {
  border-bottom: 2px dotted #392589;
  display: inline-block;
  padding: 0 0 10px 0;
}
.l-contact__inner .en {
  font-size: 0.9rem;
  color: #392589;
  display: block;
  line-height: 1rem;
  text-transform: uppercase;
}
.l-contact__inner .jp {
  font-size: 1.8rem;
  color: #333333;
  display: block;
  line-height: 2.2rem;
  margin-top: 10px;
}
.l-contact__inner .l-contact_block {
  width: 100%;
}
.l-contact__inner .l-contact_block p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-bottom: 15px;
}
.l-contact__inner .l-contact_block .detail {
  margin: 30px 0 50px 0;
}
.l-contact__inner .l-contact_block .bnr {
  margin: 50px 0;
}
.l-contact__inner .l-contact_block .bnr ul {
  display: flex;
  justify-content: space-between;
}
.l-contact__inner .l-contact_block .bnr ul li {
  width: 530px;
}
.l-contact__inner .l-contact_block .bnr ul li img {
  width: 100%;
  height: auto;
}
/*footer*/
.l-footer__wrap {
  width: 100%;
	margin-top: 30px;
  padding: 80px 0 0px 0;
  background-color: #F7F7F7;
}
.l-footer__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.l-footer_block {}
.l-footer_block .logo {
  width: 135px;
}
.l-footer_block .logo img {
  width: 100%;
  height: auto;
}
.l-footer_block .address {
  font-size: 0.9rem;
  line-height: 1.4rem;
  margin-top: 20px;
}
.l-footer_block ul {}
.l-footer_block ul li {}
.l-footer_block ul li a {
  background-image: url(../images/icon_002.png);
  background-position: left center;
  background-size: 8px auto;
  background-repeat: no-repeat;
  padding-left: 16px;
}
.l-footer_block ul li ul {
  padding-left: 16px;
}
.l-footer_block ul li ul li {}
.l-footer_block ul li ul li a {
  background-image: url(../images/icon_003.png);
  background-position: left center;
  background-size: 5px auto;
  background-repeat: no-repeat;
  padding-left: 16px;
}
.txt-r {
  text-align: right;
  margin-bottom: 50px;
}

.b-link_l {
  margin-top: 30px;
  margin-bottom: 30px;
}
.b-link_l a {
  color: #fff;
  font-weight: bold;
  background: #392589;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_l a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_l .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_l .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c {
  text-align: center;
}
.b-link_c a {
  color: #fff;
  font-weight: bold;
  background: #392589;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c a:hover {
  color: #fff;
  font-weight: bold;
  background-color: #6A54C0;
  height: 46px;
  border-radius: 23px;
  padding: 15px 50px 15px 30px;
}
.b-link_c .btn {
  background-image: url(../images/btn_next.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.b-link_c .btn:hover {
  background-image: url(../images/btn_next_hover.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 30px 30px;
}
.l-footer__inner:after, .h-contents__inner:after, .l-funeral_cremation__block:after, .l-funeral_cremation__block_contents:after, .l-about__block:after, .l-interment__block:after, .l-memorial_block:after {
  content: "";
  display: block;
  clear: both;
}
.copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 0.8rem;
}

.tel {width: 220px;margin-top: 15px;}
.tel img {width: 100%;height: auto;}
