html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding: 100px;
  /* overflow-x: hidden; */
}

body {
  font-family: "Noto Serif JP", serif;
}
a {
  text-decoration: unset;
  color: #353535;
  display: block;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
p {
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
  line-height: 2;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.header_sp {
  display: none;
}
.c-btn {
  background-color: #c39143;
  width: calc(196 / 1920 * 100vw);
  margin: calc(73 / 1920 * 100vw) auto;
  padding: calc(11 / 1920 * 100vw) calc(11 / 1920 * 100vw)
    calc(17 / 1920 * 100vw);
}
.c-btn a {
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
  color: #fff;
  position: relative;
}
.c-btn a::after {
  content: "";
  background: url(../img/arrow_w.png) no-repeat;
  background-size: contain;
  width: calc(86 / 1920 * 100vw);
  aspect-ratio: 86/14;
  position: absolute;
  right: 0;
  bottom: calc(-8 / 1920 * 100vw);
}
.red {
  color: #ff0000;
}
header {
  position: relative;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(17 / 1920 * 100vw) calc(36 / 1920 * 100vw);
  position: fixed;
  top: 0;
  width: 97%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.h-logo {
  width: calc(446 / 1920 * 100vw);
}
.h-box_r {
  display: flex;
  align-items: center;
}
.h-box_r_l {
  margin-right: calc(17 / 1920 * 100vw);
}
.h-tel a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.h-tel p {
  color: #fff;
  font-size: min(calc(35 / 1920 * 100vw), 3.5rem);
  letter-spacing: 0.2rem;
}

.h-tel img {
  width: calc(25 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
}
.h-list ul {
  display: flex;
  gap: calc(60 / 1920 * 100vw);
}
.h-list ul li a {
  color: #fff;
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
}
.h-box_mail {
  background-color: #c39143;
  padding: calc(13 / 1920 * 100vw);
}
.h-box_mail img {
  width: calc(34 / 1920 * 100vw);
  margin: 0 auto;
}
.h-box_mail p {
  color: #fff;
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
}

/* ------------------
footer
---------------------*/
footer {
  background: url(../img/bg_w.webp);
  background-size: cover;
}
.l-footer__inner {
  max-width: calc(1280 / 1920 * 100vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: calc(58 / 1920 * 100vw) 0 calc(54 / 1920 * 100vw);
}

.f-logo {
  width: calc(142 / 1920 * 100vw);
  margin: 0 auto;
}
.f-address {
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
  text-align: center;
  margin-top: calc(20 / 1920 * 100vw);
}
.f-tel {
  text-align: center;
}
.f-tel a {
  font-size: min(calc(35 / 1920 * 100vw), 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  letter-spacing: 0.2rem;
  font-weight: 700;
}
.f-tel img {
  width: calc(25 / 1920 * 100vw);
  height: calc(24 / 1920 * 100vw);
}
.f-fax {
  text-align: center;
}
.f-right ul {
  display: flex;
  gap: calc(62 / 1920 * 100vw);
}
.f-right li {
  font-weight: 700;
}
.f-right li a {
  font-size: min(calc(18 / 1920 * 100vw), 1.8rem);
}

.f-time {
  margin-top: calc(20 / 1920 * 100vw);
}

.copy {
  background-color: #65431e;
  padding: calc(40 / 1920 * 100vw);
}
.copy {
  text-align: center;
  color: #fff;
}

/* -----------

-------------*/
@media screen and (max-width: 768px) {
  p {
    font-size: 1.8rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .header_sp {
    display: block;
  }
  .c-btn {
    width: 185px;
    margin: 61px auto 40px;
    padding: 11px 0px 17px 11px;
  }
  .c-btn a {
    font-size: 1.8rem;
  }
  .c-btn a::after {
    width: 86px;
    right: 18px;
    bottom: -8px;
  }
  .l-header__inner {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .h-logo {
    width: 219px;
    padding: 10px 0 10px 10px;
  }

  .menu-btn {
    display: block;
    pointer-events: all;
    position: fixed;
    top: 4px;
    right: 5px;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    border: unset;
    background-color: unset;
  }
  .menu-btn p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 12px;
    background: #fff;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 10px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 16px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 23px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 10px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .l-header__inner {
    display: block;
    width: 100%;
    padding: unset;
  }
  .h-box_r {
    display: block;
  }
  .h-box_r_l {
    margin-right: unset;
  }
  .h-list {
    position: fixed;
    top: 0px;
    left: 100vw;
    width: 100%;
    height: 100%;
    transition: left 0.6s ease;
    z-index: 999;
    background-color: #65431e;
  }
  .h-list.active {
    left: 0;
  }

  .h-list ul {
    display: block;
    background-size: cover;
    height: 100vh;
    width: 100%;

    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 0;
  }
  .h-list ul li a {
    font-size: 1.6rem;
    color: #fff;
  }

  /* ---------------
footer
----------------*/
  .l-footer__inner {
    display: block;
    max-width: unset;
    padding: 80px 4% 100px;
  }
  .f-logo {
    width: 142px;
  }
  .f-address {
    margin-top: 30px;
  }
  .f-tel img {
    width: 25px;
    height: 24px;
  }
  .f-tel a {
    font-size: 3.5rem;
  }
  .f-time {
    margin-top: 30px;
  }
  .f-right {
    margin-top: 90px;
  }
  .f-right ul {
    flex-wrap: wrap;
    gap: calc(50 / 440 * 100vw) calc(95 / 440 * 100vw);
  }
  .f-right li a {
    font-size: 1.8rem;
  }
  .copy {
    margin-bottom: 73px;
  }
  .sp_flooting {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 最後だけ固定幅 */
    width: 100%;
    gap: 3px;
    background-color: #c39143;
    border: solid 2px #fff;
  }
  .sp_flooting .sp_tel_btn {
    padding: 5px 0;
    border-right: solid 2px #fff;
    width: calc(202 / 440 * 100vw);
    letter-spacing: 0.2rem;
  }
  .sp_flooting .sp_web {
    padding: 5px 0;
    width: calc(143 / 440 * 100vw);
    border-right: solid 2px #fff;
  }
  .sp_flooting .sp_tel_btn a,
  .sp_flooting .sp_web a,
  .sp_flooting .sp_web_interview a {
    color: #fff;
    text-align: center;
    display: block;
  }
  .sp_flooting .sp_tel_btn p,
  .sp_flooting .sp_web p,
  .sp_flooting .sp_web_interview p {
    font-size: 18px;
  }
  .sp_flooting .sp_tel_btn img {
    width: 25px;
    margin: 0 auto;
  }

  .sp_flooting .sp_web img,
  .sp_flooting .sp_web_interview img {
    width: 30px;
    height: 24px;
    margin: 0 auto;
  }
  .sp_flooting .page_top {
    width: calc(69 / 440 * 100vw);
  }
}
