﻿@charset "utf-8";
/*--------------------------------------------------------------------------------

  main visual

--------------------------------------------------------------------------------*/
.mv {
  width: 100%;
}


/*--------------------------------------------------------------------------------

  catch

--------------------------------------------------------------------------------*/
.catch {
  background: #f3f3f3;
  margin: calc(var(--main-pdt, var(--space-l)) * -1) 0 0 0;
  padding: 84px 0;
}
 .catch .l-container {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
 .catch .l-container img {
  width: 100%;
  max-width: 580px;
  height: auto;
  aspect-ratio: 580 / 327;
}
 .catch .l-container p {
  display: block;
  margin-bottom: 1em;
}
 .catch .l-container p strong {
   display: block;
   margin-bottom: 30px;
  color: #122266;
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

@media (max-width: 760px) {
 .catch {
  padding: 42px 0;
}
  .catch .l-container {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
 .catch .l-container img {
  width: 100%;
  max-width: initial;
  height: auto;
  aspect-ratio: 580 / 327;
}
 /*.catch .l-container p {
  font-size: var(--space-m);
}*/
  .catch .l-container p strong {
  font-size: calc(var(--fs-5l) * 0.75 );
}
 .catch .l-container p strong br.pc {
  display: none;
}
  
}


/*--------------------------------------------------------------------------------

  memorial

--------------------------------------------------------------------------------*/
.memorial .memorial-list {
  display: flex;
  padding: 84px 0;
  border-bottom: solid 1px #cccccc;
  gap: 40px;
}
.memorial .memorial-list h2 {
  margin: 48px 0 24px;
  font-size: 25px;
  font-weight: 500;
  font-family: var(--ff-min);
}

.memorial .memorial-list .banquet-link{
  width: 100%;
}
.memorial .memorial-list .banquet-link img {
  width: 100%;
  max-width: fit-content;
}
.memorial .memorial-list .banquet-link p strong {
  /*color: #122266;*/
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

.memorial .memorial-list .ceremony-link{
  width: 100%;
}
.memorial .memorial-list .ceremony-link img {
  width: 100%;
  max-width: fit-content;
}
.memorial .memorial-list .ceremony-link p strong {
  /*color: #122266;*/
  font-size: var(--fs-5l);
  font-family: var(--ff-min);
  line-height: 1.6;
}

.c-viewMore {
  display: flex;
  align-items: center;
}
.c-viewMore__arrow {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background: currentColor;
  color: var(--color-red);
  mask-image: var(--icon-redtriangle);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  transition: var(--hover-trans);
  margin-left: 0.5em;
}

@media (max-width: 760px) {
  .memorial .memorial-list {
    display: block;
    padding: 84px 0;
    border-bottom: solid 1px #f3f3f3;
    gap: 40px;
  }
  
  .memorial .memorial-list .ceremony-link {
    width: 100%;
    padding-top: 30px
  }
}


/*--------------------------------------------------------------------------------

  memorial-banquet

--------------------------------------------------------------------------------*/
.memorial-banquet .banquet-box {
  padding: 0 0 84px 0;
  border-bottom: solid 1px #cccccc;
}

.memorial-banquet article img {
  width: 1200px;
  margin: 0 auto;
  padding: 84px 0;
}

.memorial-banquet .hall h2 {
  padding-top:48px;
}
.memorial-banquet .hall img {
  padding:0 0 48px 0;
}

.memorial-banquet .hall-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  gap: var(--space-3s);
}

.memorial-banquet .hall-list .hall-item:not(:last-of-type) {
  padding-right: var(--space-3s);
  border-right: 1px solid #ccc;
}

.memorial-banquet .hall-list .hall-item h3 {
  font-size: var(--fs-l);
  font-weight: 500;
  font-family: var(--ff-min);
  margin-bottom: 20px;
}
.memorial-banquet .hall-list .hall-item .seating-capacity {
  padding: var(--space-3s);
  margin-top: 20px;
  background-color: #f3f3f3;
}
.memorial-banquet .hall-item .seating-capacity h5 {
  font-weight: 400;
}

@media (max-width: 760px) {
  .memorial-banquet .hall-list {
    grid-template-columns: auto;
    gap: var(--space-3s);
  }
  
  .memorial-banquet .hall-list .hall-item:not(:last-of-type) {
    padding-right: 0;
    border-right: none;
    padding-bottom: var(--space-s);
    border-bottom: 1px solid #ccc;
  }
}

  @media (max-width: 500px) {
    .memorial-banquet .l-container h3{
      font-size: 30px;
    }
    .memorial-banquet .hall-list .hall-item h4{
      font-size: 20px;
    }
}

/*--------------------------------------------------------------------------------

  memorial-ceremony

--------------------------------------------------------------------------------*/
/*common*/
.memorial-ceremony .ceremony-box img{
  padding: 84px 0;
}

/*intro*/
.memorial-ceremony .intro {
  margin-bottom: var(--space-m);
}
.memorial-ceremony .intro p {
  margin-bottom: var(--space-s);
}

/*service*/
.memorial-ceremony .service {
  margin-bottom: var(--space-l);
}
.memorial-ceremony .service-sample {
  background: #f4f4f4;
  padding: var(--space-s);
  margin-top: var(--space-3s);
}
.memorial-ceremony .service-sample h3 {
  display: inline-block;
  line-height: 200% !important;
  font-size: .9375rem !important;
  min-width: 120px;
  padding: .25rem 1.625rem;
  margin: 0 0 20px;
  color: #fff !important;
  text-align: center;
  font-family: var(--ff-go);
  font-weight: normal;
  background: #084e18;
}
.memorial-ceremony .service-sample .service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.memorial-ceremony .service-sample .service-list ul li {
  list-style: disc;
  margin: auto 30px;
}

@media (max-width: 760px) {
  .memorial-ceremony .service-sample .service-list {
    display: inline-block;
  }
  .memorial-ceremony .service-sample .service-list ul:nth-of-type(2) {
    padding-left: 0;
  }
}
 
/*merit*/
.memorial-ceremony .service-merit {
  margin-top: var(--space-s);
}
.memorial-ceremony .service-merit h2 {
  margin-bottom: var(--space-3s);
  font-size: var(--fs-2l);
  text-align: center;
}
.memorial-ceremony .service-merit .merit-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
.memorial-ceremony .service-merit .merit-box .merit-point {
  border: solid 1px #666;
  padding: 30px;
}
.memorial-ceremony .service-merit .merit-box .merit-point p {
  margin-left: 2em;
}
.memorial-ceremony .service-merit .merit-box .merit-point h3 {
  display: flex;
  align-items: center;
  font-size: var(--fs-l);
  font-weight: 500;
}
.memorial-ceremony .service-merit .merit-box .merit-point h3 span {
  line-height: 1;
  color: #d62121;
  font-size: 2.25rem;
  font-weight: bold;
  margin-right: 1rem;
}

@media (max-width: 760px) {
  .memorial-ceremony .service-merit .merit-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
    margin: 0 0 30px 0;
  }
}

/* melit */
.memorial-ceremony .meal-menu {
  margin: var(--space-l) 0 0;
  padding: var(--space-s) 0 var(--space-m);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

/*--------------------------------------------------------------------------------
  .c-heading4
--------------------------------------------------------------------------------*/
.c-heading4 {
  color: #122266;
  font-size: var(--fs-5l-rem);
  font-weight: 500;
  font-family: var(--ff-min);
  margin-bottom: 48px;
  text-align: center;
}
.c-heading4 .jp {
  display: block;
  color: var(--txt-color);
  font-size: var(--fs-m-rem);
  font-weight: 300;
}