html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  scroll-padding: 100px;
  /* overflow-x: hidden; */
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
a {
  text-decoration: unset;
  color: #353535;
  display: block;
}
main {
  padding-top: 160px;
}
h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(calc(64 / 1920 * 100vw), 6.4rem);
  font-weight: 900;
}
h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: min(calc(48 / 1920 * 100vw), 4.8rem);
  font-weight: 700;
}
h3 {
  font-family: "Charmonman", cursive;
}

p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.wrapper {
  overflow-x: hidden;
}
.c-btn {
  background-image: linear-gradient(90deg, #2bc0e4, #eaecc6);
  width: calc(264 / 1920 * 100vw);
  margin: 0 auto;
  padding: calc(20.5 / 1920 * 100vw) 0;
}
.c-btn a {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
.p-mv {
  position: relative;
}
.p-mv::after {
  content: "";
  background: url(../img/dec_01.png) no-repeat;
  background-size: contain;
  width: calc(692 / 1920 * 100vw);
  aspect-ratio: 692/606;
  display: block;
  position: absolute;
  bottom: calc(-420 / 1920 * 100vw);
  right: calc(-80 / 1920 * 100vw);
  z-index: -1;
}
.mv {
  background: url(../img/mv.webp) no-repeat center;
  background-size: cover;
  width: calc(1434 / 1920 * 100vw);
  aspect-ratio: 1434/446;
}
.p-mv_ttl {
  writing-mode: vertical-lr;
  position: absolute;
  right: calc(342 / 1920 * 100vw);
  top: 17px;
  letter-spacing: 0.8rem;
  white-space: nowrap;
}
/* ----------

--------------*/
.l-header_inner {
  display: flex;
  justify-content: space-between;
  padding: calc(8 / 1920 * 100vw) calc(74 / 1920 * 100vw);
  align-items: center;
  position: fixed;
  z-index: 999;
  width: 93%;
  background-color: #fff;
}
.h-logo {
  width: calc(136 / 1920 * 100vw);
}
.l-nav ul {
  display: flex;
}
.l-nav ul li {
  padding-right: calc(40 / 1920 * 100vw);
}
.l-nav li a {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
  position: relative;
}
.l-nav li a::after {
  content: "";
  background-color: #b1faff;
  width: 0;
  height: calc(9 / 1920 * 100vw);
  position: absolute;
  bottom: calc(-15 / 1920 * 100vw);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
.l-nav a.checked::after {
  width: calc(9 / 1920 * 100vw);
}

.h-contact ul {
  display: flex;
  gap: calc(25 / 1920 * 100vw);
}
.h-hp ul {
  display: flex;
  gap: calc(8 / 1920 * 100vw);
}
.h-tel a {
  color: #00bbc8;
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
  position: relative;
}
.h-tel a::before {
  content: "";
  background: url(../img/tel.png) no-repeat;
  position: absolute;
  background-size: contain;
  width: calc(35 / 1920 * 100vw);
  height: calc(35 / 1920 * 100vw);
  left: calc(-35 / 1920 * 100vw);
  top: calc(10 / 1920 * 100vw);
}
.h-net {
  background-color: #ff8000;
  padding: calc(13.5 / 1920 * 100vw) calc(21.5 / 1920 * 100vw);
}
.h-net a {
  color: #fff;
  font-size: min(calc(16 / 1920 * 100vw), 1.6rem);
}

.h-hp li {
  width: calc(113 / 1920 * 100vw);
}
footer {
  position: relative;
}
footer::after {
  content: "";
  background: url(../img/dec_01.png) no-repeat;
  width: calc(566 / 1920 * 100vw);
  aspect-ratio: 566/495;
  position: absolute;
  bottom: calc(-60 / 1920 * 100vw);
  left: calc(-170 / 1920 * 100vw);
  background-size: cover;
}
.l-footer__inner {
  margin: calc(100 / 1920 * 100vw);
}
.l-footer__inner::after {
}
.f-logo img {
  width: calc(169 / 1920 * 100vw);
  margin: 0 auto;
}
.f-logo p {
  text-align: center;
  margin: calc(54 / 1920 * 100vw) 0 calc(24 / 1920 * 100vw);
}
.f-contact {
  margin-bottom: calc(44 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  gap: calc(60 / 1920 * 100vw);
  align-items: center;
  margin-left: calc(160 / 1920 * 100vw);
}
.f-contact ul {
  display: flex;
  gap: calc(45 / 1920 * 100vw);
  justify-content: center;
}

.f-tel {
  border: #00bbc8 solid 1px;
  padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw)
    calc(15 / 1920 * 100vw);
}
.f-tel a {
  color: #00bbc8;
  font-size: min(calc(40 / 1920 * 100vw), 4rem);
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: end;
}
.f-tel a img {
  width: calc(35 / 1920 * 100vw);
  height: calc(35 / 1920 * 100vw);
}
.f-net {
  background-color: #ff8000;
  padding: calc(30 / 1920 * 100vw) calc(37.5 / 1920 * 100vw);
}
.f-net a {
  color: #fff;
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
}

.f-hp ul {
  display: flex;
  gap: calc(8 / 1920 * 100vw);
}

.f-hp li {
}

.f-tabelog {
  width: calc(59 / 1920 * 100vw);
}
.f-hotpepper {
  width: calc(102 / 1920 * 100vw);
}
.f-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(169 / 1920 * 100vw);
}
.f-list ul li {
  padding-right: calc(40 / 1920 * 100vw);
}
.f-list li a {
  font-size: min(calc(20 / 1920 * 100vw), 2rem);
  font-weight: 500;
}

.f-instagram {
  width: calc(29 / 1920 * 100vw);
}
.copy {
  font-size: min(calc(16 / 1920 * 100vw), 1.6rem);
  font-weight: 400;
  text-align: center;
  margin-bottom: calc(55 / 1920 * 100vw);
}
.pagetop {
  position: fixed;
  height: calc(69 / 1920 * 100vw);
  width: calc(69 / 1920 * 100vw);
  bottom: calc(126 / 1920 * 100vw);
  right: calc(164 / 1920 * 100vw);
}
.pagetop a {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  p {
    font-size: 1.6rem;
  }
  .c-btn {
    width: 264px;
    padding: 20.5px 0;
    margin: 62px auto 0;
  }
  .c-btn a {
    font-size: 20px;
  }
  .pagetop {
    position: absolute;
    height: 69px;
    width: 69px;
    bottom: 170px;
    right: 20px;
  }
  .pagetop a {
    display: block;
    height: 69px;
    width: 69px;
  }

  /* ------------

---------------*/
  .mv {
    width: calc(375 / 430 * 100vw);
    aspect-ratio: 430/210;
  }
  .p-mv_ttl {
    right: calc(10 / 430 * 100vw);
    top: 0;
  }
  /* --------------
  
  --------------*/
  .l-header_inner {
    padding: 0;
    display: block;
    width: 100%;
  }

  .h-logo {
    width: 136px;
  }
  .h-contact ul {
    display: none;
  }
  .h-tel {
  }
  .h-hp {
    position: fixed;
    bottom: 0;
    z-index: 999;
  }
  .h-hp ul {
    gap: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .h-tel a {
    background-color: #00bbc8;
    color: #fff;
    font-size: calc(18 / 440 * 100vw);
    width: calc(217 / 440 * 100vw);
    padding: calc(24.5 / 430 * 100vw);
    text-align: center;
    display: flex;
    align-items: end;
    justify-content: center;
    -webkit-text-size-adjust: none;
    gap: 5px;
  }
  .h-tel img {
    width: 15px;
    height: 15px;
  }
  .h-hp li {
    width: auto;
    background-color: #fff;
  }
  .h-tabelog,
  .h-hotpepper {
    width: calc(113 / 440 * 100vw) !important;
  }
  .l-nav {
    background-color: #b1faff;
    display: none;
    height: 100vh;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .l-nav ul {
    display: block;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .l-nav ul li {
    padding: 10px;
    position: relative;
  }
  .l-nav ul li:last-of-type {
    margin-right: 0;
  }
  .l-nav ul li a {
    position: static;
    font-size: 2rem;
    text-align: center;
  }
  .menu-btn {
    display: block;
    pointer-events: all;
    position: absolute;
    top: 32px;
    right: 32px;
    width: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    background-color: #00bbc8;
    border: unset;
    padding: 0;
  }
  .menu-btn .bar {
    display: block;
    position: absolute;
    width: 27px;
    height: 4px;
    left: 10px;
    background: #fff;
  }
  .menu-btn .bar:nth-of-type(1) {
    top: 11px;
    transition: 0.3s;
  }
  .menu-btn .bar:nth-of-type(2) {
    top: 22px;
  }
  .menu-btn .bar:nth-of-type(3) {
    top: 34px;
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(1) {
    top: 22px;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .menu-btn.active .bar:nth-child(2) {
    top: 22px;
    opacity: 0;
  }
  .menu-btn.active .bar:nth-child(3) {
    top: 22px;
    transform: rotate(-45deg);
    transition: 0.3s;
  }

  /* ------------
  
  ----------------*/
  .l-footer__inner {
    margin: 0;
    padding: 60px 0 100px;
  }
  .f-logo img {
    width: 156px;
  }
  .f-logo p {
    margin: 11px 0 27px;
  }
  .f-contact {
    display: block;
  }
  .f-contact ul {
    display: block;
    gap: 40px;
    margin-top: 40px;
  }
  .f-contact {
    margin-left: 0;
  }
  .f-tel {
    padding: 15px 0 15px;
    width: 324px;
    margin: 0 auto;
    text-align: center;
    border: #00bbc8 solid 2px;
  }
  .f-tel a {
    font-size: 3rem;
    gap: 5px;
    justify-content: center;
  }
  .f-net {
    width: 324px;
    margin: 11px auto 40px;
    padding: 30px 0;
    text-align: center;
  }
  .f-net a {
    font-size: 2rem;
  }
  .f-tel a img {
    width: 30px;
    height: 30px;
  }
  .f-hp {
    display: flex !important;
  }
  .f-tabelog {
    width: 105px;
  }
  .f-hotpepper {
    width: 153px;
  }
  footer::after {
    width: 411px;
    aspect-ratio: 411/360;
    left: -240px;
    z-index: -1;
    bottom: 60px;
  }
  .f-list ul {
    flex-wrap: wrap;
    gap: 20px 30px;
    margin: 72px 0 28px;
  }
  .f-list li a {
    font-size: 20px;
  }
  .f-list ul li {
    padding-right: 0px;
  }
  .f-instagram {
    width: 29px;
    height: 29px;
    margin: 0 auto 76px;
  }
}
