/*
! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

@media (min-width: 999px) {
  .container {
    max-width: 999px;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-auto {
  height: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-\[1200px\] {
  width: 1200px;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[390px\] {
  width: 390px;
}

.w-\[5\%\] {
  width: 5%;
}

.w-\[880px\] {
  width: 880px;
}

.w-full {
  width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[20px\] {
  gap: 20px;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.bg-\[\#707070\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-\[\#C3C3C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(195 195 195 / var(--tw-bg-opacity));
}

.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-\[\#F8F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 247 / var(--tw-bg-opacity));
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.align-text-top {
  vertical-align: text-top;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[19px\] {
  font-size: 19px;
}

.text-\[26px\] {
  font-size: 26px;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#3D3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(61 61 61 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.container {
  max-width: none;
}

main h1,
main h2,
main h3,
main p,
main a,
main div,
main th,
main td {
  font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif !important;
}

h1 {
  color: #3D3D3D;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  padding: 0 10px;
  border-left: 5px solid #B85180;
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

div {
  font-size: 15px;
}

p {
  line-height: 1.8;
}

.gMap iframe {
  width: 100%;
}

#map {
  width:100%;
  height:100%;
  min-height:350px;
}

table th {
  border: 1px solid #707070;
  background: #707070;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

table td {
  border: 1px solid #707070;
  padding: 15px;
  font-size: 14px;
}

.lg-only {
  display: block !important;
}

.mb-only {
  display: none !important;
}

.js-taxiHide,
.js-busHide {
  display: none;
}

@media screen and (max-width:999px) {
  h1 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
  }

  h2 {
    font-size: 20px;
    line-height: 1.7;
  }

  h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
  }

  .lg-only {
    display: none !important;
  }

  .mb-only {
    display: block !important;
  }

  .page-inner {
    padding: 0 10px;
  }
}

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

/* /funeral/style/pc/saijo_detail.css から引用    */

/* /funeral/style/sp/saijo_detail_sp.css から引用 */

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

/* -- お問い合わせボタン */

.ctaBtn {
  aspect-ratio: 21 / 4;
  margin: 0 auto;
  display: block;
  max-width: 816px;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
  background-position: center;
  cursor: pointer;
}

.top_label {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-direction: row;
}

.top_label_wrapper{
  flex-direction: column;
  margin-top: 5px;
}

.top_label__top {
  display: flex;
  align-items: flex-end;
}

.top_label__top h1 {
  font-size: 3.8rem;
  color: #b85180;
}

.top_label__top h2 {
  font-size: 3.8rem;
  color: #b85180;
}

.top_label__top span {
  display: inline-block;
  font-size: 2.0rem;
  color: #b85180;
}

.top_label__top_bottom {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content:left;
  margin-top:15px;
  height: 30px;
}

.top_label__top_bottom p {
  font-size: 1.5rem;
  margin-right: 10px;
}

.line-it-button img{
  width:25px;
  margin-right: 5px;
}

.line-it-button a{
  display:flex;
  align-items:center;
  font-size: 1.5rem;
}

.top_label__top_bottom .material-symbols-outlined, .top_label__top_bottom p  {
  display: inline-flex;
  vertical-align: middle;
}

.top_label__top_bottom_line{
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0;
}

.top_label_right {
  display: flex;
  justify-content: space-between;
  background-color:#b85180;
  flex-direction: row;
  padding: 10px;
}

.top_label_right span{
  color: #FFFFFF;
}

.top_label_ad_left{
  display: flex;
  background-color: #FFFFFF;
  padding:0 15px;
  align-items: center;
  border-radius: 5px;
}

.top_label_ad_left span{
  color: #b85180;
  font-size: 0.8rem;
  font-weight: bold;
}

.top_label_ad_left  br{
  display: block;
  content: "";
  padding: 3px 0;
}

.top_label_ad_mid{
  padding: 0;
  margin: 0;
  text-align: center;
}

.top_label_ad_mid p {
  line-height: 1;
}

.top_label_ad_mid .ad_phone_num{
  font-size: 2.1rem;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.top_label_ad_mid .ad_hours_days{
  font-size: .8rem;
  display: block;
  margin-top: .4rem;
}

.top_label_ad_right{
  display: flex;
  font-size: 3.8rem;
  align-items: center;
  margin-right: .5rem;
}

.top_label_ad_right span{
  font-size: 1.3rem;
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

@media screen and (max-width:999px) {
  .ctaBtn {
    width: 100%;
    /* padding-left: 20px;
        padding-right: 20px; */
    box-sizing: border-box;
    background-size: cover;
    aspect-ratio: 21 / 7;
    display: flex;
  }
}

/* -- おすすめの斎場 */

.ly_another{
  padding: 7% 8% 0px 8%;
  margin: 0 auto;
  margin-bottom: 144px;
  position: relative;
}

.ly_another::after{
  height: 100%;
  position: absolute;
  bottom: -50px;
  content:  "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.ceremonyWrap__area {
  margin-bottom: 40px;
  width: 804px;
  margin: 0 auto;
}

.headingLv1 {
  /* font-size: 2.9rem; */
  font-size: 29px;
  text-align: center;
  font-weight: 200;
  border: none;
  line-height: 1.2;
}

.headingLv1::after {
  content: "";
  display: block;
  width: 116px;
  margin: 0 auto;
  height: 4px;
  background-color: #578E5F;
  margin-top: 20px;
  margin-bottom: 32px;
}

.slick-track {
  height: auto;
}

.slick-prev {
  left: -9.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: -9.5%;
  transform: rotate(45deg);
}

.slick-prev:before, .slick-next:before {
  opacity: 1;
}

.slick-prev:hover, .slick-next:hover {
  opacity: 0.75;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 55px;
  height: 115px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-dots{
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
  justify-content: center;
}

.slick-dots li{
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button{
  color: transparent;
  outline: none;
  width: 11px;
  height: 5px;
  display: block;
  background-color: #D6D6D6;
}

.slick-dots .slick-active button{
  background-color: #b85180;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  content: none;
}

.slider4 a {
  width: 100%;
  display: block;
}

.slider4 .slick-slide {
  margin: 0 10px;
}

@media screen and (max-width:768px) {
  .ceremonyWrap__area {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
    box-sizing: border-box;
    /* margin-bottom: 80px; */
  }

  .areaCeremony img {
    aspect-ratio: 3 / 2;
    width: 100%;
  }

  .areaCeremony_txtWrap {
    padding: 18px 18px 32px 18px;
    box-sizing: border-box;
    background-color: #fff;
  }

  .areaCeremony_ttl {
    font-family: "游明朝",YuMincho,"HGS明朝E","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
    line-height: 1;
    font-size: 22px;
    padding-bottom: 24px;
  }

  .areaCeremony_txtWrap p:last-child {
    padding-bottom: 0px;
  }

  .areaCeremony_txt {
    font-size: 14px;
    margin: -4px 0;
    line-height: 1.6;
    padding-bottom: 16px;
  }

  .areaCeremony_txt::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/img/area/areaCeremony_icon1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(4px);
    margin-right: 0.8em;
  }

  .headingLv1 {
    font-size: 2.0rem;
    line-height: 1.4em;
  }
}

@media screen and (max-width:999px) {
  .headingLv1 {
    font-size: 20px;
  }

  .ly_another {
    background: #F8F7F7;
  }

  .ly_another::after{
    content: none;
  }

  .slick-track {
    height: auto;
  }

  .slick-prev:before, .slick-next:before {
    opacity: 0;
  }

  .slick-prev:hover, .slick-next:hover {
    opacity: 0.75;
  }

  .slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 55px;
    height: 115px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
  }

  .slider3 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .slider3 li {
    width: 100%;
  }

  .slider3 a {
    width: 100%;
    display: block;
  }

  .slider3 .slick-slide {
    margin: 0 10px 10px;
  }

  .slick-prev,
  .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 50%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 20px;
    width: 20px;
  }

  .slick-prev {
    left: -6.5%;
    transform: rotate(-135deg);
  }

  .slick-next {
    right: -6.5%;
    transform: rotate(45deg);
  }
}

/* アコーディオン */

@media screen and (max-width:999px) {
  .faq {
    padding: 0 !important;
    border-top: none !important;
  }

  .faq_f {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
  }

  .faq_q {
    font-size: 14px;
    margin: -4px 0;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .acd {
    max-width: 100%;
  }

  .acd-hidden {
    display: none;
  }

  .faq_f {
    color: #333 !important;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .faq_f::after {
    content: "";
    /* width: 15px;
        height: 2px;
        background: #427531;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%); */
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-image: url("/area/place/svg/icon-arrow-circle-bottom.svg");
    background-repeat: no-repeat;
  }

  .acd-hidden:checked + .headingLv8:after {
    transform: translateY(-50%) rotate(0);
  }

  .faq_q {
    margin: 0 2rem 2rem !important;
  }

  .acd-close {
    display: block;
    max-height: 0;
    /* margin-bottom: 25px; */
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    /* font-size: 18px; */
    line-height: 1.7em;
    /* padding: 0 10px; */
    visibility: hidden;
    /* override */
    margin: 0 2rem 2rem;
    padding: 0;
  }

  .acd-hidden:checked + .faq_f + .acd-close {
    max-height: 150vh;
    opacity: 1;
    /* padding: 20px 10px; */
    visibility: visible;
    /* margin-bottom: 0; */
    /* override */
    border-top: 1px solid grey;
    margin: 0 2rem 2rem;
    padding: 1.5rem 0;
  }
}

/* フッターエリア */

.ly_cta {
  margin: 40px auto 0;
  padding-bottom: 64px;
}

.ly_another{
  padding: 7% 8% 0px 8%;
  margin: 0 auto;
  margin-bottom: 144px;
  position: relative;
}

.ly_another::after{
  height: 100%;
  position: absolute;
  bottom: -50px;
  content:  "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.ly_linkList {
  width: 994px;
  margin: 0 auto;
  margin-bottom: 144px;
}

.ly_faq {
  margin: 0 auto;
  position: relative;
}

.ly_faq::after {
  height: 108%;
  position: absolute;
  bottom: -60px;
  content: "";
  display: block;
  width: 100%;
  background-color: #F1F8F1;
  z-index: -999;
  left: 0;
}

.autor-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3%;
  margin-bottom: -3%;
}

.linkList {
  width: 30%;
  border-radius: 4px;
  box-shadow: 0 0.5rem 2rem 0rem hsl(0deg 0% 69% / 45%);
  margin-bottom: 3%;
}

.linkList a {
  display: block;
}

.linkList p {
  padding: 18px;
}

.linkList div {
  width: 100%;
  background: no-repeat center 50% / cover;
  padding-top: 40%;
  transition: opacity .3s;
}

/* よくある質問 */

.wrap-faq {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 64px;
}

.faq {
  box-sizing: border-box;
  padding: 48px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #578E5F;
}

.faq input {
  display: none;
}

.faq_f {
  font-family: "游明朝", YuMincho, "HGS明朝E", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
  font-size: 17px;
  line-height: 1.7;
  margin: -6px 0;
  margin-bottom: 24px;
  color: #427531;
}

.faq_q {
  font-size: 14px;
  margin: -4px 0;
  line-height: 1.6;
}

.faq:not(:last-child) {
  margin-bottom: 48px;
}

.ly_faq .faq {
  padding: 32px 48px;
}

.ly_faq .faq_f {
  display: block;
  margin-bottom: 16px;
}

/* アイコン＋文字 */

.el_beforeIcon {
  position: relative;
  display: flex;
  padding: .2em .3em;
  text-decoration: none;
  align-items: center;
  /* font-size: 1.6rem; */
}

.el_beforeIcon__line {
  color: #427531;
}

.el_beforeIcon::before {
  background: no-repeat center 30% / cover;
  display: inline-block;
  margin-right: .5em;
  background-image: url(/img/area/list_map.svg);
  content: '';
  width: 24px;
  height: 24px;
}

.el_beforeIcon__walk::before {
  background-image: url(/img/area/area_walk.svg);
}

.el_beforeIcon__line::before {
  background-image: url(img/line.svg);
}

.linkBtn {
  display: block;
  color: #fff;
  width: 240px;
  font-size: 16px;
  background-color: #D93574;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

a.linkBtn {
  color: #FFF;
}

@media screen and (max-width:999px) {
  .ly_cta {
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 40px;
  }

  .area,
    .ly_top,
    .ly_plan,
    .ly_info,
    .outer_find,
    .pr,
    .staffPoint,
    .gl_voiceCard,
    .gl_card {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .ly_linkList,
    .ceremonyWrap__area {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 80px;
  }

  .ly_another {
    margin: 0 auto;
    position: relative;
  }

  .autor-linkList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-bottom: -3%;
  }

  .linkList {
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0.5rem 2rem 0rem hsl(0deg 0% 69% / 45%);
    margin-bottom: 3%;
  }

  .linkList p {
    padding: 18px;
  }

  .linkList div {
    width: 100%;
    background: no-repeat center 50% / cover;
    padding-top: 40%;
    transition: opacity .3s;
  }

  .el_beforeIcon {
    position: relative;
    display: flex;
    padding: .2em .3em;
    text-decoration: none;
    align-items: center;
    font-size: 16px;
  }

  .el_beforeIcon::before {
    background: no-repeat center 30% / cover;
    display: inline-block;
    margin-right: .5em;
    background-image: url(/img/area/list_map.svg);
    content: '';
    width: 24px;
    height: 24px;
  }

  .el_beforeIcon__walk::before {
    background-image: url(/img/area/area_walk.svg);
  }

  .ly_faq {
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 60px;
  }

  .ly_faq::after {
    height: 103%;
  }

  .ly_faq  .wrap-faq {
    max-width: 800px;
    margin: 0 auto;
  }

  .ly_faq .faq {
    box-sizing: border-box;
    max-width: 100%;
    background-color: #fff;
  }

  .ly_faq .faq_f {
    font-family: "游明朝",YuMincho,"HGS明朝E","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐ明朝",serif;
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    padding: 5px 20px;
    border: 2px solid #427531;
    color: #427531;
    text-align: left;
    display: block;
    position: relative;
  }

  .ly_faq .faq_q {
    font-size: 14px;
    margin: -4px 0;
    margin-bottom: 30px;
    line-height: 1.6;
  }

  .ly_faq .acd {
    max-width: 100%;
  }

  .ly_faq .acd-hidden{
    display: none;
  }

  .ly_faq .faq_f::before,
    .ly_faq .faq_f::after {
    content: "";
    width: 15px;
    height: 2px;
    background: #427531;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }

  .ly_faq .faq_f::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

  .ly_faq .acd-hidden:checked + .headingLv8:after {
    transform: translateY(-50%) rotate(0);
  }

  .ly_faq .faq_q {
    margin-bottom: 30px;
  }

  .ly_faq .acd-close {
    display: block;
    max-height: 0;
    margin-bottom: 25px;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
    font-size: 18px;
    line-height: 1.7em;
    padding: 0 10px;
    visibility: hidden;
  }

  .ly_faq .acd-hidden:checked + .faq_f + .acd-close {
    max-height: 150vh;
    opacity: 1;
    padding: 20px 10px;
    visibility: visible;
    margin-bottom: 0;
    border: none;
  }

  .linkBtn {
    display: block;
    color: #fff;
    width: 240px;
    font-size: 16px;
    background-color: #D93574;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
  }

  a.linkBtn {
    color: #FFF;
  }
}

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

/* common_new_top.css */

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

@media screen and (min-width: 1000px) {
  .contactInfo2_wrapper {
    max-width:1200px;
    margin:0 auto;
    border-top: 1px solid #333;
  }

  .contactInfo2 {
    width:100%;
    border: 1px solid #c5c0b7;
    margin: 50px auto 0;
    display: table;
    padding: 0 40px 20px;
  }

  .contactInfo2 .info {
    width: 50%;
    text-align: center;
    margin: 20px 0;
  }

  .contactInfo2-inner {
    width: 100%;
    display: table;
    padding: 30px 50px 30px 30px;
  }

  .contactInfo2 .h2_wrapper{
    width:1000px;
    margin: 0 auto;
    background-color: #ccc;
    border-bottom: 1px solid #333;
  }

  .contactInfo2 h2 {
    font-size: 30px;
    color: #000;
    display: block;
    padding: 30px 10px 20px;
    text-align: center;
    /* font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif; */
    font-family: "ヒラギノ角ゴ W4 JIS2004", sans-serif !important;
    background:none !important;
    border: none;
    line-height: 1.0;
    font-weight: 500;
  }

  .contactInfo2-staff, .contactInfo2-num, .contactInfo2-estimate {
    width: calc(50% - 34px);
    margin: 30px 17px;
    float: left;
    height: 170px;
  }

  .contactInfo2-staff{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding:0 10px;
  }

  .contactInfo2-staff .contactInfo2-staff-1{
    width: 31%;
    margin-bottom: -20px;
  }

  .contactInfo2-staff .contactInfo2-staff-1 img{
    width:100%;
  }

  .contactInfo2-staff .contactInfo2-staff-2{
    width:70%;
  }

  .contactInfo2-staff .contactInfo2-staff-2_uppper{
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;
  }

  .contactInfo2-staff .contactInfo2-staff-2_uppper p{
    width: 62%;
    margin: 0 0 0 18px;
    text-align: left;
    font-size: clamp(14px, 1vw, 15px);
  }

  .contactInfo2-staff .contactInfo2-staff-2_uppper img{
    width: 38%;
    margin-bottom: -16px;
  }

  .contactInfo2-staff-1 p, .contactInfo2-staff-2 p {
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    text-align: center;
  }

  .contactInfo2-staff {
    text-align: center;
  }

  .contactInfo2-staff-1, .contactInfo2-staff-2 {
    width: 50%;
    float: left;
    text-align: center;
  }

  .contactInfo2-staff-1 img, .contactInfo2-staff-2 img {
    padding: 5px 0 0;
  }

  .contactInfo2-staff-1 p,
    .contactInfo2-staff-2 p {
    font-size: 13px;
    line-height: 1.4em;
  }

  .contactInfo2-staff-1 a, .contactInfo2-staff-2 a {
    display: block;
  }

  .contactInfo2-num{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .contactInfo2-num > .contactInfo2-num_left{
    width:70%;
  }

  .contactInfo2-num > .contactInfo2-num_right {
    width:30%;
    text-align: center;
  }

  .contactInfo2-num > .contactInfo2-num_left > a {
    display: block;
    width: 95%;
    height: 70px;
    padding-left: 52px;
    color: #4b3304;
    text-align: center;
    background: url(../../img/common/contact/gr_2-22.png) no-repeat 6px 10px;
    background-size: 12%;
  }

  .contactInfo2-num > .contactInfo2-num_left > a > span {
    font-family: serif;
    font-size: clamp(29px, 3.0vw, 36px);
    line-height: 55px;
    padding-top: 5px;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    text-align: center;
    font-family: "ヒラギノ角ゴ W5 JIS2004", sans-serif !important;
  }

  .contactInfo2-num > .contactInfo2-num_right > span {
    font-size: 13px;
  }

  .contactInfo2-num > .contactInfo2-num_right > p {
    font-size: clamp(14px, 1.4vw, 15px);
    border:1px solid #333;
    border-radius: 5px;
    margin: 5px 0 28px;
    padding:9px 0;
    font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
    line-height: 1;
  }

  .contactInfo2-num > .contactInfo2-num_bottom {
    width: 100%;
  }

  .contactInfo2-num > .contactInfo2-num_bottom > p  {
    font-size: 15px;
    margin:0 0 10px;
    font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif !important;
    line-height: 1;
  }

  .contactInfo2-num > .contactInfo2-num_bottom > span  {
    font-size: 12px;
  }

  .contactInfo2-estimate {
    margin-top: 30px;
    background: #ffdbdb;
  }

  .contactInfo2-estimate a {
    display: block;
    line-height: 50px;
    height: 100%;
    text-align: center;
  }

  .contactInfo2-estimate a > .bg:before {
    content:"〈";
  }

  .contactInfo2-estimate a > .bg:after {
    content:"〉";
  }

  .contactInfo2-estimate p {
    line-height: 50px;
  }
}

@media screen and (max-width:999px) {
  /*問合せバナー 20171229修正+20191212修正+20191212修正*/

  .contactInfo2 {
    width: 90%;
    margin: 30px auto;
    display: block;
    overflow: hidden;
    text-align: center;
    line-height: 1.6em;
    border: none;
    padding-bottom:0;
  }

  .contactInfo2 h2 {
    font-size: 1.2em;
    color: #fff;
    display: block;
    padding: 10px 3px;
    margin: auto;
    text-align: center;
    background: #429c37;
    font-weight: bold;
    line-height: 1.5;
  }

  .contactInfo2 p {
    font-size: 22px;
    margin-top: 10px;
  }

  btnInner12
  
  .contactInfo2 p.info {
    font-weight: bolder;
    text-align: center;
    color: #429c37;
  }

  .contactInfo2-staff,
  .contactInfo2-num,
  .contactInfo2-estimate {
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    text-align: center;
  }

  .contactInfo2-staff {
    width: calc(100% - 20px);
    margin: 10px;
    text-align: center;
  }

  .contactInfo2-staff-1{
    width: 45%;
  }

  .contactInfo2-staff-2{
    width: 60%;
  }

  .contactInfo2-staff-1,
  .contactInfo2-staff-2 {
    float: left;
    text-align: center;
    padding: 0;
  }

  .contactInfo2-staff-1 img,
  .contactInfo2-staff-2 img {
    width: 100%;
    padding: 5px;
  }

  .contactInfo2-staff-1 p,
  .contactInfo2-staff-2 p {
    font-size: 18px;
    line-height: 1.2em;
    margin: 15px 0 0 0px;
    text-align: left;
    font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif !important;
  }

  .contactInfo2-staff-1 a,
  .contactInfo2-staff-2 a {
    display: block;
  }

  .contactInfo2-num,
  .contactInfo2-estimate,
  .contactInfo2-tel {
    max-width: 420px;
    margin: 0 auto;
  }

  /* .contactInfo2-num {
    margin-top: 40px;
  } */

  .contactInfo2-num > a {
    display: block;
    width: 100%;
    padding-left: 100px;
    height: 80px;
    color: #4b3304;
    text-align: center;
    background: url(../../img/common/footer/24-365.svg) no-repeat 0 0;
    background-size: contain;
  }

  .contactInfo2-num > a > address {
    font-family: serif;
    font-size: 45px;
    line-height: 55px;
    padding-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
  }

  .contactInfo2-num > a > address > span {
    font-family: serif;
  }

  .contactInfo2-num > a > p {
    font-size: 15px;
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    line-height: 20px;
    margin-top: auto;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }

  .contactInfo2-tel-note {
    font-size: 20px;
    width: calc(100% - 40px);
    margin: 10px auto;
    line-height: 1.2;
  }

  .contactInfo2-tel-note span {
    color: #0a62d0;
  }

  .contactInfo2-tel {
    background-color: #ba5080;
    color: #fff;
    line-height: 28px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: #ccc 0 5px 0;
    display: block;
  }

  .contactInfo2-tel p {
    color: #fff;
    display: inline-block;
    /* background: url(../../img/sp/img/common/ico_tel03.png) no-repeat 0 3px;
    background-size: 22px 22px;
    padding-left: 28px; */
    background: url(../../img/sp/img/common/ico_tel03.png) no-repeat 0 5px;
    background-size: 20px 19px;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
  }

  .contactInfo2-tel span {
    font-weight: 500;
  }

  .contactInfo2-estimate {
    background-color: #429c37;
    color: #fff;
    line-height: 28px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: #ccc 0 5px 0;
    display: block;
    margin-top: 20px;
  }

  .contactInfo2-estimate p {
    color: #fff;
    display: inline-block;
    background: url(../../img/sp/img/common/ico_mail03.png) no-repeat 0 3px;
    background-size: 25px 21px;
    padding-left: 35px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 5px;
    margin: 0;
  }

  .contactInfo2-estimate a span {
    font-weight: 500;
  }

  .contactInfo2-staff-1,
  .contactInfo2-staff-2 {
    margin-top: 5px;
    text-align: center;
  }

  .contactInfo2-staff-1 a,
  .contactInfo2-staff-2 a {
    text-decoration: none;
    color: #000;
  }

  .contactInfo2-staff-1 a:hover {
    opacity: 0.9;
  }

  .contactInfo2-estimate a {
    display: block;
    color: #fff;
  }

  /* CTA問い合わせボタン */

  #sp-page-banner {
    min-width: 320px;
    width: 100%;
    background: #ECECEC;
    -webkit-backface-visibility: hidden;
  }

  .sp-call-estimate-btn {
    width: 100%;
  }

  .sp-call-estimate-btn > li{
    width: 99%;
  }

  .sp-call-estimate-btn > li .sp-fixed-btn-phone-s,
  .sp-call-estimate-btn > li .sp-fixed-btn-phone-xs {
    font-size: 16px;
  }

  .btnInner12 {
    background: #ba5080;
    color: #fff;
  }

  .btnInner13 {
    background: #429c37;
    color: #fff;
  }

  .btn12, .btn13  {
    height: 75px;
    /* border-radius: 4px; */
    box-shadow: 3px 3px 0px 0px rgba(157, 154, 153, 0.7);
  }

  .btnCall12 p,
  .btnMail12 p {
    padding: 8px 0;
    font-size: 13px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
  }

  .btnCall12 p {
    padding: 10px 0;
    font-size: 13px;
  }

  .tel-bottom12{
    font-size: 15px;
    display: flex;
    margin-top: 3px;
  }

  .btnCall12 span.tel {
    background: url(../../img/sp/img/common/ico_tel04.png) no-repeat 0 3px;
    background-size: 35px 35px;
    padding-left: 57px;
    display: inline-block;
    line-height: 28px;
    font-size: 28px;
    background-position: left;
  }

  .btnMail12 span.mail {
    background: url(../../img/sp/img/common/ico_mail04.png) no-repeat 0 3px;
    background-size: 30px 21px;
    padding-left: 45px;
    background-position: top 45% left 3px;
    line-height: 28px;
    display: inline-block;
    font-size: 28px;
  }

  .btnMail12 span.mail2, .btnCall12 span.tel2  {
    font-size: 19px;
    margin-left: 10px;
  }

  .contactInfo3 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .contactInfo2-num > a {
    width: calc(100% - 40px);
    max-width: 350px;
    padding-left: 80px;
    height: 60px;
    margin: 0 auto;
  }

  .contactInfo2-num > a > address {
    font-size: 35px;
    line-height: 45px;
    padding-top: 4px;
    margin-bottom: 4px;
  }

  .contactInfo2-num > a > p {
    font-size: 11px;
    font-family: Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    line-height: 15px;
    margin-top: auto;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }

  .contactInfo2-estimate,
    .contactInfo2-tel {
    width: calc(100% - 40px);
    max-width: 350px;
  }

  .contactInfo2-estimate {
    margin-top: 20px;
  }

  .contactInfo2-estimate a span {
    display: none;
  }

  .contactInfo2-tel {
    margin: 0 auto;
  }

  .contactInfo2-tel span {
    font-size: 16px;
  }

  .contactInfo2-tel .contactInfo2-tel-s-hidden {
    display: none;
  }
}

/*700px以下*/

@media screen and (max-width: 700px) {
  .contactInfo2 {
    width: 93%;
  }

  .contactInfo2-staff {
    width: 100%;
    margin: 10px auto 0;
    display: flex;
  }
}

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

/* tailwindと干渉するcommon.css 上書き           */

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

.img_card {
  display: flex;
  justify-content: center;
}

@media (min-width: 999px) {
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[80px\] {
    height: 80px;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[3\%\] {
    width: 3%;
  }

  .lg\:w-\[4\%\] {
    width: 4%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[48\.5\%\] {
    width: 48.5%;
  }

  .lg\:w-\[540px\] {
    width: 540px;
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:text-right {
    text-align: right;
  }
}

@media (max-width: 999px) {
  .lg2\:bg-\[\#707070\] {
    --tw-bg-opacity: 1;
    background-color: rgb(112 112 112 / var(--tw-bg-opacity));
  }

  .lg2\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg2\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg2\:text-center {
    text-align: center;
  }

  .lg2\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}