@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");

:root {
  --base-font-size: 17px;
  --vk-size-text: 17px;
  --font-sans: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

@media (min-width: 992px) {
  :root {
    --base-font-size: var(--base-font-size);
  }
}

@media (max-width: 991px) {
  :root {
    font-size: clamp(0.941rem, 0.8339rem + 0.2682vw, 1rem);
  }
}

/*==================================================    
  全体共通
===================================================*/
body,
html,
--font-mincho {
  font-family: "Shippori Mincho", "Yu Mincho Medium", "游明朝 Medium", YuMincho,
    serif;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.017em;
  line-height: 1.6em;
  color: var(--vk-color-text-body);
}

a:hover {
  color: #a63f04;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
}

.font-gothic {
  font-family: var(--font-sans);
}

.excerpt-lead{
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 991px) {
  .ttl_both-sides_01:before,
  .ttl_both-sides_01:after {
    width: unset;
  }
  .ttl_both-sides_01:before {
    padding-left: 15%;
  }
  .ttl_both-sides_01:after {
    padding-right: 15%;
  }
}

@media (max-width: 639px) {
  .top-section-title:before,
  .top-section-title:after,
  .ttl_both-sides_01:before,
  .ttl_both-sides_01:after {
    background-clip: inherit !important;
    max-width: 5rem;
  }
  .ttl_both-sides_01 {
    text-indent: 0.05em;
    padding:0;
  }
  .ttl_both-sides_01:before {
    margin-right: 0.5em;
  }
  .ttl_both-sides_01:after {
    margin-left: 0.5em;
  }
  .top-section-title span,
  .ttl_both-sides_01 span:not(.smaller-txt) {
    flex-shrink: 0;
  }

   .ttl_both-sides_01 span.smaller-txt{
    font-size: 0.875em;
   }
  h2 {
    font-size: 1.5rem;
  }
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:hover:not(.has-background) {
  background-color: rgba(67, 61, 60, 0.85);
}

#go-top {
  position: fixed;
  right: 0;
  bottom: 60px;
  width: 50px;
  height: 50px;
  background-color: var(--vk-color-primary);
  border-radius: 5px;
  opacity: 60%;
}

#go-top:hover {
  opacity: 1;
}

#go-top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/image/go-top.svg") no-repeat center center / 70%;
}

/*------  スライダー内　ボタン調整  ------*/
@media (min-width: 1200px) {
  .site-body {
    padding: 0 0 4rem;
  }
}

/*==================================================
  見出し
===================================================*/
/*---  両サイドに線  ---*/
.home h2.top-section-title {
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5em;
}

.home h2.top-section-title:before,
.home h2.top-section-title:after {
  position: relative;
  top: calc(50% - 1px);
  height: 2px;
  content: "";
  background: var(--vk-color-primary);
  width: 5em;
  display: inline-block;
  flex-grow: 1;
  background-clip: content-box;
}

.home h2.top-section-title:before {
  margin-right: 1em;
  padding-left: 25%;
}

.home h2.top-section-title:after {
  margin-left: 1em;
  padding-right: 25%;
}

@media (max-width: 639px) {
  .home h2.top-section-title {
    padding: 0 35px;
  }

  .home h2.top-section-title:before {
    left: 0;
    width: 100%;
  }
}

/*==================================================    
 　ヘッダ
===================================================*/
.site-header-container {
  padding: 30px 40px 10px;
  display: grid;
  grid-template-columns: 35% 1fr auto;
  grid-template-rows: 120px 1fr;
  gap: 2rem 0;
}

.site-header-sub > * {
  width: 100%;
}

.site-header-sub aside:first-of-type {
  margin-bottom: 5px;
}

.site-header-sub aside .wp-block-group__inner-container {
  justify-content: space-between;
}

.site-header-sub aside .wp-block-group__inner-container p {
  font-weight: 500;
  padding-left: 3px;
  padding-right: 3px;
}

.site-header-sub aside .wp-block-group__inner-container p strong {
  font-weight: 800;
}

.site-header-sub aside:first-of-type .wp-block-group__inner-container p {
  line-height: 1.3em;
}

.site-header-sub aside:last-of-type .wp-block-group__inner-container p {
  line-height: 1.5;
  padding-top: 5px;
}

.site-header-sub aside .wp-block-group__inner-container p:first-of-type {
  min-width: 12.5em;
  flex-basis: max-content;
  margin-right: 0.5em;
}

.site-header-sub
  aside:last-of-type
  .wp-block-group__inner-container
  p:first-child {
}

.site-header-sub aside .wp-block-group__inner-container p.phone {
  padding: 0 1rem;
  margin-right: 0;
}

.site-header-sub aside .wp-block-group__inner-container p.phone a {
  font-size: 1.412rem;
  margin-right: 0;
  padding-left: 0;
  font-family: var(--font-mincho);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-sub aside .wp-block-group__inner-container p.phone:hover {
  color: #a63f04;
}

.site-header-sub aside .phone a::before {
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  content: "\f095";
  font-size: 0.875em;
  transform: rotate(12deg) translateY(2px);
  color: var(--vk-color-primary);
  background: none;
  width: auto;
  height: auto;
  position: static;
  margin-right: 0.25em;
}

.reserve .wp-block-button a,
.contact .wp-block-button a {
  letter-spacing: 0.2em;
  font-size: 1.058825rem;
}

.site-header-sub aside:last-of-type .wp-block-group__inner-container p strong,
.site-header-sub aside:first-of-type .wp-block-group__inner-container p span {
  display: inline-block;
  width: calc(0.017rem * 7 + 5em);
  text-align: justify;
  text-align-last: justify;
}

.site-header-sub aside .wp-block-group__inner-container *:last-child {
  flex-basis: auto;
}

.header_scrolled .site-header-container {
  display: flex;
}

.site-header-sub aside .contact .wp-block-button {
  height: 3em !important;
}

.site-header-sub aside .contact .wp-block-button a {
  min-width: 215px;
}

@media (min-width: 992px) {
  .site-header--layout--sub-active .site-header-logo {
    margin: 0;
    padding: 0;
  }

  .site-header-sub {
    display: flex;
    flex-direction: column;
    grid-column: 3 / 4;
    align-items: flex-end;
  }

  .site-header-logo img {
    max-height: 106px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .site-header-sub aside .wp-block-group__inner-container {
    display: flex;
  }

  .site-header--layout--sub-active .site-header-logo {
    max-width: unset;
  }

  .reserve .wp-block-button,
  .contact .wp-block-button {
    width: 100% !important;
  }
}

@media (max-width: 1199px) {
  .site-header-container {
    padding: 10px 25px;
  }
}

@media (min-width: 992px) {
  .header_scrolled.admin-bar .site-header {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .site-header-container {
    padding: 10px 10px 10px 45px;
    max-width: unset;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 120px;
    gap: 2rem 0;
  }

  .site-header--layout--sub-active .site-header-logo {
    margin: 0;
    padding: 0;
  }

  .site-header-sub {
    display: flex;
    flex-direction: column;
    grid-column: 3 / 4;
    align-items: flex-end;
  }

  .site-header-logo img {
    max-height: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .site-header-sub aside .wp-block-group__inner-container p:first-of-type {
    font-size: 1rem;
  }
}

@media (min-width: 782px) {
  .site-header-sub aside .wp-block-group__inner-container {
    justify-content: flex-end;
  }
  .site-header-sub aside .wp-block-group__inner-container p.phone a {
    justify-content: flex-end;
  }
}

@media (max-width: 781px) {
  .site-header-container {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-rows: auto;
  }

  .site-header--layout--sub-active .site-header-logo {
    padding: 24px 8px;
  }

  .site-header-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  .site-header-sub {
    grid-column: auto;
    align-items: center;
    margin: 0;
    padding: 10px 8px 12px;
    background-color: var(--vk-color-custom-1);
  }

  .site-header-sub > aside {
    width: fit-content;
    min-width: 60%;
  }

  .site-header-sub .header-shop-info .wp-block-group__inner-container,
  .site-header-sub aside .header-buttons .wp-block-group__inner-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    padding: 0;
  }

  .site-header-sub aside .phone a::before {
    position: relative;
    top: 2px;
    left: 0;
  }
  .site-header-sub aside:last-of-type .wp-block-group__inner-container p:first-child {
    padding-top: 3px;
  }

  .site-header-sub .header-buttons {
    width: 100%;
  }

  .site-header-sub aside:last-of-type .wp-block-group__inner-container p {
    padding-top: 0;
    width: 100%;
  }

  .site-header-sub aside .contact {
    width: unset;
  }

  .site-header-sub aside .contact .wp-block-button {
    height: auto !important;
  }

  .site-header-sub aside .wp-block-group__inner-container > *:last-child {
    justify-content: flex-end;
  }

  .site-header-sub aside .contact .wp-block-button a {
    height: 3rem;
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .site-header-sub aside:first-of-type {
    margin-bottom: 3px;
  }

  .site-header-sub aside .wp-block-group__inner-container p:first-of-type {
    width: fit-content;
    margin-right: 0;
    min-width: fit-content;
    font-size: 0.9rem;
  }

  .site-header-sub .header-shop-info .wp-block-group__inner-container p:last-child {
    margin: 0 auto .5rem;
    display: inline-block;
    width: fit-content;
    text-align: center;
  }

  .site-header-sub aside .wp-block-group__inner-container p.phone a {
    padding: .5rem 0;
    font-size: 1.25rem;
    gap: 0.25rem;
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .site-header-logo img {
    max-height: unset;
    width: 65%;
  }
  .site-header--layout--sub-active .site-header-logo {
    padding: 10px 8px 25px;
  }

  .site-header-sub {
    flex-wrap: nowrap;
  }
  .site-header-sub > aside {
    width: 100%;
  }
  .site-header-sub aside .contact {
    width: 50%;
  }
  .site-header-sub aside .contact .wp-block-button {
    width: 95%;
  }
  .site-header-sub aside .contact .wp-block-button a,
  .site-header-sub aside .wp-block-group__inner-container p.phone a {
    width: 100%;
    min-width: unset;
  }
  .site-header-sub .header-shop-info .wp-block-group__inner-container p:last-child {
    width: 50%;
    min-width: unset;
    margin: 0;
  }

  .site-header-sub .header-shop-info .wp-block-group__inner-container,
  .site-header-sub aside .header-buttons .wp-block-group__inner-container {
    gap: 0.5rem;
    justify-content: center;
  }
}

/*==================================================    
 　グローバルナビ
===================================================*/
#global-nav {
  order: 3;
  grid-column: 1 / 4;
  grid-row: 2 / 3;
  justify-self: center;
}

#global-nav ul {
  justify-content: space-between;
  gap: 1em;
  padding: 0;
}

#global-nav .global-nav-list > li .global-nav-name {
  font-size: clamp(1rem, 0.4464rem + 0.8929vw, 1.25rem);
  font-weight: 500;
}

@media (max-width: 1199px) {
  #global-nav ul {
    justify-content: space-around;
  }
}

@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 0.875em 0 1em;
  }

  .global-nav--layout--float-right {
    width: 100%;
    max-width: 1440px;
  }
}

/*==================================================
 　フッタ
===================================================*/
.site-footer .row {
  justify-content: flex-start;
}

.col-lg-4:nth-of-type(2) {
  max-width: fit-content;
}

.site-footer .address {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.3em;
}

.site-footer .col-lg-4:nth-of-type(1) p.address strong {
  letter-spacing: 0.017em;
}

.site-footer aside p {
  line-height: 1.5em;
}

.site-footer .col-lg-4:nth-of-type(1) figure.f_logo {
  margin-bottom: 1rem;
}

.col-lg-4:nth-of-type(2) aside .wp-block-group__inner-container p strong {
  font-weight: 800;
}

.col-lg-4:nth-of-type(2) #block-44 {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  max-width: fit-content;
}

.site-footer aside p.phone a {
  font-size: 1.412rem;
  font-family: var(--font-mincho);
  display: flex;
  align-items: center;
  padding-left: 0 !important;
}

.site-footer .col-lg-4:nth-of-type(2) aside .phone a:hover,
.site-footer .col-lg-4:nth-of-type(2) aside .phone a:hover::before {
  color: #a63f04;
}

.site-footer .col-lg-4:nth-of-type(2) aside .phone a::before {
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  content: "\f095";
  font-size: 0.875em;
  transform: rotate(12deg) translateY(2px);
  color: var(--vk-color-primary);
  background: none;
  width: auto;
  height: auto;
  position: static;
  margin-right: 0.25em;
}

.col-lg-4:nth-of-type(2) aside#block-43 p strong {
  display: inline-block;
  width: calc(0.017em * 7 + 6em);
  text-align: justify;
  text-align-last: justify;
}

.site-footer aside .contact .wp-block-button {
  height: 3rem !important;
}

.site-footer .col-lg-4:nth-of-type(2) .wp-block-buttons .wp-block-button a {
  display: inline-block;
}
.site-footer .widget_nav_menu ul li a {
  border-bottom: none;
}

@media screen and (min-width: 1200px) {
  .site-footer .row {
    gap: 3rem;
  }

  .col-lg-4:last-of-type {
    flex-grow: 1;
    width: max-content;
    max-width: unset;
    display: flex;
    justify-content: flex-end;
  }

  .col-lg-4:last-of-type aside {
    width: fit-content;
  }

  .site-footer .widget_nav_menu > div > ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    width: fit-content;
    margin-right: 15px;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul {
    margin-left: 2em;
  }
}

@media screen and (max-width: 1199px) {
  .container.site-footer-content {
    max-width: 100%;
  }

  .site-footer .row {
    gap: 1.5rem;
  }

  .col-lg-4:last-of-type {
    flex-grow: 1;
    width: max-content;
    max-width: fit-content;
  }

  .col-lg-4:last-of-type aside {
    width: 100%;
  }

  .site-footer .widget_nav_menu > div > ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.5rem;
    margin-right: 0;
    max-width: max-content;
    margin-top: -0.75rem;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > a {
    padding-left: 0;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul {
    border-left: 1px solid #d1d1d1;
    margin-left: 1em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .site-footer aside .contact .wp-block-button {
    width: 100% !important;
  }
}

@media (min-width: 992px) {
  /*
  .site-footer .widget_nav_menu > div > ul {
    display: grid;
    grid-auto-flow: column;
  }
  
   */

  .site-footer .widget_nav_menu ul li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 991px) {
  .col-lg-4:nth-of-type(2)
    aside
    .wp-block-group__inner-container
    p:first-of-type {
    font-size: 1rem;
  }

  .site-footer .widget_nav_menu > div > ul {
    display: grid;
    grid-auto-flow: column;
    margin-top: -0.5em;
    grid-template-columns: auto auto;
    column-gap: 1rem;
  }

  .site-footer .widget_nav_menu > div > ul > li > a {
    padding-top: 0.333em;
    padding-bottom: 0;
  }

  .site-footer .widget_nav_menu > div > ul ul li a {
    padding-top: 0.333em;
    padding-bottom: 0;
  }

  .site-footer .widget_nav_menu > div > ul ul {
    margin-bottom: 0.25em;
  }

  .site-footer .widget:last-child {
    margin-bottom: 0;
  }

  .site-footer .site-footer-content {
    margin-bottom: 40px;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul {
    margin-left: 0;
  }
}

@media (min-width: 782px) {
  .site-footer .col-md-6 {
    flex: 1 1 0;
  }
}

@media (max-width: 781px) {
  .site-footer {
    padding-top: 0;
  }
  .col-md-6 {
    flex: 50% 50% 100%;
  }

  .col-lg-4:nth-of-type(2) > aside {
    width: fit-content;
    min-width: 60%;
  }

  .col-lg-4:nth-of-type(2)
    aside:last-of-type
    .wp-block-group__inner-container
    p:first-child {
    padding-top: 3px;
    border-top: 1px solid var(--vk-color-primary-vivid);
  }

  .col-lg-4:nth-of-type(2)
    aside:last-of-type
    .wp-block-group__inner-container
    p {
    padding-top: 0;
    width: 100%;
  }

  .col-lg-4:nth-of-type(2) aside .contact {
    width: unset;
  }

  .col-lg-4:nth-of-type(2) aside .contact .wp-block-button {
    height: auto !important;
  }

  .col-lg-4:nth-of-type(2)
    aside
    .wp-block-group__inner-container
    > *:last-child {
    justify-content: flex-end;
  }

  .col-lg-4:nth-of-type(2) aside .contact .wp-block-button a {
    height: 3rem;
    width: 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    min-width: 250px;
  }

  .col-lg-4:nth-of-type(2) aside:first-of-type {
    margin-bottom: 3px;
  }

  .col-lg-4:nth-of-type(2)
    aside
    .wp-block-group__inner-container
    p:first-of-type {
    width: fit-content;
    margin-right: 0;
    min-width: fit-content;
    font-size: 0.9rem;
  }

  .col-lg-4:nth-of-type(2) aside .wp-block-group__inner-container p.phone a {
    font-size: 1.25rem;
    gap: 0.25rem;
    justify-content: center;
    min-width: 250px;
  }

  .col-lg-4:nth-of-type(1) {
    order: 2;
    width: 50%;
  }

  .col-lg-4:nth-of-type(2) {
    order: 3;
    width: 50%;
  }

  .col-lg-4:nth-of-type(3) {
    order: 1;
    width: 100%;
    min-width: 100%;
  }

  .site-footer .col-lg-4:nth-of-type(3) .widget_nav_menu > div > ul {
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
  }
}

@media (min-width: 640px) and (max-width: 781px) {
  .col-lg-4:nth-of-type(2) aside .wp-block-group__inner-container p.phone a {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  .site-footer .col-lg-4.col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .site-footer .row {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .site-footer .widget_nav_menu > div > ul {
    margin-top: -0.75rem;
  }

  .site-footer .widget_nav_menu > div > ul > :first-child {
    grid-row: span 6;
  }

  .site-footer .widget_nav_menu ul li a {
    font-size: 1rem;
    border-bottom: none;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul {
    border-left: 1px solid #d1d1d1;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul a {
    padding-left: 1em;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > ul a {
    font-weight: 500;
  }

  .site-footer .widget_nav_menu > div > ul.menu > li > a {
    font-weight: 600;
  }
}
@media (max-width: 639px) {
  .site-footer .row {
    display: flex;
  }
  .site-footer .widget_nav_menu > div > ul {
    display: block;
  }
  .col-lg-4:nth-of-type(1),
  .col-lg-4:nth-of-type(2) {
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
  }
  .col-lg-4:nth-of-type(1) {
    margin-top: 3rem;
  }
  .site-footer .widget:last-child {
    width: 100%;
    text-align: center;
  }
  .site-footer .col-lg-4:nth-of-type(2) aside .phone a::before {
    top: -4px !important;
    left: 0 !important;
    position: relative;
  }
}

/*==================================================    
  コンテンツ
===================================================*/
.entry-body > .alignfull {
  padding-left: 5%;
  padding-right: 5%;
}

article:not(.post) .entry-body > * {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: clamp(3.5rem, -2.56rem + 8.4vw, 7rem);
  padding-bottom: clamp(1.5rem, -2.56rem + 8.4vw, 7rem);
}
.contents-cover_01 .contents-layout_01,
.contents-cover_01 .wp-block-cover__inner-container > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.home .entry-body > .alignfull.introduction {
  padding-top: clamp(3.125rem, -0.3652rem + 8.7391vw, 7.5rem);
  padding-bottom: clamp(3.125rem, 0.632rem + 6.2422vw, 6.25rem);
}
@media (max-width: 639px) {
  .entry-body > * .contents-pattern_01 {
    margin-bottom: 2rem;
  }
}

/*==================================================    
  トップページ
===================================================*/

/*------  メインビジュアル  ------*/
.ltg-slide-text-set .mini-content-container-1 {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: none;
}

.home .ltg-slide picture img {
  aspect-ratio: 2 / 1;
  object-fit: cover;
  object-position: 0% 0%;
}

.swiper-backface-hidden .swiper-slide.item-1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(67, 61, 60, 0) 60%,
    rgba(0, 0, 0, 1) 90%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
}

.ltg-slide-text-title {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(1.5rem, 0.0795rem + 6.0606vw, 2.25rem);
}

.ltg-slide-text-set .mini-content-container-1 {
  padding: clamp(1.5rem, 0.3rem + 3vw, 3rem);
}

/* 隙間調整 */
.home .site-body {
  transform: translateY(-1px);
}

@media (min-width: 1200px) {
  .ltg-slide-text-set {
    left: unset;
    right: 0;
    width: initial;
    transform: unset;
    top: 0;
  }
}

@media (max-width: 991px) {
  .ltg-slide-text-set {
    left: unset;
    right: 0;
    width: initial;
    transform: unset;
    top: 0;
    max-height: 100%;
  }

  .home .ltg-slide picture img {
    aspect-ratio: 3 / 2;
    object-position: 50% 50%;
  }

  .ltg-slide-text-set .mini-content > div.container {
    padding: clamp(1rem, 0.7147rem + 1.2678vw, 1.5rem);
  }

  .ltg-slide-text-title {
    font-size: clamp(1.2rem, 0.4583rem + 3.2964vw, 2.5rem);
  }

#visiting-time .contents-pattern_01 .wp-block-columns{
  gap: 1.5rem;
}
.home .contents-layout_01 > div > :not(h2){
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
}
@media screen and (max-width: 781px) {
  .btn_layout_01{
    justify-content: center;
  }
}
@media (min-width: 640px) {

  .home #ceremony .teatment-content .wp-block-column.wp-block-column{
    display: flex;
    flex-direction: column;
    gap:1rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .home #ceremony .wp-block-column .section-text{
    flex-grow: 1;
    padding-left: 9px;
    padding-right: 9px;
  }
  .home #ceremony .wp-block-column .btn_layout_02{
    justify-self: flex-end;
    align-items: flex-end;
    flex-grow: 1;
  }
}
@media (max-width: 639px) {
  .home .ltg-slide picture img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 50% 0%;
  }
  .swiper-backface-hidden .swiper-slide.item-1::before {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(67, 61, 60, 0) 65%,
      rgba(0, 0, 0, 0.4) 80%,
      rgba(0, 0, 0, 1) 90%
    );
  }

}

/*------  富光寺について  ------*/
.home .entry-body > .alignfull.introduction {
  padding-left: 10%;
  padding-right: 10%;
}

.home .entry-body > .alignfull.introduction div[class*="__inner-container"] {
  max-width: 1140px;
}

.introduction p {
  font-size: clamp(1rem, 0.8864rem + 0.4848vw, 1.25rem);
}

.introduction .is-style-outline a {
  border-width: 1px;
  border-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
  padding: 1rem 1rem 1rem 1.5rem;
  font-weight: 600;
  margin-top: 1.5rem;
}

.introduction .wp-block-button .wp-block-button__link:hover,
.introduction
  .wp-block-button
  .wp-block-button__link:hover:not(.has-background)
  a:hover {
  border: 1px solid var(--vk-color-text-body);
  color: var(--vk-color-text-body) !important;
  background-color: rgba(255, 255, 255, 0.8);
}

.introduction .is-style-outline a::after {
  font-family: "FontAwesome", sans-serif;
  content: "\f054";
}

@media (min-width: 640px) {
  .site-body {
    padding-top: 0;
  }
}

@media (max-width: 639px) {
  .site-body {
    padding-top: 0;
  }

  .home .entry-body > .alignfull.introduction {
    padding-top: 3rem;
  }
  .home .entry-body > .alignfull.introduction {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

/*------  おしらせ  ------*/
.topics .contents-pattern_01 {
  gap: 3em;
}
.topics-content li time {
  margin-right: 2rem;
  font-weight: 600;
  flex-shrink: 0;
}
.topics-content li {
  align-items: center;
}
@media (max-width: 991px) {
  .topics-content li a{
    width: unset;
    flex-grow: 1;
  }
  .topics-content li time {
    width: 90px;
  }
}
/* ご供養・ご祈祷 */
.teatment-content {
  justify-content: center;
  gap: 2em !important;
}

.teatment-content .wp-block-column {
  background: rgba(255, 255, 255, 0);
}

.teatment-content .wp-block-column:last-child {
  margin-bottom: 0;
}

@media (max-width: 639px) {
    .teatment-content .wp-block-column p {
        padding: 0;
    }
}

/* 年間行事 */
#annual-events h2 {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.6);
}

#annual-events h2::after,
#annual-events h2::before {
  filter: drop-shadow(0px 0px 7px rgba(255, 255, 255, 0.6));
}

#annual-events table {
  border-color: var(--vk-color-primary);
  backdrop-filter: blur(10px);
}

#annual-events table th {
  width: 6rem;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: var(--vk-color-primary);
  color: var(--vk-color-text-body);
  padding: 0.75rem 1.5rem;
  text-align: center;
}

#annual-events table td:first-of-type {
  font-size: 1.125rem;
  letter-spacing: 0.17em;
  font-weight: 600;
  background: rgba(67, 61, 60, 0.9);
  color: #fff;
  border-color: var(--vk-color-primary) var(--vk-color-primary) #88827e
    var(--vk-color-primary);
  min-width: 200px;
  width: 25%;
  box-sizing: border-box;
  padding: 1em 1em;
  text-align: center;
}

#annual-events table td:last-of-type {
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: var(--vk-color-primary);
  color: var(--vk-color-text-body);
  padding: 0.75rem 1.5rem;
}

#annual-events table td strong {
  display: inline-block;
  width: 100%;
  font-size: 1.059rem;
  font-weight: 700;
}

#annual-events table td:last-of-type a {
  display: inline-block;
  background-color: #a63f04;
  border-radius: 5px;
  padding: 0.25em 0.75em;
  color: #fff;
  margin-top: 0.5rem;
}

#annual-events table td:last-of-type a strong {
  font-size: 0.875rem;
}

#annual-events table td:last-of-type a:hover {
  opacity: 0.8;
}

#annual-events table small {
  font-size: 14px;
  letter-spacing: 0;
}

/*--- SP ---*/
@media screen and (max-width: 639px) {
  #annual-events table {
    border: none;
  }

  #annual-events table tr {
    display: flex;
    flex-direction: column;
  }

  #annual-events table td,
  #annual-events table th {
    display: block;
    width: 100%;
  }

  #annual-events table th {
    width: 100%;
    font-size: 1.125em;
    background: rgba(67, 61, 60, 0.9);
    color: #fff;
  }

  #annual-events table td:last-child {
    width: 100%;
    padding: 0.75em 1.5em;
    border-top: none;
  }

  #annual-events table tr:not(:first-child) th {
    margin-top: 1.5rem;
  }

  #annual-events table td:first-of-type {
    background: rgba(67, 61, 60, 0.8);
    letter-spacing: 0.05em;
    padding: 0.75em 1em;
    width: 100%;
    margin-top: 2px;
  }

  #annual-events table td strong + br {
    display: none;
  }

  #annual-events table td:last-child > strong {
    margin-bottom: 0.5em;
  }

  #annual-events table td:last-of-type a {
    margin: 0.5rem auto;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    padding: 4px 1em 5px 1em;
  }

  #annual-events table td:last-child > a > strong {
    font-size: 1rem;
  }
}

/* FAQ */
#faq .wp-block-group.qa {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(67, 61, 60, 0.1);
  padding: 0.75rem 1.471rem;
  margin: 0 auto;
}

#faq .wp-block-group .qa-text > div {
  display: flex;
  justify-content: flex-start;
  padding-top: 0.471rem;
  margin-bottom: 0;
  gap: 1rem;
  position: relative;
}

#faq .wp-block-group p {
  margin-bottom: 0;
}

#faq a {
  text-decoration: underline;
}

#faq .wp-block-group .qa-text:last-of-type > div {
  padding-bottom: 0.471rem;
}

/*
#faq .wp-block-group p:last-of-type{
	padding-bottom: 0.471rem;
}

 */
#faq .wp-block-group:not(:last-child) {
  margin-bottom: 1rem;
}

#faq .wp-block-group .qa-text:first-child > :before,
#faq .wp-block-group .qa-text:last-child > :before {
  font-size: 1.412rem;
  font-weight: 700;
  display: flex;
  padding: 0.167em 0.333em;
  width: 1.333em;
  height: 1.333em;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  line-height: 1.333em;
}

/*
#faq .wp-block-group p:first-child::before,
#faq .wp-block-group p:last-child::before{
	font-size: 1.412rem;
	font-weight: 700;
	display: flex;
	padding: 0.167em 0.333em;
	width: 1.333em;
	height: 1.333em;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
}

 */

#faq .wp-block-group .qa-text:last-child > :before {
  color: var(--vk-color-primary);
  content: "A";
  border: 1px solid var(--vk-color-primary);
  z-index: 1;
}

#faq .wp-block-group .qa-text:first-child > :before {
  color: #fff;
  background-color: var(--vk-color-primary);
  content: "Q";
  z-index: 1;
}

/*
#faq .wp-block-group p:first-child::before{
	color: #FFF;
	background-color: var(--vk-color-primary);
	content: "Q";
}

 */

#faq .wp-block-group .qa-text:first-child > :after {
  content: "";
  position: absolute;
  background-color: #f6f6f6;
  bottom: 0;
  left: 1.412rem;
  height: 1px;
  width: calc(100% - 1.412rem);
}

/*
#faq .wp-block-group p:first-child::after{
	content: "";
	position: absolute;
	background-color: #f6f6f6;
	bottom: 0;
	left: 1.412rem;
	height: 1px;
	width: calc(100% - 1.412rem);
}
 */
@media (min-width: 1200px) {
  #faq .wp-block-group.qa {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  #faq .wp-block-group:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 639px) {
  #faq .wp-block-group.qa {
    width: 100%;
  }
}

/* アクセス */
#access > div {
  max-width: 1440px;
  width: 100%;
}

#access .map > div {
  position: relative;
  width: 80%;
  margin: 0 auto;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.access-txt {
  width: 80%;
  max-width: 800px;
  margin: 1.5rem auto 0;
}

.access-txt .access-area.wp-block-columns {
  gap: 0;
  padding: 2rem 0;
  margin-bottom: 0;
}

.access-area .wp-block-column {
  display: flex;
  border-left: 0;
  align-items: center;
  padding-left: unset;
}

.access-area .wp-block-column:first-child {
  padding: 1rem 2rem;
  flex-basis: 40%;
  min-height: 3.2rem;
  justify-content: center;
  border-right: 1px solid var(--vk-color-primary);
}

.access-area.wp-block-columns:not(:first-of-type) {
  border-top: 1px solid #f6f6f6;
}

.access-area .wp-block-column:last-child {
  flex-basis: auto;
  flex-grow: 1;
  justify-content: flex-start;
  padding-left: 4rem;
  margin-left: 0;
}

.access-txt .access-area p {
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1199px) {
   .access-txt > div > p{
    padding: 2em 0;
    margin: 0 auto;
  }
  #access .map > div {
    width: 100%;
  }

  .access-txt {
    max-width: unset;
    width: unset;
  }

  .access-area .wp-block-column:first-child {
    flex-basis: auto;
  }
}

@media screen and (max-width: 781px) {
  .access-area .wp-block-column:first-child {
    border-right: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .access-area .wp-block-column:first-child strong {
    border-bottom: 1px var(--vk-color-primary) solid;
    padding-bottom: 1.5rem;
  }

  .access-area .wp-block-column:last-child {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 639px) {
  .access-area .wp-block-column:first-child {
    border-right-width: 0;
  }

  .access-area .wp-block-column:last-child {
    padding-left: 0;
  }
}

/*==================================================    
  下層ページ
===================================================*/
.page-header-title,
h1.page-header-title {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9), 0px 0px 6px rgba(0, 0, 0, 0.9),
    0px 0px 12px rgba(0, 0, 0, 0.9), 0px 0px 24px rgba(0, 0, 0, 0.8);
}

ul.notes_02 {
  flex-direction: column;
}

h6.ttl_bdr-org_02 {
  color: var(--vk-color-primary);
}

.precincts .contents-pattern_03 {
  margin: 60px auto 0 auto;
  gap: 4em;
}

.precincts .contents-pattern_03 .wp-block-column,
.precincts .contents-pattern_03 > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px rgba(67, 61, 60, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.precincts .contents-pattern_03 .wp-block-column img {
  object-fit: cover;
}

.precincts .contents-pattern_03 .wp-block-column > div:last-of-type,
.precincts
  .contents-pattern_03
  > .wp-block-group__inner-container
  > div:last-of-type {
  padding: 1.75rem 1.5rem;
}

.precincts .contents-pattern_03 .wp-block-column p:last-child,
.precincts
  .contents-pattern_03
  > .wp-block-group__inner-container
  p:last-child {
  margin-bottom: 0;
}

div#green-funeral.contents-layout_01,
div.ceremonies.contents-layout_01 {
  padding-top: 0px;
}

@media (max-width: 639px) {
  .ttl_bdr-org_02 {
    font-size: 1.25rem !important;
    margin-top: 1.5rem;
  }
  .page-header {
    aspect-ratio: 16 / 9;
    padding: 0;
    background-position-x: 28%;
  }
  .page-header-title,
  h1.page-header-title {
    font-size: 1.75rem;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.9), 0px 0px 6px rgba(0, 0, 0, 0.9),
      0px 0px 12px rgba(0, 0, 0, 0.9), 0px 0px 24px rgba(0, 0, 0, 0.8);
  }
}
/* 富光寺について */
@media (max-width: 639px) {
  .precincts .contents-pattern_03 .wp-block-column > div:last-of-type,
  .precincts .contents-pattern_03 > .wp-block-group__inner-container > div:last-of-type {
    padding: 0 1.5rem 1.75rem;
  }
  .precincts .objects > .wp-block-group__inner-container .wp-block-columns > .wp-block-column:nth-child(n+2) {
    margin-top: 60px;
  }
}


/* ご供養・ご祈祷 */
.houji-link {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(67, 61, 60, 0.1);
  padding: 2rem 3rem 2.5rem;
  margin: 3rem auto 0;
  width: fit-content;
  border-radius: 3px;
}

.houji-link p {
  margin-bottom: 0.75rem;
}

.houji-link .wp-block-buttons > .wp-block-button {
  width: 100%;
}

.houji-link .wp-block-buttons > .wp-block-button a {
  font-size: 1.125rem;
  height: 3rem;
  padding: 0 1.5em;
}

.houji-link .wp-block-columns {
  width: 100%;
  margin: 0 auto;
}

.houji-link ul {
  margin: 0 auto;
  width: max-content;
}

.houji-link ul li {
  margin: 0;
  line-height: 1.4;
  font-size: 0.9em;
}

.yakudoshi {
  margin-top: 3rem;
}

.yakudoshi .wp-block-table table {
  border-top: none;
}

.yakudoshi .wp-block-table table tr > * {
  text-align: center;
  height: 3rem;
}

.yakudoshi .wp-block-table table tr:first-child {
  border-top: 1px solid var(--vk-color-primary);
}

.yakudoshi .wp-block-table table tr:first-child > * {
  border-top: none;
}

.yakudoshi .wp-block-table table tr > *:first-child {
  border-left: 1px solid var(--vk-color-primary);
}

.yakudoshi .wp-block-table table tr:not(:last-child):not(:first-child) > * {
  border-top: 1px solid var(--vk-color-primary);
}

.yakudoshi .wp-block-table table tr:last-child > * {
  border-top: 1px solid var(--vk-color-primary);
  border-bottom: 1px solid var(--vk-color-primary);
}

.yakudoshi .wp-block-table table tr > *:last-child {
  border-right: 1px solid var(--vk-color-primary);
}

.yakudoshi .wp-block-table table tr:first-child > *:nth-child(3) {
  background-color: var(--vk-color-primary-dark);
}

.yakudoshi .wp-block-table table th {
  background-color: var(--vk-color-primary);
  color: #fff;
  font-size: 1rem;
}

.yakudoshi .wp-block-table table td {
  font-size: 0.9rem;
  font-family: var(--font-sans);
}

.yakudoshi .wp-block-table table tr > *:first-child {
  width: 20%;
}

.yakudoshi .wp-block-table table tr:nth-child(even) th {
  background-color: var(--vk-color-primary-dark);
}

.yakudoshi .wp-block-table table tr:nth-child(even) td {
  background-color: var(--vk-color-custom-1);
}

.yakudoshi .wp-block-table table tr:nth-child(odd) td {
  background-color: #fff;
}

.yakudoshi .wp-block-table table tr:first-child > *:nth-child(3) {
  background-color: var(--vk-color-custom-3);
}

.yakudoshi .wp-block-table table tr:nth-child(n + 2) > *:nth-child(3) {
  background-color: rgba(166, 63, 4, 0.01);
  font-weight: 600;
}

.yakudoshi .wp-block-table table tr:nth-child(2n + 2) > *:nth-child(3) {
  background-color: rgba(166, 63, 4, 0.1);
  font-weight: 600;
}

.yakudoshi h6 {
  display: inline-block;
  width: fit-content;
}

.yakudoshi .annotation {
  font-size: 0.875rem;
  color: var(--vk-color-custom-4);
  display: inline-block;
  margin-left: 1rem;
}

@media (max-width: 639px) {
  .yakudoshi .wp-block-table table th span {
    display: inline-block;
  }
}
.omamori-wrap {
  justify-content: space-between;
  margin: 0 auto 3rem;
}
.omamori-wrap .wp-block-image .aligncenter {
  height: 240px;
  max-height: 240px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.omamori-wrap figure img {
  max-height: 240px;
  width: auto;
}
@media (max-width: 781px) {
  .omamori-wrap {
    margin: 0 auto 2em;
  }
  .omamori-wrap.wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column {
    flex-basis: calc((100% - 2em) / 2) !important;
  }
}
/* 法事のすすめ */

.nenkaiki {
  margin-top: 3rem;
}

.nenkaiki .wp-block-table table {
  border-top: none;
  max-width: 600px;
  width: 100%;
  table-layout: fixed;
}

.nenkaiki .wp-block-table table tr > * {
  text-align: center;
  height: 3.5rem;
  font-size: 1rem;
  width: 33.3%;
}

.nenkaiki .wp-block-table table tr:first-child {
  border-top: 1px solid var(--vk-color-primary);
}

.nenkaiki .wp-block-table table tr:first-child > * {
  border-top: none;
}

.nenkaiki .wp-block-table table tr > *:first-child {
  border-left: 1px solid var(--vk-color-primary);
}

.nenkaiki .wp-block-table table tr:not(:last-child):not(:first-child) > * {
  border-top: 1px solid var(--vk-color-primary);
}

.nenkaiki .wp-block-table table tr:last-child > * {
  border-top: 1px solid var(--vk-color-primary);
  border-bottom: 1px solid var(--vk-color-primary);
}

.nenkaiki .wp-block-table table tr > *:last-child {
  border-right: 1px solid var(--vk-color-primary);
}

.nenkaiki .wp-block-table table th {
  background-color: var(--vk-color-primary);
  color: #fff;
  font-size: 1.125rem;
}

.nenkaiki .wp-block-table table td {
  font-family: var(--font-sans);
}

.nenkaiki figure table tr > * {
  width: fit-content;
}

.nenkaiki figure table th {
  color: #fff;
}

.nenkaiki figure table tr:nth-child(even) th {
  background-color: var(--vk-color-primary-dark);
}

.nenkaiki figure table tr:nth-child(odd) th {
  background-color: var(--vk-color-primary);
}

.nenkaiki .wp-block-table table tr:nth-child(even) td {
  background-color: var(--vk-color-custom-1);
}

.nenkaiki .wp-block-table table tr:nth-child(odd) td {
  background-color: #fff;
}
/* 永代供養さくら樹木葬 */
.burial-areas .tomb_img {
  width: calc(100% - 2rem);
  background: #fff;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  margin: 0 auto 2rem auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.burial-areas .tomb_pic {
  width: calc(100% - 2rem);
  margin: 0 auto 2rem auto;
}
.burial-areas p + h5 {
  margin-top: 2rem;
}
.alignfull.burial-areas div[class*="__inner-container"] {
  max-width: 1140px;
}
.burial-areas .area_img {
  mix-blend-mode: multiply;
}
.burial-areas .area_img > img {
  max-height: 400px;
  width: auto;
}

/* お知らせ */
.single-post .entry-title {
  padding: 0 0.25em 0.05em;
  position: relative;
  border-bottom: #d7d2d0 3px solid;
}
.single-post .entry-title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #8b807c;
}
.single-post .entry-meta {
  font-weight: 700;
}
article.post .entry-body .wp-block-image {
  margin-bottom: 2em;
}

body:is(.single-post) .site-body {
  padding: 4rem 0;
}

.single-post .entry-body p strong {
  font-weight: 800;
}
.single-post .entry-body h2 {
  border-left: 4px solid var(--vk-color-primary);
  padding-left: 15px;
  font-size: 1.2rem;
  text-align: left;
}
.single-post .entry-body h5 {
  border-left: 4px solid var(--vk-color-primary);
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .single-post .entry-title {
    font-size: clamp(1.5rem, 1.1423rem + 1.1445vw, 2rem);
  }
}
@media (max-width: 639px) {
  body:is(.single-post) .site-body {
    padding: 0;
  }
}

/* お知らせ一覧 */
.archive .site-body {
  padding: 60px 0;
}
.archive .main-section .post-entry {
  padding: 2.25rem 1rem 1.25rem 1rem;
  border-bottom: var(--vk-color-primary) 1px solid;
}
.archive .main-section .post-entry:first-child {
  border-top: var(--vk-color-primary) 1px solid;
}

.archive .main-section .post-entry h5 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.archive .main-section .post-entry h5 a {
  color: var(--vk-color-custom-4);
}
.archive .main-section .post-entry h5 a:hover {
  color: var(--vk-color-custom-3);
}
.archive .vk_post_excerpt {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.archive .vk_post_excerpt p {
  margin-bottom: 0;
}
.archive .vk_post_excerpt .more-link_01 {
  font-family: var(--font-mincho);
  font-size: 1rem;
  letter-spacing: 0.01em;
  margin-top: 0;
}
.archive .vk_post_date {
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1rem;
}
@media (max-width: 639px) {
  .archive .site-body {
    padding: 30px 0;
  }
}

/* ページ下部用 お問い合わせボックス */

.inquiry_box .txt span{
    display: inline-block;
}
.inquiry_box > div > div{
    border: rgba(0, 0, 0, 0.1) 5px solid;
    padding: 3rem 3rem 2.5rem;
}

.inquiry_box .wp-block-columns{
    margin-bottom: 0;
}

.inquiry_box .phone {
    width: fit-content;
    margin: 2rem auto 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999999;
}
.inquiry_box .phone a,
.inquiry_box .phone a::before{
    color: var(--vk-color-primary);
}
.inquiry_box .phone a{
    font-size: 2.2rem;
    font-family: var(--font-mincho);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.inquiry_box .phone a:hover,
.inquiry_box .phone a:hover::before{
    color: var(--vk-color-custom-4);
}
.inquiry_box .phone a::before{
    display: inline-block;
    font-family: "FontAwesome", sans-serif;
    content: "\f095";
    font-size: 0.75em;
    transform: rotate(12deg) translateY(2px);
    background: none;
    width: auto;
    height: auto;
    position: static;
    margin-right: 0.25em;
}

.inquiry_box .wp-block-button__link{
    padding-left: 4rem;
    padding-right: 4rem;
}
.inquiry_box .wp-block-buttons{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.inquiry_box .wp-block-button{
    height: 100%;
}
.inquiry_box .wp-block-column.wp-block-column.is-vertically-aligned-center{
    align-self: unset;
}
.inquiry_box .wp-block-button a{
    font-size: 1.5rem;
    border-radius: 5px;
    letter-spacing: 0.017em;}

.inquiry_box .wp-block-button a span{
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}
@media (max-width: 639px) {
  .inquiry_box h3 {
    font-size: 1.5rem;
  }

  .inquiry_box .txt {
    margin-bottom: 0;
  }

  .inquiry_box .wp-block-button__link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .inquiry_box > div > div {
    padding: 2rem 2rem 1.5rem;
  }
}
@media (min-width: 640px) {
  .wpcf7 .row {
    flex-wrap: nowrap;
  }
  .wpcf7 .row .column:first-child {
    flex-basis: 35%;
  }
}

/* ページ下部用 永台供養さくら樹木葬 */
.width-pet {
  display: inline-block !important;
  font-size: .9rem;
  font-family: sans-serif;
  border-radius: 10px;
  background: #E8F8F5;
  border: 1px solid #333;
  padding: .5rem 1rem;
}

.width-pet .width-pet-anchor {
  text-align: right;
}

.width-pet .width-pet-anchor a:after {
  content: '\f35a';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1rem;
  padding-left: .25rem;
}