@charset "UTF-8";
hr {
  padding-top: 30px;
  border: none;
}
@media screen and (max-width: 600px) {
  hr {
    padding-top: 15px;
  }
}

.global-ttlWrap {
  position: relative;
  z-index: 0;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .global-ttlWrap {
    height: 300px;
  }
}
@media screen and (max-width: 960px) {
  .global-ttlWrap {
    height: 220px;
  }
}
.global-ttlWrap::before {
  position: absolute;
  content: "";
  background: rgba(88, 88, 88, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: multiply;
}
.global-ttlWrap._shisetsu {
  background: url(../images/ttl_shisetsu_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._flow {
  background: url(../images/ttl_flow_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._plan {
  background: url(../images/ttl_plan_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._about {
  background: url(../images/ttl_about_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._seika {
  background: url(../images/ttl_seika_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._butsudan-boseki {
  background: url(../images/ttl_butsudan-boseki_bg.webp) no-repeat center/cover;
}
.global-ttlWrap._kyouka-app {
  background: url(../images/ttl_kyouka-app_bg.webp) no-repeat center/cover;
}

.global-ttl {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  font-size: clamp(2.4rem, 2.123rem + 1.23vw, 3.6rem);
  letter-spacing: clamp(0.3rem, 0.231rem + 0.31vw, 0.6rem);
  font-weight: 500;
}

.global-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 600px) {
  .global-txt {
    line-height: 2;
  }
}

.content-ttl {
  font-size: clamp(1.8rem, 1.569rem + 1.03vw, 2.8rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.content-ttl._green {
  color: #8CAA82;
}
@media screen and (max-width: 960px) {
  .content-ttl {
    margin-bottom: 2rem;
  }
}

.bg-ttl {
  background: #8CAA82;
  color: white;
  font-size: clamp(2.4rem, 2.123rem + 1.23vw, 3.6rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding: 0.75em 1em;
  text-align: center;
}

.line-ttl {
  position: relative;
  z-index: 0;
  text-align: center;
  margin-block: 0 6rem;
}
@media screen and (max-width: 960px) {
  .line-ttl {
    margin-block: 3rem;
  }
}
.line-ttl::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #8CAA82;
  z-index: -1;
}
.line-ttl span {
  display: inline-block;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: 500;
  color: #8CAA82;
  background: white;
  padding-inline: 2rem;
}
@media screen and (max-width: 960px) {
  .line-ttl span {
    padding-inline: 0.5rem;
  }
}

.content_block {
  padding: clamp(2rem, 3vw, 10rem);
  background: white;
  margin-block: 4rem;
}

@media screen and (max-width: 600px) {
  .content_block_img {
    height: 200px;
  }
  .content_block_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.content_block-ttl {
  margin-block: 8rem 0;
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .content_block-ttl {
    margin-block: 4rem 0;
  }
}

.content_block-txt {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 1.6;
  margin-block: 2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .content_block-txt {
    margin-block: 1.5rem;
  }
}

.content-txt {
  font-size: clamp(1.5rem, 1.431rem + 0.31vw, 1.8rem);
  line-height: 2.4;
}

.subat {
  font-size: clamp(1.3rem, 1.277rem + 0.1vw, 1.4rem);
}

.subat-md {
  margin-top: 3rem;
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .subat-md {
    text-align: left;
  }
}

.border_box {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.border_box-txt {
  text-align: center;
  border: 1px solid #333;
  padding: 2rem;
}
.border_box-txt ._free-ico {
  width: 30px;
  display: inline;
  margin-block: 0 3px;
  margin-inline: 3px;
}
@media screen and (max-width: 600px) {
  .border_box-txt {
    text-align: left;
  }
}

/** ページバー **/
.pagebar {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .pagebar {
    margin-top: 40px;
  }
}
.pagebar .prev a,
.pagebar .next a {
  background: transparent;
  border: none;
}
.pagebar .prev a:hover,
.pagebar .next a:hover {
  background: transparent;
  color: #333;
  border: none;
  opacity: 0.4;
}
.pagebar .prev img {
  transform: scaleX(-1);
}
.pagebar .prev a::before {
  transform: rotate(-135deg);
  left: 2px;
}
.pagebar .next a::before {
  transform: rotate(45deg);
  right: 2px;
}
.pagebar .this-page,
.pagebar a {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 5px;
  color: #333;
  background: white;
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 600px) {
  .pagebar .this-page,
  .pagebar a {
    width: 35px;
    height: 35px;
  }
}
.pagebar .this-page {
  background: #8CAA82;
  color: white;
}
.pagebar a:hover {
  background: #8CAA82;
  color: white;
}

.pagebar .prev a::before, .pagebar .next a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #3A3A3A;
  border-right: 1px solid #3A3A3A;
  transition: 0.3s all;
}

.detail-ttl {
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  font-weight: 500;
  text-align: left;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  .detail-ttl {
    margin-bottom: 3rem;
  }
}

.detail_block {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
}
.detail_block p {
  margin-block: 1em;
  line-height: 2;
}
.detail_block img {
  margin-block: 1.5em;
}

.detail-date {
  margin: 2rem 0;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .detail-date {
    margin: 1.5rem 0;
  }
}

.infoWrap._brown .info-ttl {
  color: #BEA378;
}
.infoWrap._brown .info-tel a {
  color: #BEA378;
}
.infoWrap._brown .info-tel path {
  fill: #BEA378;
}

.info_block {
  margin-block: 100px;
}
@media screen and (max-width: 960px) {
  .info_block {
    margin-block: 60px;
  }
}
.info_block .info-tel {
  margin-bottom: 3rem;
}
.info_block .more-btn {
  min-width: 80%;
  margin-top: auto;
}

@media screen and (max-width: 960px) {
  .info_list {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .info_list {
    max-width: 100%;
  }
}
.info_list ul {
  display: flex;
  justify-content: center;
  margin-left: -30px;
}
@media screen and (max-width: 960px) {
  .info_list ul {
    flex-direction: column;
  }
}
.info_list li {
  display: flex;
  flex-direction: column;
  padding: 5rem 4rem;
  width: calc(50% - 30px);
  margin-left: 30px;
  background: white;
}
@media screen and (max-width: 960px) {
  .info_list li {
    padding: 4rem 3rem;
    width: calc(100% - 30px);
    margin-bottom: 30px;
  }
}

.info-ttl {
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  font-weight: 600;
  color: #8CAA82;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .info-ttl {
    margin-bottom: 2rem;
  }
}

.info-txt {
  line-height: 2;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .info-txt {
    text-align: left;
  }
}

.info-tel path {
  fill: #8CAA82;
}

.privacy_block {
  margin-block: 0 8rem;
}
@media screen and (max-width: 960px) {
  .privacy_block {
    margin-block: 0 4rem;
  }
}

.privacy-ttl {
  font-size: clamp(1.5rem, 1.292rem + 0.92vw, 2.4rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  display: flex;
  align-items: center;
  color: #8CAA82;
  background: #f3f6f2;
  padding-right: 2rem;
  margin-block: 2rem;
}
.privacy-ttl .number {
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25em;
  height: 2.25em;
  background: #8CAA82;
  color: white;
  margin-right: 2rem;
}
.privacy-ttl ._ttl {
  flex: 1;
}

.privacy-txt {
  font-family: "Noto Sans JP";
  line-height: 1.8;
}

/** メールフォーム **/
.form {
  font-weight: 300;
  font-family: "Noto Sans JP";
  text-align: left;
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .form {
    font-weight: 400;
    margin-top: 30px;
  }
}
.form .required,
.form .optional {
  font-size: clamp(1.2rem, 1.108rem + 0.41vw, 1.6rem);
  font-weight: 500;
  padding: 0.2rem 1.5rem;
  margin-left: 1em;
  color: white;
  border-radius: 50px;
}
.form .required {
  background: #8CAA82;
}
.form .optional {
  background: #DDD;
  color: #333;
}
.form .label-txt,
.form .form-subtitle,
.form .form-title {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 500;
  min-width: 16em;
  display: block;
}
.form input[type=date] {
  cursor: pointer;
}
.form .label-txt,
.form .form-subtitle {
  margin-block: 0 1.25rem;
}
.form textarea,
.form input,
.form .form-radio-row label,
.form .form-check .flatpickr-mobile {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #535353;
  padding: 1.25rem;
  transition: 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.form textarea:hover, .form textarea:focus,
.form input:hover,
.form input:focus,
.form .form-radio-row label:hover,
.form .form-radio-row label:focus,
.form .form-check .flatpickr-mobile:hover,
.form .form-check .flatpickr-mobile:focus {
  outline: none;
  border: 1px solid #8CAA82;
}
.form .form-radio-row label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.form .form-radio-row input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .form-radio-row label span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 960px) {
  .form .form-radio-row label span {
    line-height: 1.3;
  }
}
.form .form-radio-row label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #535353;
  background: white;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
.form .form-radio-row input[type=radio]:checked + span::before {
  background: #8CAA82;
  box-shadow: inset 0 0 0 3px white;
}
.form .form-radio-row input[type=radio]:focus-visible + span::before {
  box-shadow: 0 0 0 3px rgba(61, 139, 255, 0.35);
}
.form .form-check {
  line-height: 1;
  display: block;
  cursor: pointer;
  width: 100%;
}
.form .form-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .form-check span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  position: relative;
}
.form .form-check span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #535353;
  background: white;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.form .form-check span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 8px;
  height: 4px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.form .form-check input[type=checkbox]:checked + span::before {
  background: #8CAA82;
  border-color: #8CAA82;
}
.form .form-check input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.form .form-check input[type=checkbox]:focus-visible + span::before {
  box-shadow: 0 0 0 3px rgba(61, 139, 255, 0.35);
}
.form .form-radio-row label:hover {
  border-color: #8CAA82;
  background-color: rgba(0, 0, 0, 0.02);
}
.form .input-txt,
.form textarea {
  width: 100%;
}
.form textarea {
  height: 250px;
}
@media screen and (max-width: 960px) {
  .form textarea {
    height: 180px;
  }
}
.form textarea._lightGray {
  background: #F4F4F4;
}
.form .input-date {
  width: 10em;
  height: 3em;
  margin-inline: 0 1rem;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .form-row-date,
  .form-row-time {
    display: flex;
    align-items: center;
  }
}

.form-wrap {
  margin-bottom: 4rem;
}
@media screen and (max-width: 960px) {
  .form-wrap {
    margin-bottom: 3rem;
  }
}

.form-item {
  margin-block: 0 3rem;
}
@media screen and (max-width: 960px) {
  .form-item {
    margin-block: 0 2rem;
  }
}

.form-row {
  margin-block: 0 1.5rem;
}

.form-title {
  margin-block: 3rem 1rem;
}
@media screen and (max-width: 960px) {
  .form-title {
    margin-top: 2rem;
  }
}

.flatpickr-calendar,
.flatpickr-calendar * {
  font-family: "Noto Sans JP";
}

.form-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 960px) {
  .form-radio {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.form-radio label {
  display: block;
  cursor: pointer;
}

.venue-other-input {
  display: none;
  margin-top: 10px;
}

.form-subat {
  font-weight: 400;
  margin-block: 1rem;
}

.form-error {
  color: #c0392b;
  font-weight: 500;
  margin-top: 1rem;
}

.flower-item__head {
  text-align: center;
  background: #8CAA82;
  color: white;
  font-family: "Noto Serif JP";
  padding-block: 0.5rem;
  margin-block: 0 2rem;
}

.form-flower {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(5rem, 3vw);
}
@media screen and (max-width: 960px) {
  .form-flower {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .form-flower {
    margin-block: 2rem;
    margin-inline: auto;
    width: 80%;
    grid-template-columns: 1fr;
  }
}

.unit-input {
  width: 5em;
}

.flower-qty {
  display: block;
}

.form-check,
.flower-qty {
  margin-block: 0 1.5rem;
}

.flower-total {
  border-radius: 5px;
  border: 1px solid #535353;
  padding-block: 1.25rem;
  padding-inline: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.invoice-address {
  margin-block: 6rem;
  padding: 8rem 4rem 4rem;
  background: #F4F4F4;
}
@media screen and (max-width: 960px) {
  .invoice-address {
    padding: 4rem 2rem 2rem;
    margin-block: 4rem;
  }
}

.invoice-address-ttl {
  text-align: center;
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-block: 0 4rem;
}

.buttons {
  margin-block: 5rem 0;
}
@media screen and (max-width: 960px) {
  .buttons {
    margin-block: 4rem 0;
  }
}
.buttons button {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  font-weight: 500;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
  letter-spacing: 1em;
  transition: 0.6s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}

.btn-confirm {
  background: #8CAA82;
  color: white;
  border: 1px solid #8CAA82;
}
.btn-confirm:hover {
  background: white;
  color: #8CAA82;
}

.btn-back {
  background: #DDD;
  border: none;
  margin-block: 0 2rem;
}
.btn-back:hover {
  opacity: 0.4;
}

.confirm {
  margin: 60px 0;
}

.confirm-box {
  font-family: "Noto Sans JP";
  padding: 4rem;
  border: 1px solid #ccc;
  max-width: 800px;
  margin: 30px auto 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .confirm-box {
    padding: 2rem;
  }
}
.confirm-box dt {
  font-weight: bold;
  margin-block: 0 1rem;
}
.confirm-box dd {
  margin-bottom: 3rem;
  padding-left: 1em;
}
@media screen and (max-width: 960px) {
  .confirm-box dd {
    margin-bottom: 2rem;
  }
}
.confirm-box .confirm-items {
  margin: 0 0 1rem;
}
.confirm-box .confirm-items li {
  line-height: 1.6;
  margin-bottom: 0.6rem;
}
.confirm-box .confirm-note {
  color: #666;
  font-size: 0.95em;
  margin: 0;
}
.confirm-box .confirm-total {
  font-weight: 600;
  margin: 0 0 0.6rem;
}

.thank-box {
  text-align: center;
}

.thank-txt {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  margin-top: 1.5rem;
  line-height: 2;
}

.shisetsu {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .shisetsu .info_block {
    margin-block: 60px 40px;
  }
}

.shisetsu-logo {
  text-align: center;
  margin-bottom: 1rem;
}
.shisetsu-logo img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .shisetsu-logo img {
    width: min(180px, 45vw);
  }
}

.shisetsu-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 1.631rem + 1.64vw, 3.6rem);
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .shisetsu-ttl {
    flex-direction: column;
  }
}
.shisetsu-ttl span {
  font-size: clamp(1.6rem, 1.462rem + 0.62vw, 2.2rem);
  display: inline-block;
  margin-right: 1rem;
}

.shisetsu_img {
  margin-block: 3rem 4rem;
}
@media screen and (max-width: 960px) {
  .shisetsu_img {
    margin-block: 2rem 3rem;
  }
}

.hall_block {
  margin-block: 100px;
  display: flex;
  align-items: center;
}
.hall_block .l_box {
  width: 40%;
}
.hall_block .r_box {
  width: 60%;
  margin-left: 6rem;
}
.hall_block._reverse {
  flex-direction: row-reverse;
}
.hall_block._reverse .r_box {
  margin-inline: 0 6rem;
}
@media screen and (max-width: 960px) {
  .hall_block._reverse {
    flex-direction: column-reverse;
  }
  .hall_block._reverse .r_box {
    margin-inline: 0;
  }
}
@media screen and (max-width: 960px) {
  .hall_block {
    margin-block: 60px;
    flex-direction: column-reverse;
  }
  .hall_block .l_box,
  .hall_block .r_box {
    width: 100%;
    margin-left: 0;
  }
  .hall_block .r_box {
    margin-bottom: 2.25rem;
  }
}

.hall_block-ttl {
  font-size: clamp(2.2rem, 2.108rem + 0.41vw, 2.6rem);
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 960px) {
  .hall_block-ttl {
    text-align: center;
  }
}

.hall_block-txt {
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .hall_block-txt {
    line-height: 2;
  }
}

.three_hall_block {
  margin-block: 120px 0;
  text-align: center;
  background: #8CAA82;
  color: white;
  padding: 6rem;
}
.three_hall_block._brown {
  background: #BEA378;
}
@media screen and (max-width: 600px) {
  .three_hall_block {
    margin-block: 60px 0;
    padding: 4rem 2rem;
  }
}
.three_hall_block .border-txt {
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  width: 480px;
  max-width: 90%;
  margin: 5rem auto 0;
  border: 1px solid white;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 960px) {
  .three_hall_block .border-txt {
    margin: 3rem auto 0;
  }
}

.three_hall_block-ttl {
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.three_hall_block-txt {
  margin-bottom: 5rem;
}
@media screen and (max-width: 960px) {
  .three_hall_block-txt {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .three_hall_block-txt {
    text-align: left;
  }
}

.three_hall_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -4rem;
  gap: 4rem 0;
}
.three_hall_list._top {
  margin-bottom: 4rem;
}
.three_hall_list li {
  width: calc(33.3333333333% - 4rem);
  margin-left: 4rem;
}
@media screen and (max-width: 960px) {
  .three_hall_list li {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .three_hall_list {
    margin-left: -1rem;
    gap: 2rem 0;
  }
}

.three_hall_list-txt {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  font-weight: 500;
  margin-block: 1.5rem 0;
}
.three_hall_list-txt ._border {
  display: block;
  width: 70%;
  margin-inline: auto;
  border-bottom: 1px solid white;
  padding-block: 0 0.75rem;
  margin-block: 0 0.75rem;
}
@media screen and (max-width: 960px) {
  .three_hall_list-txt {
    margin-block: 1rem 0;
  }
}
@media screen and (max-width: 480px) {
  .three_hall_list-txt {
    font-size: 3.8vw;
  }
}

.gmap {
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .gmap {
    margin-top: 4rem;
  }
}

.access-txt {
  text-align: center;
}
.access-txt span {
  font-size: clamp(2rem, 1.862rem + 0.62vw, 2.6rem);
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .access-txt span {
    display: block;
    margin-left: 0;
  }
}

.access-address {
  font-style: normal;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.8;
}

.flow_list {
  counter-reset: flow;
}
.flow_list li {
  min-height: 280px;
  counter-increment: flow;
  background: white;
  margin-bottom: 5rem;
  padding: 5rem 5rem 5rem 0;
  position: relative;
}
.flow_list li:last-child::after {
  display: none;
}
@media screen and (max-width: 960px) {
  .flow_list li {
    padding: 3rem;
  }
}
.flow_list li::before {
  content: counter(flow);
  counter-increment: flow-step;
  position: absolute;
  left: 0;
  top: 0;
  background: #8CAA82;
  color: white;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  line-height: 0;
  z-index: 2;
}
.flow_list li::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
  background: #8CAA82;
  height: 21.6506350946px;
  width: 25px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow_list .l_box {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media screen and (max-width: 960px) {
  .flow_list .l_box {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.flow_list .r_box {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .flow_list .r_box {
    width: 100%;
    text-align: center;
  }
}
.flow_list .ico {
  height: 120px;
}
.flow_list .subat {
  margin-top: 2cap;
}
@media screen and (max-width: 960px) {
  .flow_list .subat {
    text-align: left;
  }
}

.flow-ttl {
  display: inline-block;
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  font-weight: 600;
  color: #8CAA82;
  border-bottom: 1px solid #8CAA82;
  margin-bottom: 2rem;
}
@media screen and (max-width: 960px) {
  .flow-ttl {
    padding-block: 0 0.5rem;
    text-align: center;
  }
}

.flow-txt {
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .flow-txt {
    text-align: left;
  }
}
.flow-txt a {
  font-size: 2.6rem;
  font-weight: 600;
  color: #8CAA82;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.flow-txt .tel-ico {
  width: 45px;
  margin-right: 0.5rem;
}

.plan_flow {
  text-align: center;
}
.plan_flow .sub_img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .plan_flow .sub_img {
    width: 500px;
    max-width: 90%;
  }
}

.after_support_box {
  padding: 5rem 6rem;
  background: url(../images/after_support_bg.png) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .after_support_box {
    position: relative;
    z-index: 0;
    padding: 3rem 5rem;
    background: url(../images/after_support_bg.png) no-repeat center right/cover;
  }
  .after_support_box::before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(125deg, rgba(241, 241, 243, 0.6) 0%, rgba(255, 255, 255, 0.9) 100%);
  }
}
@media screen and (max-width: 600px) {
  .after_support_box {
    padding: 3rem 2rem;
  }
}

.after_support-ttl {
  font-size: clamp(1.8rem, 1.615rem + 0.82vw, 2.6rem);
  text-shadow: 0 0 8px #F1F1F3, 0 0 5px #F1F1F3, 0 0 2px #F1F1F3, 0 0 0 #F1F1F3;
  line-height: 1.8;
  font-weight: 500;
  color: #8CAA82;
  margin-bottom: 4rem;
  margin-right: min(20rem, 15vw);
}
@media screen and (max-width: 600px) {
  .after_support-ttl {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.after_support_list {
  width: 70%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .after_support_list {
    width: 100%;
  }
}
.after_support_list li {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  margin-left: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: white;
}
.after_support_list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .after_support_list li {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 960px) and (max-width: 480px) {
  .after_support_list li {
    font-size: 3.5vw;
    letter-spacing: 0.1rem;
  }
}

.plan_img_list {
  display: flex;
  gap: min(3rem, 1.5vw);
}

.plan_select .border_box {
  width: 600px;
  max-width: 90%;
  margin-inline: auto;
  margin-block: 5rem 0;
  border: 1px solid #333;
  text-align: center;
  padding: 1.5rem 2rem;
}
.plan_select .border-txt {
  display: block;
}
@media screen and (max-width: 960px) {
  .plan_select .border-txt {
    line-height: 1.6;
  }
}

.plan_select_list {
  justify-content: center;
  gap: min(3.5rem, 3vw);
}
@media screen and (max-width: 960px) {
  .plan_select_list {
    flex-wrap: wrap;
  }
}
.plan_select_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  color: white;
  text-align: center;
  padding: 5rem;
}
.plan_select_list li._green {
  background: #8CAA82;
}
.plan_select_list li._brown {
  background: #BEA378;
}
@media screen and (max-width: 960px) {
  .plan_select_list li {
    width: 100%;
    padding: 4rem 2rem;
  }
}
.plan_select_list .more-btn {
  margin-block: 3rem 0;
}

.plan_select_list-logo {
  margin-block: 1rem 2rem;
  display: inline-block;
}

.plan_select_list-txt {
  margin-block: auto;
  letter-spacing: 0.15rem;
}
.plan_select_list-txt span {
  font-size: clamp(2rem, 1.769rem + 1.03vw, 3rem);
  letter-spacing: 0.2rem;
  display: block;
}

.main_plan {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  .main_plan {
    margin-bottom: 80px;
  }
}
.main_plan .shisetsu-logo {
  position: relative;
  padding-block: 5rem 0;
}
@media screen and (max-width: 960px) {
  .main_plan .shisetsu-logo {
    padding-block: 4rem 0;
  }
}
.main_plan .shisetsu-logo::before {
  position: absolute;
  content: "";
  width: 12rem;
  height: 5px;
  left: 0;
  right: 0;
  top: 0;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .main_plan .shisetsu-logo::before {
    width: 8rem;
  }
}

.plan_zenkoji .content-ttl {
  color: #BEA378;
}
.plan_zenkoji .bg-ttl {
  background: #BEA378;
}
.plan_zenkoji .shisetsu-logo::before {
  background: #BEA378;
}
.plan_zenkoji .plan_card .main-txt ._border-btm {
  color: #BEA378;
  border-bottom-color: #BEA378;
}
.plan_zenkoji .plan_card__recommend {
  border-color: #BEA378;
}
.plan_zenkoji .plan_card__recommend_ttl {
  color: #BEA378;
}
.plan_zenkoji .plan_card__pill {
  background: #BEA378;
}
.plan_zenkoji .plan_card__flow_ttl {
  background: #BEA378;
}
.plan_zenkoji .plan_card__steps::after {
  background: #BEA378;
}
.plan_zenkoji .plan_card__steps li {
  border-color: #BEA378;
}
.plan_zenkoji .plan_card__steps li.is-current {
  background: #BEA378;
}
.plan_zenkoji .plan_card__steps li.is-current-arrows::before {
  background: #BEA378;
}
.plan_zenkoji .icon-food * {
  fill: #BEA378;
}
.plan_zenkoji .other__block-ttl {
  color: #BEA378;
}
.plan_zenkoji .icon-encoffining,
.plan_zenkoji .icon-hearse {
  color: #BEA378;
}
.plan_zenkoji .other__block {
  background: #f8f6f1;
}

.plan_maki .content-ttl {
  color: #8CAA82;
}
.plan_maki .bg-ttl {
  background: #8CAA82;
}
.plan_maki .shisetsu-logo::before {
  background: #8CAA82;
}
.plan_maki .plan_card .main-txt ._border-btm {
  color: #8CAA82;
  border-bottom-color: #8CAA82;
}
.plan_maki .plan_card__recommend {
  border-color: #8CAA82;
}
.plan_maki .plan_card__recommend_ttl {
  color: #8CAA82;
}
.plan_maki .plan_card__pill {
  background: #8CAA82;
}
.plan_maki .plan_card__flow_ttl {
  background: #8CAA82;
}
.plan_maki .plan_card__steps::after {
  background: #8CAA82;
}
.plan_maki .plan_card__steps li {
  border-color: #8CAA82;
}
.plan_maki .plan_card__steps li.is-current {
  background: #8CAA82;
}
.plan_maki .plan_card__steps li.is-current-arrows::before {
  background: #8CAA82;
}
.plan_maki .icon-food * {
  fill: #8CAA82;
}
.plan_maki .other__block-ttl {
  color: #8CAA82;
}
.plan_maki .icon-encoffining,
.plan_maki .icon-hearse {
  color: #8CAA82;
}
.plan_maki .other__block {
  background: #f3f6f2;
}
.plan_maki .plan_card--other .plan_set_list li:last-child {
  grid-column: 1/-1;
}

.plan_set_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 min(6rem, 5vw);
  width: 800px;
  max-width: 90%;
  margin-inline: auto;
}
.plan_set_list li {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  display: inline-block;
  padding-block: 1.5rem;
  border-bottom: 1px solid #333;
}
.plan_set_list li._etc {
  border: none;
  text-align: right;
}
.plan_set_list li span {
  font-size: clamp(1.3rem, 1.231rem + 0.31vw, 1.6rem);
}
@media screen and (max-width: 960px) {
  .plan_set_list li {
    padding-block: 0 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .plan_set_list {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}

.plan_set_block {
  margin-block: 80px 100px;
}
@media screen and (max-width: 960px) {
  .plan_set_block {
    margin-block: 40px 60px;
  }
}

.plan_seika_block .grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .plan_seika_block .grid {
    grid-template-columns: 1fr;
  }
}
.plan_seika_block .r_box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_seika_block .r_box ._inner {
  display: inline-block;
}
.plan_seika_block .plan_seika-txt {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  line-height: 2;
  margin-block: 0 4rem;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .plan_seika_block .plan_seika-txt {
    text-align: center;
    margin: 2rem;
  }
}

.plan_card {
  margin-block: 80px 0;
  padding-block: 0 80px;
  background: white;
}
@media screen and (max-width: 960px) {
  .plan_card {
    padding-block: 0 50px;
  }
}
.plan_card ._inner {
  padding-inline: min(15rem, 4vw);
}
.plan_card .main-txt ._border-btm {
  border-bottom: 1px solid;
}

.plan_card__hero {
  width: 800px;
  max-width: 100%;
  margin-inline: auto;
  margin-block: 6rem 4rem;
}
.plan_card__hero .subat {
  margin-top: 1rem;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .plan_card__hero .subat {
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .plan_card__hero {
    margin-block: 4rem 3rem;
  }
}

.plan_card__recommend {
  border: 1px solid;
  padding-block: 4rem 3rem;
  padding-inline: 3rem;
  margin-block: 6rem 4rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .plan_card__recommend {
    padding-inline: 2rem;
    padding-block: 3.5rem 2rem;
  }
}

.plan_card__recommend_ttl {
  position: absolute;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(2rem, 1.815rem + 0.82vw, 2.8rem);
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: white;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .plan_card__recommend_ttl {
    top: -0.75em;
    width: 95%;
    line-height: 1.3;
    text-align: center;
  }
}

.plan_card__check {
  display: grid;
  justify-content: center;
}
.plan_card__check li {
  font-size: clamp(1.5rem, 1.385rem + 0.51vw, 2rem);
  line-height: 2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  .plan_card__check li {
    padding-inline: 1em 0;
    text-indent: -1em;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
}

.plan_card__metaWrap {
  text-align: center;
}

.plan_card__meta {
  display: inline-block;
  margin-block: 0 4rem;
}
@media screen and (max-width: 960px) {
  .plan_card__meta {
    display: block;
    margin-block: 0 2rem;
  }
}

.plan_card__meta_row {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .plan_card__meta_row {
    display: block;
    margin-bottom: 2.5rem;
  }
}

.plan_card__pill {
  font-size: 2rem;
  color: white;
  text-align: center;
  text-wrap: nowrap;
  padding: 1rem 5rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 960px) {
  .plan_card__pill {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}

.plan_card__val {
  font-size: 2.8rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
  display: flex;
  align-items: center;
}
.plan_card__val .plan_card__small {
  margin-inline: 0.5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .plan_card__val .plan_card__small {
    margin-inline: 0;
  }
}
@media screen and (max-width: 960px) {
  .plan_card__val {
    display: block;
    line-height: 1;
    margin-block: 0 2rem;
    text-align: center;
  }
}

.plan_card__sub {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.plan_card__flow {
  text-align: center;
}

.plan_card__flow_ttl {
  font-size: min(2rem, 3vw);
  letter-spacing: 0.15rem;
  font-weight: 400;
  color: white;
  text-align: center;
  padding: 0.5rem 1rem;
  letter-spacing: 0.05em;
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 960px) {
  .plan_card__flow_ttl {
    font-size: 2rem;
    padding: 1rem;
    margin-block: 4rem 2.5rem;
  }
}

.plan_card__stepsWrap {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .plan_card__stepsWrap {
    display: block;
  }
}

.plan_card__steps {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  gap: min(2rem, 2vw);
}
@media screen and (max-width: 960px) {
  .plan_card__steps {
    flex-direction: column;
    gap: 2.5rem;
    width: 60vw;
    margin-inline: auto;
  }
}
.plan_card__steps::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .plan_card__steps::after {
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100%;
  }
}

.plan_card__steps li {
  font-size: min(2rem, 2.2vw);
  letter-spacing: 0.5rem;
  width: 3.5em;
  height: 6em;
  border: 1px solid;
  border-radius: 3px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 960px) {
  .plan_card__steps li {
    font-size: 1.6rem;
    width: 100%;
    height: auto;
    padding: 1.5rem;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
  }
}

.plan_card__steps li.is-current {
  color: white;
}
.plan_card__steps li.is-current-arrows {
  position: relative;
}
.plan_card__steps li.is-current-arrows::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1.25rem;
  width: 1.25rem;
  height: 1.5155444566rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 960px) {
  .plan_card__steps li.is-current-arrows::before {
    left: 0;
    right: 0;
    top: -1.5rem;
    width: 1.5rem;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.plan_card--other {
  padding-block: 80px;
}
.plan_card--other .content-ttl {
  margin-block: 0 2rem;
}
.plan_card--other .plan_set_list {
  width: 900px;
}
@media screen and (max-width: 960px) {
  .plan_card--other {
    padding-block: 40px;
  }
}

.icon-bg {
  fill: white !important;
}

.other__block {
  width: 900px;
  max-width: 90%;
  margin-inline: auto;
  margin-block: 6rem 0;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
  padding: 4rem 6rem;
}
@media screen and (max-width: 960px) {
  .other__block {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    margin-block: 3rem 0;
  }
}

@media screen and (max-width: 960px) {
  .other__block-ico {
    text-align: center;
  }
  .other__block-ico svg {
    display: inline-block;
  }
}

.other__block-ttl {
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .other__block-ttl {
    text-align: center;
    margin-top: 1.5rem;
  }
}

.other__block-sub {
  line-height: 2;
}

.icon-encoffining .fill,
.icon-hearse .fill {
  fill: currentColor;
}
.icon-encoffining .stroke,
.icon-hearse .stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.about_greeting .main-txt {
  text-align: left;
}
.about_greeting .ceo-name {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.about_greeting .ceo-name span {
  margin-left: 1em;
  font-size: 3rem;
}

.greeting__list {
  margin-block: 120px;
}
@media screen and (max-width: 960px) {
  .greeting__list {
    margin-block: 80px;
  }
}
.greeting__list li img {
  max-width: 90%;
}
.greeting__list li:first-child {
  text-align: right;
  margin-block: 0 6rem;
}
@media screen and (max-width: 960px) {
  .greeting__list li:first-child {
    margin-block: 0 4rem;
  }
}
.greeting__list li:first-child img {
  display: inline-block;
}

.outline__list {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
}
@media screen and (max-width: 960px) {
  .outline__list {
    grid-template-columns: 0.5fr 1.5fr;
  }
}
.outline__list dt,
.outline__list dd {
  border-bottom: 1px solid #333;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .outline__list dt,
  .outline__list dd {
    padding: 3rem 2rem;
  }
}
@media screen and (max-width: 600px) {
  .outline__list dt,
  .outline__list dd {
    padding: 2rem 1rem;
  }
}

.outline__list-txt:not(:last-of-type) {
  line-height: 1.8;
  margin-bottom: 3rem;
}
@media screen and (max-width: 600px) {
  .outline__list-txt:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}

.about_history {
  text-align: center;
}
.about_history .sm-inner {
  background: white;
  padding-block: 8rem;
}
@media screen and (max-width: 960px) {
  .about_history .sm-inner {
    padding-block: 4rem;
  }
}

.history__listWrap {
  display: inline-block;
}

.history__list {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
}
.history__list dt,
.history__list dd {
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .history__list dt,
  .history__list dd {
    padding: 2rem;
  }
}
.history__list dt {
  color: #8CAA82;
  text-wrap: nowrap;
  position: relative;
  border-right: 1px solid #8CAA82;
  display: flex;
  align-items: center;
}
.history__list dt::before {
  content: "";
  background: #8CAA82;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}
.history__list dt:nth-of-type(even)::before {
  background: white;
  border: 1px solid #8CAA82;
}
.history__list dt:first-of-type::after {
  content: "";
  background: white;
  width: 1px;
  height: 4.5rem;
  position: absolute;
  right: -1px;
}
@media screen and (max-width: 960px) {
  .history__list dt:first-of-type::after {
    height: 2.5rem;
  }
}
.history__list dt:first-of-type::after {
  top: 0;
}
.history__list dd {
  text-align: left;
}

.history__img {
  margin: 80px auto 0;
  width: 550px;
  max-width: 80%;
}
@media screen and (max-width: 960px) {
  .history__img {
    margin-block: 40px 0;
  }
}

.about_connection .main-ttl {
  color: white;
  margin-bottom: 3rem;
}

.connection__listWrap {
  background: #8CAA82;
  text-align: center;
  padding-block: 8rem;
}
@media screen and (max-width: 960px) {
  .connection__listWrap {
    padding-block: 4rem;
  }
}

.connection__listInner {
  display: inline-block;
}

.connection__list {
  display: grid;
  grid-template-columns: 0.4fr 1.6fr;
  padding-inline: 2rem;
}
.connection__list dt,
.connection__list dd {
  padding: 2rem 1rem;
  color: white;
  text-align: left;
  border-bottom: 1px solid white;
}
.connection__list dt {
  text-wrap: nowrap;
  padding-inline: 1rem 3rem;
}
@media screen and (max-width: 960px) {
  .connection__list dt {
    padding-inline: 1rem;
  }
}

.seika_collage {
  margin-block: 120px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 4rem;
}
@media screen and (max-width: 960px) {
  .seika_collage {
    margin-block: 40px 0;
    gap: 1.5rem;
  }
}
.seika_collage ._01 {
  grid-column: 1;
  grid-row: 1;
}
.seika_collage ._02 {
  grid-column: 1;
  grid-row: 2;
}
.seika_collage ._03 {
  grid-column: 2;
  grid-row: 1/span 2;
}
.seika_collage img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.seika_service_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 960px) {
  .seika_service_list {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.seika_service_list .sub-txt {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 1.8;
  margin: 4rem 4rem 0;
}
@media screen and (max-width: 960px) {
  .seika_service_list .sub-txt {
    margin: 2rem;
  }
}

/** 供花のお申込み **/
.kyouka-app_top .sm-inner {
  padding-block: 0 100px;
  border-bottom: 1px solid #8CAA82;
}
@media screen and (max-width: 960px) {
  .kyouka-app_top .sm-inner {
    padding-block: 0 60px;
  }
}
.kyouka-app_top .line-ttl span {
  padding-inline: 2em;
  background: #F6F6F3;
}

.kyouka-app_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  margin-block: 0 4rem;
}
@media screen and (max-width: 960px) {
  .kyouka-app_list {
    gap: 2rem;
    width: 80%;
    margin: 0 auto 2rem;
  }
}
.kyouka-app_list li {
  color: white;
  text-align: center;
  display: inline-block;
  background: #8CAA82;
}

.kyouka-app_list__content {
  padding-block: 2rem;
}
@media screen and (max-width: 960px) {
  .kyouka-app_list__content {
    padding-block: 1.5rem;
  }
}

.kyouka-app_list__val {
  font-size: clamp(2.6rem, 2.508rem + 0.41vw, 3rem);
  font-weight: 500;
}

.kyouka-app_list__sub,
.kyouka-app_list__name {
  font-size: clamp(1.6rem, 1.462rem + 0.62vw, 2.2rem);
  font-weight: 400;
}

.kyouka-app_list__tax {
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  font-weight: 400;
  vertical-align: middle;
}

.kyouka-app_list__unit {
  color: #8CAA82;
  background: white;
  padding: 0 1rem;
  border-radius: 5px;
  font-size: clamp(1.6rem, 1.508rem + 0.41vw, 2rem);
  vertical-align: middle;
  display: inline-block;
  margin-block: 0 0.5rem;
  font-weight: 500;
}

.kyouka-app_info,
.contact {
  text-align: center;
}

.kyouka-app_line-ttl {
  color: #8CAA82;
  font-size: clamp(2.2rem, 1.923rem + 1.23vw, 3.4rem);
  font-weight: 600;
  margin-block: 2rem 4rem;
}
@media screen and (max-width: 960px) {
  .kyouka-app_line-ttl {
    margin-block: 2rem;
  }
}
.kyouka-app_line-ttl span {
  border-bottom: 1px solid #8CAA82;
}

.kyouka-app_info-txt {
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .kyouka-app_info-txt {
    text-align: left;
  }
}

.kyouka-app_info-block {
  margin: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 960px) {
  .kyouka-app_info-block {
    margin: 2rem 0;
    gap: 2rem;
  }
}

.kyouka-app_info-fax {
  color: #8CAA82;
  font-size: clamp(2.8rem, 2.523rem + 1.23vw, 4rem);
  font-weight: 600;
}
.kyouka-app_info-fax span {
  font-size: clamp(2rem, 1.815rem + 0.82vw, 2.8rem);
}

.boseki_list {
  padding-block: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem 6rem;
}
@media screen and (max-width: 960px) {
  .boseki_list {
    padding-block: 2rem;
    gap: 3rem 2rem;
  }
}
.boseki_list li {
  text-align: center;
}
.boseki_list li img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .boseki_list li img {
    width: 80px;
  }
}
.boseki_list .sub-txt {
  margin-block: 2rem 0;
}
@media screen and (max-width: 960px) {
  .boseki_list .sub-txt {
    margin-block: 1rem 0;
  }
}

.boseki_cleaning {
  padding-block: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 960px) {
  .boseki_cleaning {
    grid-template-columns: 1fr;
    padding-block: 1rem 4rem;
    gap: 4rem;
  }
}
.boseki_cleaning .item {
  position: relative;
}
.boseki_cleaning .item:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -4.5rem;
  margin: auto;
  background: #8CAA82;
  height: 30px;
  width: 25.9807621135px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 960px) {
  .boseki_cleaning .item:not(:last-child)::after {
    right: 0;
    left: 0;
    top: auto;
    bottom: -3rem;
    width: 20px;
    height: 17.3205080757px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.boseki_cleaning ._caption {
  position: absolute;
  left: 0;
  top: 0;
  background: #8CAA82;
  color: white;
  font-size: clamp(1.6rem, 1.369rem + 1.03vw, 2.6rem);
  font-weight: 600;
  padding: 0.5rem 1em;
}

.butsudan_list {
  display: grid;
  gap: 6rem;
  padding-inline: 8rem;
  padding-block: 8rem;
}
@media screen and (max-width: 1440px) {
  .butsudan_list {
    gap: 4rem;
    padding-inline: 4rem;
    padding-block: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .butsudan_list {
    gap: 3rem;
    padding-inline: 1rem;
    padding-block: 3rem;
  }
}
.butsudan_list .item {
  display: grid;
  grid-template-columns: 130px 1fr 380px;
  -moz-column-gap: 6rem;
       column-gap: 6rem;
  align-items: start;
}
@media screen and (max-width: 1440px) {
  .butsudan_list .item {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.butsudan_list .sub-ttl {
  margin-block: 1em 0;
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  .butsudan_list .sub-ttl {
    margin-block: 2rem 1.5rem;
  }
}
.butsudan_list .sub-txt {
  font-size: clamp(1.4rem, 1.262rem + 0.62vw, 2rem);
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  .butsudan_list .sub-txt {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .butsudan_list-ico {
    width: 100px;
  }
}/*# sourceMappingURL=sub.css.map */