html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding: 100px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-x: hidden;
}
h1 {
  font-weight: 500;
}
h2 {
  font-weight: 500;
}
a {
  text-decoration: none;
  display: block;
  color: #fff;
}
li {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
}
main {
  font-weight: 400;
}
p {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  line-height: 2;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.h-inner {
  background-color: rgba(244, 68, 68, 0.13);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.h-logo {
  width: calc(392 / 1920 * 100vw);
  padding: calc(30 / 1920 * 100vw) 0 calc(30 / 1920 * 100vw)
    calc(30 / 1920 * 100vw);
}
.h-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 / 1920 * 100vw);
  padding: calc(77 / 1920 * 100vw) 0 calc(44 / 1920 * 100vw);
}
.h-contact ul {
  display: flex;
}
.h-contact li img {
  width: calc(27 / 1920 * 100vw);
}

.h-contact .h-tel {
  background-color: #86bcd1;
  padding: calc(21 / 1920 * 100vw) 0;
  width: calc(200 / 1920 * 100vw);
}
.h-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 1920 * 100vw);
}
.h-web {
  background-color: #d6afb5;
  padding: calc(21 / 1920 * 100vw) 0;
  width: calc(200 / 1920 * 100vw);
}
.h-web a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 / 1920 * 100vw);
}
.h-line {
  background-color: #01b901;
  padding: calc(21 / 1920 * 100vw) 0;
  width: calc(148 / 1920 * 100vw);
  text-align: center;
}

.c-btn {
  background-color: #d6afb5;
  padding: calc(22 / 1920 * 100vw) 0;
  width: calc(600 / 1920 * 100vw);
  margin: 0 auto;
}
.c-btn a {
  font-size: min(calc(32 / 1440 * 100vw), 3.2rem);
  text-align: center;
  position: relative;
}

.c-btn a::after {
  content: "";
  background: url(../img/arw_w.webp) no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: calc(20 / 1920 * 100vw);
  transform: translate(0, -50%);
}


.f-inner {
  padding: calc(107 / 1920 * 100vw) 0 0;
}
.f-inner h1 {
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  text-align: center;
  line-height: 2;
}

.f-contact ul {
  display: flex;
  justify-content: center;
  margin: calc(40 / 1920 * 100vw) 0 calc(97 / 1920 * 100vw);
  gap: calc(223 / 1920 * 100vw);
}
.f-contact a {
  padding: calc(10 / 1920 * 100vw) 0;
  width: calc(250 / 1920 * 100vw);
  text-align: center;
  margin: calc(20 / 1920 * 100vw) auto 0;
}

.f-web a {
  background-color: #27acd9;
}
.f-tel a {
  background-color: #60cfbb;
}
.f-menu {
  display: flex;
  justify-content: space-around;
}
.f-logo img {
  width: calc(392 / 1920 * 100vw);
}
.f-logo p {
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
}
.sitemap p {
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  font-family: "Alex Brush", cursive;
  color: #98b576;
}

.sitemap {
  display: flex;
  align-items: center;
}
.sitemap ul {
  display: flex;
  gap: calc(48 / 1920 * 100vw);
}
.sitemap a {
  color: #333;
  font-size: min(calc(24 / 1920 * 100vw), 2.4rem);
  font-weight: 900;
}
.copy {
  border-top: solid 1px #d9d9d9;
  padding: calc(54 / 1920 * 100vw) 0;
  width: calc(1420 / 1920 * 100vw);
  margin: 0 auto;
}
.copy p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  li {
    font-size: 2.4rem;
  }
  p {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .c-btn {
    padding: 11px 0;
    width: 293px;
  }
  .c-btn a::after {
    width: 17px;
    height: 17px;
    right: 9px;
  }
  .h-inner {
    background-color: unset;
  }
  .h-logo {
    width: 260px;
    padding: 20px 0 0 8px;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: fixed;
    top: 20px;
    right: 15px;
    width: 55px;
    height: 55px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    background-color: #fb6276;
    border: unset;
    padding: 0;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 31px;
    height: 4px;
    left: 12px;
    background: #fff;
  }
  .menu-btn p {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: 15px;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 10px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 19px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 28px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 19px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  .h-nav ul {
    display: flex;
    gap: calc(40 / 1920 * 100vw);
    justify-content: center;
  }
  .h-nav a {
    font-size: 2.4rem;
    color: #333;
    font-weight: 700;
  }
  .h-nav {
    background-color: #f2eeea;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    right: -100%;
    transition: right 0.4s ease;
  }
  .h-nav.active {
    right: 0;
  }

  .h-nav ul {
    display: block;
    margin: 0;
    width: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .h-nav ul li {
    padding: 0px 0 46px;
    position: relative;
  }
  .h-nav ul li:last-of-type {
    margin-right: 0;
  }
  .h-nav ul li a {
    position: static;
    font-size: 2rem;
    text-align: center;
    align-items: flex-start;
  }
  .h-nav a span {
    display: none;
  }
  .h-nav img {
    width: 144px;
    margin: 0 auto;
  }

  .f-inner h1 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .f-contact ul {
    display: block;
    margin: 76px 0 86px;
  }
  .f-contact li {
    text-align: center;
  }
  .f-contact a {
    width: 250px;
    margin: 26px auto 60px;
    padding: 11px 0;
  }
  .f-menu {
    display: block;
  }
  .f-logo img {
    width: 305px;
    margin: 0 auto;
  }
  .f-logo p {
    font-size: 2rem;
    text-align: center;
  }
  .sitemap {
    display: block;
  }
  .sitemap p {
    font-size: 4rem;
    text-align: center;
  }
  .sitemap ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 37px;
  }
  .sitemap a {
    font-size: 1.6rem;
  }
  .copy {
    padding: 16px 0 73px;
    margin: 43px auto 0;
  }
  .sp_flooting {
    position: fixed;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 最後だけ固定幅 */
    width: 100%;
    z-index: 99;
  }
  .sp_flooting .sp_tel_btn {
    background-color: #86bcd1;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sp_flooting .sp_web {
    background-color: #d6afb5;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sp_line {
    background-color: #01b901;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sp_flooting .sp_tel_btn a,
  .sp_flooting .sp_web a,
  .sp_line a {
    color: #fff;
    text-align: center;
  }
  .sp_flooting .sp_tel_btn p,
  .sp_flooting .sp_web p,
  .sp_flooting .sp_line p {
    font-size: 2rem;
    color: #fff;
    line-height: 1.2;
  }
  .sp_flooting .sp_tel_btn img {
    width: 19px;
    margin: 0 auto;
  }

  .sp_flooting .sp_web img {
    width: 24px;
    margin: 0 auto;
  }
}
