@charset "UTF-8";
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;
}

.map {
  width: 100%;
  height: 100%;
  background-color: #F9F9F0;
  aspect-ratio: 427/291;
}
.map iframe {
  width: 100%;
  height: 100%;
}

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

.section2 {
  position: relative;
}
.section2 .btn__sectionList,
.section2 .btn__detail {
  position: absolute;
  width: 92.3076923077%;
  max-width: 43 0px;
  left: 50%;
  transform: translateX(-50%);
}
.section2 .btn__sectionList img,
.section2 .btn__detail img {
  width: 100%;
}
.section2 .btn__sectionList {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.6rem, 2.8205128205vw, 1.1rem);
  bottom: clamp(18.2rem, 69.7435897436vw, 33.5rem);
  visibility: hidden; /* 初期状態では非表示 */
}
.section2 .btn__detail {
  bottom: clamp(3.6rem, 12.8205128205vw, 6.2rem);
}

body.loaded .btn__sectionList {
  visibility: visible !important; /* ページ読み込み後に表示 */
  transition: visibility 0.3s ease;
}

.section4 {
  position: relative;
  padding-bottom: clamp(5rem, 14.6666666667vw, 5.5rem);
}
.section4 .btn__tour {
  position: absolute;
  width: 92.3076923077%;
  max-width: 410px;
  bottom: clamp(12rem, 41.0256410256vw, 19.5rem);
  left: 50%;
  transform: translateX(-50%);
}
.section4 .btn__tour img {
  width: 100%;
}

.fixed__btn__list {
  display: flex;
  width: min(100%, 480px);
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fixed__btn__list li {
  width: 50%;
}
.fixed__btn__list li a {
  display: block;
}
.fixed__btn__list li img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */