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: 450px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(0rem, 18vw, 8.1rem);
}

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

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

.btnList {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 92.6829268293%;
}
.btnList a {
  display: block;
}
.btnList a:nth-of-type(2) {
  margin-top: clamp(0rem, 3.1707317073vw, 1.3rem);
}
.btnList a img {
  width: 100%;
}

.section2 .btnList {
  bottom: clamp(0rem, 60.243902439vw, 27rem);
}

.section6 .btnList {
  bottom: clamp(0rem, 60.243902439vw, 27rem);
}

.section8 .btnList {
  top: clamp(0rem, 151.4634146341vw, 68rem);
}
.section8 .btnList a:nth-of-type(3) {
  margin-top: clamp(0rem, 0.4166666667vw, 1rem);
}
.section8 .map {
  position: absolute;
  left: 50%;
  bottom: clamp(0rem, 18.7804878049vw, 8.5rem);
  transform: translateX(-50%);
  width: 87.8048780488%;
  aspect-ratio: 360/282;
}
.section8 .map iframe {
  width: 100%;
  height: 100%;
}

.section7 {
  position: relative;
}
.section7 .btns {
  position: absolute;
  top: clamp(0rem, 146.5853658537vw, 67rem);
  left: 50%;
  transform: translateX(-50%);
  width: 88.0487804878%;
}
.section7 .btns a {
  display: block;
  transition: opacity 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .section7 .btns a:hover {
    opacity: 0.8;
  }
}
.section7 .btns a:nth-of-type(2) {
  margin-top: 1.1rem;
}
.section7 .btns a:nth-of-type(3) {
  margin-top: 3.5rem;
  width: 86.1495844875%;
  margin-inline: auto;
}
.section7 .btns a img {
  width: 100%;
}

.fixedBtns {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100%;
  max-width: 45rem;
}
.fixedBtns a {
  width: 33.4146341463%;
}
.fixedBtns a img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */