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;
}

.wrap {
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 67px;
}
.wrap .map {
  width: clamp(28rem, 90.243902439vw, 43rem);
  max-height: 570px;
  aspect-ratio: 370/300;
  margin-inline: auto;
}
.wrap .map iframe {
  width: 100%;
  height: 100%;
}
.wrap .contact__heading img {
  width: 100%;
}
.wrap .reserve--btn {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.4rem, 3.9024390244vw, 2rem);
}
.wrap .reserve--btn a {
  width: clamp(27rem, 75.6097560976vw, 35rem);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
  display: block;
  transition: opacity 0.4s ease;
  margin-inline: auto;
  border-radius: 4px;
  overflow: hidden;
}
.wrap .reserve--btn a img {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .wrap .reserve--btn a:hover {
    opacity: 0.7;
  }
}
.wrap .footer img {
  width: 100%;
}
.wrap .contact {
  position: absolute;
  top: clamp(20rem, 58.5365853659vw, 27rem);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(28rem, 80.487804878vw, 38rem);
}
.wrap .contact_reserve a, .wrap .contact_tel a {
  display: block;
}
.wrap .contact_reserve a img, .wrap .contact_tel a img {
  box-shadow: 0px 0px 10px 0px rgba(162, 151, 143, 0.5019607843);
  border-radius: 11.31px;
  width: 100%;
}
.wrap .contact_tel {
  padding-top: 14px;
}

.btn_item {
  width: 47.2972972973%;
}
.btn_item img {
  width: 100%;
}
.btn_item:last-of-type {
  margin-right: auto;
  margin-left: auto;
}

.fixed {
  position: fixed;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
  width: min(100%, 480px);
  background-color: #fff;
  z-index: 9999;
}
.fixed_list {
  display: flex;
  padding: 8px;
  -moz-column-gap: 1.5151515152%;
       column-gap: 1.5151515152%;
}
.fixed_reserved, .fixed_tel {
  width: 49.2424242424%;
}
.fixed_reserved img, .fixed_tel img {
  width: 100%;
}
.fixed_reserved a, .fixed_tel a {
  display: block;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .fixed_reserved a:hover, .fixed_tel a:hover {
    opacity: 0.7;
  }
}
.fixed_tel a {
  padding: clamp(0.6rem, 1.7073170732vw, 0.8rem) 3px clamp(0.6rem, 1.4634146341vw, 0.8rem) 8px;
}
/*# sourceMappingURL=style.css.map */