@charset "UTF-8";

/* footer */
.footer-logo_img {
  position: relative;
  width: calc(var(--container-max-xl) / var(--container-max-md) * 100vw);
  max-width: var(--container-max-xl);
  left: 50%;
  transform: translateX(-50%);
}
.footer-area {
  background-color: white;
}
.footer-area .sec-inner {
  display: flex;
  max-width: var(--container-max-md);
  padding-top: 140px;
  padding-bottom: 0;
  justify-content: space-between;
}
.footer-area figure.sec-inner {
	padding-top: 70px;
	padding-bottom: 100px;
}
.footer-area figure.sec-inner img{
	max-width:500px ;
	margin: 0 auto;
}
.privacy_fot{
	display: flex;
	justify-content: center;
	gap: 50px;
	padding-bottom: 1em;
}
.privacy_fot li{
	position: relative;
}
.privacy_fot li::before{
	position: absolute;
	content: '';
	width: 1px;
	height: 1.3em;
	background-color: #382601;
	left: -24px;
	top: 0;
}
.privacy_fot li:first-child::before{
	display: none;
}
@media screen and (max-width: 767px) {
  .footer-area .sec-inner {
   padding-bottom: 0;
  }
}
.footer-info {
  width: 557px;
}
@media screen and (max-width: 767px) {
  .footer-area .sec-inner {
    flex-wrap: wrap;
    padding-top: 0;
    justify-content: center;
  }
  .footer-info {
    width: calc(394 / 430 * 100vw);
    margin-top: calc(100 / var(--sp-width) * 100vw);
  }
}
.footer_img {
  width: 483px;
}
@media screen and (max-width: 767px) {
  .footer_img {
    width: 100vw;
  }
}

.footer-info h2,
.footer-info address,
.footer-info p {
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #4d3500;

}
.footer-info a{
  color: #4d3500;
}
@media screen and (max-width: 767px) {
  .footer-info h2,
  .footer-info address,
  .footer-info p {
    font-size: calc(14 / var(--sp-width) * 100vw);
  }
}
.footer-info_table {
  width: 100%;
}
.footer-info_table tr {
  border-bottom: solid 1px #4d3500;
}
.footer-info_table tr:nth-of-type(1) {
  border-top: solid 1px #4d3500;
}

.footer-info_table th,
.footer-info_table td {
  display: inline-flex;
  height: 90px;
  font-size: 18px;
  font-weight: 500;
  color: #4d3500;
  font-family: "Shippori Mincho", serif;
  align-items: center;
  text-align: justify;
}
.footer-info_table th {
  width: 92px;
}
.footer-info_table th p {
  display: block;
  position: relative;
  width: inherit;
  line-height: 1;
}
.footer-info_table th p::before {
  content: "";
  width: 1px;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;

  background-color: #796740;
  transform: translateY(-50%);
}
.footer-info_table td p {
  display: block;
  width: inherit;
  line-height: 1;
  color: #4d3500;
}
p.footer-info-tel {
  font-size: 24px;
}
.footer-info-tel span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  p.footer-info-tel {
    font-size: calc(24 / 430 * 100vw);
  }
  .footer-info-tel span {
    font-size: calc(14 / 430 * 100vw);
  }
}

.footer__copyright {
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  background: #7a6e60;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: calc(12 / var(--sp-width) * 100vw);
  }
}
.business-hours {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .business-hours {
    margin-top: calc(24 / var(--sp-width) * 100vw);
    overflow-x: scroll;
  }
  .business-hours__table {
    width: calc(485 / var(--sp-width) * 100vw);
  }
}
.business-hours__table thead tr th,
.business-hours__table tbody tr td {
  display: inline-flex;
  width: 56px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  border: solid 1px #707070;
}
@media screen and (max-width: 767px) {
  .business-hours__table thead tr th,
  .business-hours__table tbody tr td {
    width: 13vw;
    font-size: calc(14 / var(--sp-width) * 100vw);
  }
  .business-hours__table thead tr th {
    height: 4em;
  }

  .business-hours__table tbody tr td {
    height: 6em;
  }
}
.business-hours__table thead tr th.business-hours__table-header_th {
  display: block;
  width: 100%;
}
.business-hours__table thead tr th:nth-of-type(2),
.business-hours__table tbody tr td:nth-of-type(1) {
  width: 145px;
  border-left: solid 2px #707070;
}
@media screen and (max-width: 767px) {
  .business-hours__table thead tr th:nth-of-type(2),
  .business-hours__table tbody tr td:nth-of-type(1) {
    width: 34vw;
  }
}
.business-hours__table thead tr th {
  border-top: solid 2px #707070;
}
.business-hours__table tbody tr td {
  border-bottom: solid 2px #707070;
}
.business-hours__table thead tr th:nth-last-of-type(2),
.business-hours__table tbody tr td:nth-last-of-type(1) {
  border-right: solid 2px #707070;
}
.scroll-indicator.__sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .scroll-indicator.__sp-only {
    display: block;
  }
  .scroll-indicator {
    position: absolute;
    /* または relative に応じて調整 */
    bottom: 0.75em; /* 表示位置（調整可能） */
    right: 2em;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    animation: blink 2s ease-in-out infinite;
    pointer-events: none; /* クリックやドラッグの邪魔をしない */
    z-index: 999;
  }

  @keyframes blink {
    0%,
    100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
}
/* スマホフッターボタン*/
.footer-pd-bt,
.sp-footer {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer-pd-bt {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 430/90;
    background: #f2ede4;
  }
  .sp-footer {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 430/90;
    position: fixed;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: space-evenly;
    background: #f2ede4;
    z-index: 9999;
  }

  .sp-footer-btn.btn-tel {
    width: calc(175 / 430 * 100vw);
  }
  .btn-tel-img {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .sp-footer-btn.btn-tel .text-u {
    font-size: calc(13 / var(--sp-width) * 100vw);
    letter-spacing: 0.1em;
    text-align: center;
  }
  .sp-footer-btn.btn-tel .text-d {
    font-size: calc(13 / var(--sp-width) * 100vw);

    letter-spacing: 0.1em;
    text-align: center;
    color: #fcfcf7;
  }

  .sp-footer-btn.btn-line {
    width: calc(241 / 430 * 100vw);
  }
  .btn-line-img {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .sp-footer-btn.btn-line .text-u {
    font-size: calc(13 / var(--sp-width) * 100vw);
    letter-spacing: 0.1em;
    text-align: center;
    color: #fcfcf7;
  }
  .sp-footer-btn.btn-line .text-d {
    font-size: calc(11 / var(--sp-width) * 100vw);
    letter-spacing: -0.06em;
    text-align: center;
    color: #fcfcf7;
  }
}
.business-hours_img {
  width: 557px;
  aspect-ratio: 557/203;
}

@media screen and (max-width: 767px) {
  .business-hours_img {
    width: calc(394 / 430 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }
}
