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: clamp(7.2rem, 21.3333333333vw, 10rem);
}

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

.map {
  width: 100%;
  margin-inline: auto;
}
.map iframe {
  width: 100%;
  aspect-ratio: 395/260;
}

.btn__list {
  width: 100%;
  position: absolute;
  left: 50%;
  max-width: 480px;
}
.btn__list .btn-web-reserve {
  display: block;
  width: 84.6153846154%;
  margin-inline: auto;
}
.btn__list .btn-web-reserve img {
  box-shadow: 2px 2px 4px 0px rgba(96, 96, 96, 0.2509803922);
  width: 100%;
}
.btn__list .btn-tel {
  display: block;
  width: 84.6153846154%;
  margin-inline: auto;
  margin-top: 10px;
}
.btn__list .btn-tel img {
  box-shadow: 2px 2px 4px 0px rgba(96, 96, 96, 0.2509803922);
  width: 100%;
}

.section3 {
  position: relative;
}
.section3 .btn-abeno-suminoe {
  display: flex;
  justify-content: space-between;
  width: clamp(25rem, 76.8292682927vw, 37rem);
  margin-inline: auto;
}
.section3 .btn-abeno-suminoe li {
  width: 47.619047619%;
}
.section3 .btn-abeno-suminoe li a {
  display: block;
}
.section3 .btn-abeno-suminoe li img {
  width: 100%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1803921569);
  border-radius: 4px;
}

.section4 {
  position: relative;
}
.section4 .btn__list {
  bottom: clamp(8rem, 28.2051282051vw, 12.8rem);
  transform: translate(-50%, -100%);
}

.section5 {
  position: relative;
}
.section5 .btn__list {
  bottom: clamp(34rem, 103.8461538462vw, 48rem);
  transform: translateX(-50%);
}
.section5 .map {
  position: absolute;
  bottom: clamp(6rem, 27.6923076923vw, 12rem);
  left: 50%;
  transform: translateX(-50%);
}

.fixed__btn__list {
  display: flex;
  justify-content: space-between;
  width: min(100%, 480px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px;
  background-color: #fff;
}
.fixed__btn__list li {
  width: 49.0716180371%;
}
.fixed__btn__list li a {
  display: block;
}
.fixed__btn__list li img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */