:root {
  /* COLOR */
  --color-white: #fff;
  --color-black: #000;
  --color-main: #442a08;
  /* FONT */
  --font-main: 'Shippori Mincho', serif;
  --shadow-black: 1px 1px 4px var(--color-black);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 62.5%;
}

body {
  font-family: var(--font-main);
  color: var(--color-main);
}

header {
  position: relative;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
}
li {
  list-style-type: none;
}
img {
  display: block;
  width: 100%;
}
h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;

  font-size: 4rem;
  font-weight: 700;
  line-height: 5.8rem;
  letter-spacing: 0.04em;
  color: var(--color-white);
  text-shadow: var(--shadow-black);
}
h1 span {
  font-size: 3rem;
}
h2 {
  padding: 8rem 0;
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.6rem;
  text-align: center;
}
#gototop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
}
#gototop a {
  font-size: 2rem;
  background: rgba(198, 55, 36, 0.7);
  color: #fff;
  display: block;
  padding: 1.5rem 2rem;
  text-decoration: none;
  border-radius: 50%;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.mv {
  /* height: 704px; */
  position: relative;
}
.mv img {
  width: 100dvw;
}

.container {
  max-width: min(108rem, 90%);
  margin: 0 auto;
  padding: 0 3.2rem 0;
}
.main {
  background-image: url('../img/bg.jpg');
  background-size: contain;
}
.img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  /* object-fit: cover; */
}
/***********DAY1***********/
#day01,
#day02,
#recommended {
  height: auto;
  padding-bottom: 10rem;
}
#day02 {
  /* height: fit-content; */
}

.day_number {
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 54px */
}

.experience,
.experience--left {
  position: relative;
  z-index: 1;
}
.experience::after,
.experience--left::after {
}
.experience::after {
  right: 0;
}
.experience--left::after {
  left: 0;
}
.experience--details {
  gap: 20px;
}
.experience--content {
  position: relative;
  height: 288px;
}

.experience--time {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.6rem; /* 36px */
}
.experience--text {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  margin-top: 2rem;
  line-height: 2.88rem; /* 28.8px */
}
.vertical-text,
.vertical-text-left {
  writing-mode: vertical-rl;
}
.vertical-text::after {
  position: absolute;
  content: url('../img/cloud.svg');
  bottom: 0;
  right: 0;
  z-index: -1;
}
.vertical-text-left::after {
  position: absolute;
  content: url('../img/cloud.svg');
  bottom: 0;
  left: 0;
  z-index: -1;
}
.absolute {
  position: absolute;
}
.vertical-text p,
.vertical-text-left p {
  /* position: absolute; */
  font-size: 3rem;
  font-style: normal;
  font-weight: 800;
  line-height: 4.8rem;
  letter-spacing: 1.6rem;
  text-wrap: nowrap;
}
.vertical-text span,
.vertical-text-left span {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 163%;
  letter-spacing: 0.96px;
}
.vertical-text p:nth-child(2) {
}

#recommended .flex {
  /* justify-content: space-between; */
  gap: 4rem;
  margin-top: 6rem;
  /* flex-wrap: wrap; */
}
.flex-items {
  background-color: white;
  height: 40rem;
  width: calc(100% / 3);
  /* width: 32rem; */
  /* padding: 20px; */
}
.flex-items .body {
  margin-top: 2rem;
  padding: 0.8rem 1.6rem;
}
.body h3 {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.body h3 {
  background: url('../img/icon_arrow_right.png') 100% center no-repeat;
  line-height: 1.4;
  margin-bottom: 12px;
  padding-right: 7px;
}
.body p {
  font-size: 1.4rem;
}
.flex-items img {
  width: 100%;
}

.access {
  text-align: center;
  margin: auto;
  max-width: 78rem;
}
.access h3 {
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 28.8px; /* 96% */
}
.access p {
  margin-top: 1.8rem;
  color: #222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px; /* 181.417% */
}

.map {
  margin-top: 2rem;
}

.map iframe {
  width: 78rem;
  height: 45rem;
}

.footer {
  max-width: 192rem;
  background: #fffaf1;
}

.footer .info {
  max-width: 108rem;
  margin: auto;
  padding: 3.2rem;
  height: 102px;
  gap: 2rem;
}
.info img {
  /* width: 212px; */
}

.copyright {
  background: #442a08;
  height: 5.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 20.4px */
  padding: 15px;
}
address {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 20.4px */
  gap: 3rem;
}
/* .access-btn {
  display: flex;
} */
/***********DAY1***********/

/***********DAY2***********/

/***********DAY2***********/

@media (max-width: 768px) {
.body h3 {
    margin-bottom: 5px;
    }
.black-btn, .black-btn2 {
    font-size: 2rem;
    }
.vertical-text p,
.vertical-text-left p {
    line-height: 3.5rem;
    }
.flex-items .body {
    padding: 0 1.6rem;
    }
}