/*form*/
.form {
  padding: 24px 16px 32px;
}

.form h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  color: initial;
}

.form-text {
  text-align: center;
  margin: 16px auto;
  padding: 0.6rem 1rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #005083;
  background: #e1ffd9;
  border: solid 0.2rem #7fb471;
  width: fit-content;
  text-align: center;
}

.zf-templateWidth {
  margin: 0 auto;
  width: 100%;
}

.zf-templateWrapper {
  border: none;
  box-shadow: unset;
}

.zf-subContWrap {
  margin: 0px;
}

.zf-tempFrmWrapper {
  margin: 16px 0 0;
  padding: 0;
  width: 100%;
}

.zf-tempFrmWrapper.zf-small.li-half.li-half-right {
  margin-top: 22px;
}

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
}

.zf-subContWrap.zf-topAlign ul {
  display: flex;
  flex-wrap: wrap;
}

.zf-important {
  display: none;
}

.required {
  margin-right: 8px;
  padding: 4px 4px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(200, 0, 54, 1);
  border-radius: 4px;
}

.any {
  margin-right: 8px;
  padding: 4px 4px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 1);
  background: rgba(128, 128, 128, 1);
  border-radius: 4px;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(156, 163, 175, 1);
}

input, input[type="text"], input[type="search"], isindex, textarea, button {
  outline: revert;
}

.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus {
  border: initial !important;
  -webkit-box-shadow: initial !important;
  -moz-box-shadow: initial !important;
  box-shadow: initial !important;
}

.form .zf-tempFrmWrapper .zf-tempContDiv input, .zf-form-sBox {
  padding: 15px 16px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  border-color: rgba(213, 213, 213, 1);
  border-radius: 4px;
}

.zf-namemedium .zf-nameWrapper {
  width: 100%;
}

.zf-name .zf-tempContDiv span {
  margin-bottom: 0px;
}

.zf-phwrapper span {
  margin-bottom: 0px;
  float: none;
}

.zf-small .zf-phwrapper {
  width: 100%;
}

.zf-small .zf-tempContDiv .zf-form-sBox {
  width: 100%;
}

.li-half {
  width: 49%;
}

.li-half-right {
  margin-left: 2%;
}

.zf-radio.zf-tempFrmWrapper.zf-oneColumns .zf-tempContDiv .zf-overflow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zf-oneColumns .zf-tempContDiv span {
  margin: 0;
  width: calc(50% - 5px);
}

.zf-oneColumns .zf-tempContDiv span label {
  position: relative;
  margin: 0;
  padding: 14px 16px;
  font-size: 10px;
  color: rgba(0, 0, 0, 1);
  line-height: 20px;
  border: 1px solid rgba(213, 213, 213, 1);
  border-radius: 4px;
  cursor: pointer;
}

.zf-oneColumns .zf-tempContDiv span label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  background: url(../img/check-white.svg) no-repeat rgba(216, 216, 216, 1) center / 8px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.form .zf-tempFrmWrapper .zf-tempContDiv input:checked + label {
  background-color: rgba(233, 237, 251, 1);
  border-color: rgba(14, 42, 143, 1);
}

.form .zf-tempFrmWrapper .zf-tempContDiv input:checked + label::after {
  background-color: rgba(14, 42, 143, 1);
}

.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
  display: none;
}

.zf-clearBoth {
  display: none;
}

.zf-small .zf-tempContDiv textarea {
  padding: 16px;
  width: 100%;
  height: 174px;
  resize: vertical;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}

.zf-fmFooter {
  position: relative;
  margin-top: 24px;
  padding: 0px;
}

.zf-fmFooter .zf-submitColor {
  position: relative;
  width: 100%;
  height: 72px;
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  color: rgba(255, 255, 255, 1);
  background: #005083;
  border: none;
  cursor: pointer;
}

.zf-fmFooter .zf-submitColor span {
  position: relative;
  z-index: 1;
}

/* TOP愛知県の式場ご案内可能エリア */
.p-area {
  padding: 2.4rem 1.6rem 1.6rem;
}
.p-area .area_map {
  width: 100%;
  margin-bottom: 1.6rem;
}
.p-area .area_ttl {
  display: grid;
  place-content: center;
  width: 100%;
  background-color: #015083;
  border-radius: 2.5rem;
  padding: 0.5rem 0;
  margin-bottom: 1.6rem;
}
.p-area .area_ttl span {
  color: #FFF600;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.p-area .area_table {
  margin-bottom: 0.8rem;
}
.p-area .area_table.other_than {
  margin-bottom: 0;
}
.p-area .area_table h4 {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #015083;
  padding: 0.4rem 0.8rem;
}
.p-area .area_table.other_than h4 {
  color: #545458;
  background-color: #D2DDE5;
}
.p-area .area_table .area_list {
  display: grid;
  grid-template-columns: repeat(3,8.4rem);
  gap: 1.2rem 2.5rem;
  color: #545458;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  border: 0.1rem solid #D9D9D9;
  padding: 1.6rem;
}
.p-area .area_table .area_list a {
  color: #0F4F99;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-area {
    padding: 4rem 16rem 1.6rem;
  }
}

/* エリアコンテンツページ */
.return_top {
  display: flex;
  align-items: center;
  color: #545458;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  background-color: #F0F0F0;
  padding: 0.4rem 1.6rem;
}
.return_top img {
  width: 2.4rem;
  height: 2.4rem;
}
.area_contents {
  padding: 2.4rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .area_contents {
    padding: 4rem 16rem;
  }  
}
.area_contents h2 {
  color: #015083;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
}
.area_contents h2 span {
  font-size: 2.4rem;
}

.area_item {
  margin-bottom: 2.4rem;
}
.area_item:last-of-type {
  margin-bottom: 0;
}
.area_item-ttl {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  background-color: #015083;
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.8rem;
}
.area_item-inner {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}
.area_item-map {
  max-width: 14rem;
  min-width: 14rem;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.area_item-map iframe {
  width: 140%;
  height: 140%;
  transform: scale(calc(1 / 1.4));
  transform-origin: top left;
}
@media screen and (min-width: 768px) {
  .area_item-map  {
    max-width: 17rem;
    min-width: 17rem;
  }
}
.area_item-txt {
  width: 100%;
}
.area_item-address,.area_item-access {
  display: flex;
  gap: 0.4rem;
  color: #222222;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 0.4rem;
}
.area_item-access {
  margin-bottom: 0.6rem;
}
.area_item-address img,.area_item-access img {
  width: 1.8rem;
  height: 1.8rem;
}
.area_item-list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 0.2rem;
}
.area_item-plan {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 0.2rem;
  padding: 0.1rem 0;
}
.plan-simple {
  color: #BD6358;
  background-color: #EFE1E0;
}
.plan-ichinichi {
  color: #B69747;
  background-color: #EFEBDF;
}
.plan-hutsuka {
  color: #8CB648;
  background-color: #EFECDF;
}
.plan-jitaku {
  color: #64B863;
  background-color: #E1EFE0;
}
.plan-ippan {
  color: #47B6A6;
  background-color: #DFEFEF;
}
.area_item-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  background-image: url(../assets/img/area_item-tel-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.6rem 1.2rem 1rem;
  margin: 0 auto;
}
.area_item-tel-icon {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 0.8rem;
}
.area_item-tel span {
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  filter: drop-shadow(0 0.2rem 0 #A34D00);
  margin-right: 0.8rem;
}
.area_item-tel div {
  display: grid;
  place-content: center;
  width: 5.2rem;
  height: 2.8rem;
  color: #ED7001;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  background-color: #FFF600;
  border-radius: 0.318rem;
  margin-right: 1.6rem;
}
.area_item-tel-arrow {
  width: 1.6rem;
  height: 1.6rem;
}

/* スムーススクロール解除 */
html {
  scroll-behavior: auto;
  scroll-padding-top: auto;
}

/* TOP4つのご提案_new */
.p-prop-new__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-prop-new__list {
    align-items: center;
    gap: 3.2rem 2.4rem;
  }
}

.p-prop-new__item {
  border: solid 0.2rem #005083;
  border-radius: calc(var(--rem) * 0.4);
  padding: calc(var(--rem) * 1) calc(var(--rem) * 0.8) calc(var(--rem) * 0.8);
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-prop-new__item {
    width: 70%;
    padding: 2rem 1rem;
  }
}

.p-prop-new__num {
  position: absolute;
  left: calc(var(--rem) * -1);
  top: calc(var(--rem) * -1);
  border-radius: 100%;
  width: calc(var(--rem) * 6.2);
  height: calc(var(--rem) * 6.2);
  background: #005083;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: calc(var(--rem) * 1.4);
}

.p-prop-new__num span {
  font-size: calc(var(--rem) * 2.8);
}

.p-prop-new__img {
  display: block;
  margin: calc(var(--rem) * 1.6) 0 calc(var(--rem) * 0.8);
}

@media screen and (min-width: 768px) {
  .p-prop-new__img {
    margin: 2rem 0 1.6rem;
  }
}

.p-prop-new__catch {
  font-size: calc(var(--rem) * 2.4);
  font-weight: 800;
  padding-left: calc(var(--rem) * 5);
  line-height: 1.25;
}

.p-prop-new__catch small {
  font-size: calc(var(--rem) * 2.2);
}

.p-prop-new__catch .green {
  font-size: calc(var(--rem) * 2.5);
  color: #005083;
}

.p-prop-new__desc {
  font-size: calc(var(--rem) * 1.4);
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-prop-new__desc {
    line-height: 1.8;
  }
}

/* 近くの葬儀場をご提案 */
.p-prop-new__item .area_map {
  width: 100%;
  margin-top: calc(var(--rem) * 1.6);
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .p-prop-new__item .area_map {
    margin-top: 2rem;
  }  
}
.p-prop-new__item .area_table {
  margin-bottom: 0.8rem;
}
.p-prop-new__item .area_table.other_than {
  margin-bottom: 0;
}
.p-prop-new__item .area_table h4 {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #015083;
  padding: 0.4rem 0.8rem;
}
.p-prop-new__item .area_table.other_than h4 {
  color: #545458;
  background-color: #D2DDE5;
}
.p-prop-new__item .area_table .area_list {
  display: grid;
  grid-template-columns: repeat(3,8.4rem);
  gap: 1.2rem 2.5rem;
  color: #545458;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  border: 0.1rem solid #D9D9D9;
  padding: 1.6rem;
}
.p-prop-new__item .area_table .area_list a {
  color: #0F4F99;
  text-decoration: underline;
}

.area_item-map {
  position:relative
}

.area_item-map iframe {
  position:relative
}

.area_item-map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;"
}