html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 1px solid #888;
  border-radius: none;
  font: inherit;
  outline: none;
  display: block;
  width: 100%;
}

figure {
  margin: 0;
}

textarea {
  resize: vertical;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: -webkit-fill-available;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  overflow-y: scroll;
}

picture {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

address {
  font-style: normal;
}

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

:root {
  --b-shadow: drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.2));
  --b-gray: #cdcdcd 1px solid;
  --b-radius: 9999px;
  --l-gray: #e2e9ee;
  --c-primary: #333333;
  --c-black: #000000;
  --c-blue: #059dff;
  --c-gray: #c9c9c9;
  --c-red: #ff699c;
  --c-white: #fff;
  --f-primary: "BIZ UDPGothic", sans-serif;
  --f-chillax: "Chillax", sans-serif;
  --f-corporate: "corporate-logo-ver2", sans-serif;
  --z-index-head: 9997;
  --z-index-hamburger: 9998;
  --pp-line: 1px solid #dedede;
  --bs-line: 1px solid #dedede;
  --toc-line: 1px solid #e6e6e6;
}

.wrap {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(0rem, 16.5853658537vw, 7.7rem);
}

a {
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

div[class^=section] {
  position: relative;
}

.fixed__btn__list {
  display: flex;
  justify-content: space-between;
  width: min(100%, 480px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: #fff;
}
.fixed__btn__list li {
  width: 49.3670886076%;
}
.fixed__btn__list li a {
  display: block;
}
.fixed__btn__list li img {
  width: 100%;
}

.map {
  width: 90.243902439%;
  aspect-ratio: 370/300;
  margin-inline: auto;
  margin-bottom: clamp(4.4rem, 10.7317073171vw, 4.4rem);
}
.map iframe {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.btn__reserve {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80.487804878%;
}
.btn__reserve li {
  border-radius: 4px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.btn__reserve li:nth-child(2) {
  margin-top: clamp(1rem, 3.4146341463vw, 1.4rem);
}
.btn__reserve li a {
  display: block;
}
.btn__reserve li img {
  border-radius: 4px;
  width: 100%;
}

.btn__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(20rem, 69.512195122vw, 33rem);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 7px;
}
.btn__link img {
  width: 100%;
}

.fv {
  position: relative;
}
.fv .reserve {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 2.4390243902vw, 1.6rem);
  transform: translateX(-50%);
}
.fv .reserve__body {
  width: clamp(0rem, 90.243902439vw, 42rem);
}
.fv .reserve__body .tab {
  display: flex;
  align-items: center;
}
.fv .reserve__body .tab .item {
  font-size: clamp(0rem, 4.3902439024vw, 1.8rem);
  font-family: var(--f-corporate);
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--c-red);
  flex-grow: 1;
  background-color: var(--c-white);
  padding: clamp(0rem, 0.9756097561vw, 0.4rem) clamp(0.8rem, 2.4390243902vw, 1rem);
  border-top: 2px var(--c-red) solid;
  border-right: 2px var(--c-red) solid;
  border-left: 2px var(--c-red) solid;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.fv .reserve__body .tab .item:not(:first-of-type) {
  margin-left: -2px;
}
.fv .reserve__body .tab .item.current {
  background-color: var(--c-red);
  color: var(--c-white);
}
.fv .reserve__body .tab .item:hover {
  background-color: var(--c-red);
  color: var(--c-white);
}
.fv .reserve__body .contents .item {
  background-color: var(--c-white);
  border: 2px solid var(--c-red);
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
  overflow: hidden;
  aspect-ratio: 370/190;
  margin-inline: auto;
}
@media screen and (max-width: 430px) {
  .fv .reserve__body .contents .item {
    aspect-ratio: 370/230;
  }
}
.fv .reserve__body .contents .item iframe {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  border: none;
  transition: opacity 0.4s ease;
}
.fv .reserve__body .contents .item iframe.active {
  display: block;
  opacity: 1;
}

.section1 {
  position: relative;
}
.section1 .btn__list {
  position: absolute;
  left: 50%;
  bottom: clamp(3rem, 10.7317073171vw, 4.4rem);
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  width: 89.2682926829%;
}
.section1 .btn__list li {
  width: 48.6338797814%;
}
.section1 .btn__list li img {
  width: 100%;
}

.section2 .btn__link {
  bottom: clamp(0rem, 22.6829268293vw, 11.2rem);
}

.section3 .btn__link {
  bottom: clamp(4.2rem, 16.5853658537vw, 8rem);
}

.section4 .btn__link {
  bottom: clamp(4rem, 14.6341463415vw, 7.2rem);
}

.section5 .btn__link {
  bottom: clamp(10rem, 41.4634146341vw, 20.4rem);
}

.section7 {
  background-color: #fbfbfb;
}
/*# sourceMappingURL=style.css.map */