#top #reserve {
  display: inline-block;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 200;
  transform: translateY(-50%);
  background: #E59736;
  line-height: 0;
  padding: 24px 16px 24px 18px;
  border-radius: 6px 0 0 6px;
}
#top #reserve:hover {
  filter: brightness(110%);
}
#top #visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top #visual {
    overflow: visible;
    height: auto;
  }
}
#top #visual #image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/oze/assets/image/top/visual.jpg");
  background-size: cover;
  background-position: center;
  animation: zoomIn 20s infinite alternate; /* Slow zoom effect */
}
@media screen and (max-width: 767px) {
  #top #visual #image {
    position: relative;
    height: 100dvh;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
#top #visual #oze_top_title_whole {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
#top #visual #title {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#top #visual #title .en {
  margin-bottom: 5vw;
}
#top #visual #title h1 {
  color: #fff;
  font-size: clamp(4rem, 5vw, 5rem);
  letter-spacing: 1.5ex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #visual #title h1 {
    font-size: min(8vw, 3rem);
  }
}
#top #visual #live {
  position: absolute;
  right: 3%;
  bottom: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top #visual #live {
    width: 100px;
    height: 100px;
    bottom: auto;
    top: calc(100dvh - 120px);
  }
}
#top #visual #news {
  position: absolute;
  z-index: 2;
  bottom: 3%;
  left: 3%;
  max-width: 972px;
  width: calc(100% - 130px);
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 12px 27px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #top #visual #news {
    position: static;
    margin-top: 2rem;
    display: block;
    width: 100%;
  }
}
#top #visual #news h2 {
  width: 120px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top #visual #news h2 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
#top #visual #news .content {
  flex: 1;
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #top #visual #news .content {
    font-size: 1.4rem;
  }
}
#top #visual #news .content {
  padding-right: 15px;
}
#top #visual #news .more {
  display: inline-block;
  width: 80px;
  position: relative;
  font-size: clamp(1.1rem, 0.9153846154rem + 0.2403846154vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #top #visual #news .more {
    font-size: 1.3rem;
  }
}
#top #visual #news .more::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: 0;
  top: 9px;
}
#top .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #top .section-title {
    margin-bottom: 40px;
  }
}
#top .section-title h2 {
  font-size: clamp(2.4rem, 2.0307692308rem + 0.4807692308vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #top .section-title h2 {
    font-size: 2.8rem;
  }
}
#top .section-title h2 {
  letter-spacing: 2px;
  font-weight: 500;
  display: inline-block;
}
#top .section-title .il1, #top .section-title .il2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#top .first-block.layout {
  display: flex;
  gap: 6%;
}
@media screen and (max-width: 767px) {
  #top .first-block.layout {
    display: block;
  }
}
#top .first-block.layout .text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top .first-block.layout .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top .first-block.layout .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top .first-block.layout .image {
    width: 100%;
  }
}
#top .first-block .text .copy {
  font-size: clamp(3rem, 4vw, 4rem);
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #top .first-block .text .copy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#top #stay {
  margin-bottom: 200px;
}
#top #stay .section-title .il1 {
  left: 50%;
  transform: translate(-300px, -20%);
}
#top #stay .section-title .il2 {
  right: 50%;
  transform: translate(150px, -50%);
}
#top #stay .first-block {
  margin-bottom: 60px;
}
#top #stay .layout {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  #top #stay .layout {
    display: block;
  }
}
#top #stay .layout h3 {
  margin-bottom: 1rem;
}
#top #stay .layout.col2 {
  margin-bottom: 70px;
}
#top #stay .layout.col2 a {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #top #stay .layout.col2 a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top #stay .layout.col3 a {
  width: 33.333%;
}
@media screen and (max-width: 767px) {
  #top #stay .layout.col3 a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top #lodge-list {
  margin-bottom: 100px;
}
#top #lodge-list .inner {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner {
    padding-bottom: 40px;
  }
}
#top #lodge-list .inner .title {
  position: relative;
  transform: translateY(-50%);
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner .title {
    margin-bottom: 30px;
  }
}
#top #lodge-list .inner .title h2 {
  display: inline-block;
  background-color: #E0D8C2;
  line-height: 1;
  border-radius: 50px;
  padding: 14px 47px;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner .title h2 {
    font-size: 2.6rem;
  }
}
#top #lodge-list .inner .title .il {
  position: absolute;
  left: 245px;
  bottom: 0;
  line-height: 0;
}
#top #lodge-list .inner .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner .layout {
    display: block;
  }
}
#top #lodge-list .inner .layout a {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner .layout a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
#top #lodge-list .inner .layout a h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.7rem, 1.4230769231rem + 0.3605769231vw, 2rem);
}
@media screen and (max-width: 767px) {
  #top #lodge-list .inner .layout a h3 {
    font-size: 2rem;
  }
}
#top #lodge-list .inner .layout a h3 {
  font-weight: 500;
}
#top #lodge-map {
  margin-bottom: 100px;
}
#top #lodge-map .inner {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding-bottom: 77px;
}
#top #lodge-map .inner .title {
  position: relative;
  transform: translateY(-50%);
}
#top #lodge-map .inner .title h2 {
  display: inline-block;
  background-color: #E0D8C2;
  line-height: 1;
  border-radius: 50px;
  padding: 14px 47px;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #top #lodge-map .inner .title h2 {
    font-size: 2.6rem;
  }
}
#top #lodge-map .inner img {
  max-width: none;
  width: 100%;
}
#top #first {
  background-color: #EDE8DB;
  padding: 100px 0;
}
#top #first .title {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #top #first .title {
    margin-bottom: 40px;
  }
}
#top #first .title h2 {
  font-size: clamp(2.4rem, 2.0307692308rem + 0.4807692308vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #top #first .title h2 {
    font-size: 2.8rem;
  }
}
#top #first .title h2 {
  font-weight: 500;
}
#top #first .title .il {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(150px, -50%);
}
@media screen and (max-width: 767px) {
  #top #first .title .il {
    transform: translate(0, -140%);
  }
}
#top #first .copy {
  font-size: clamp(3rem, 4vw, 4rem);
  margin-bottom: 60px;
  letter-spacing: 0.3ex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top #first .copy {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#top #first .lead {
  max-width: 610px;
  margin: 0 auto 60px;
}
#top #first .links {
  background: url(/oze/assets/image/top/first-bg.jpg) no-repeat center center/cover;
  padding-block: 25vw 60px;
  padding-inline: 5%;
}
#top #first .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 940px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top #first .links ul {
    display: block;
  }
}
#top #first .links ul li {
  width: 48%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #top #first .links ul li {
    width: 100%;
  }
}
#top #first .links ul li a {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 16px 50px 18px 20px;
  border-radius: 6px;
}
#top #first .links ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
#top #flower {
  padding-block: 100px;
}
#top #flower .title {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #top #flower .title {
    margin-bottom: 40px;
  }
}
#top #flower .title h2 {
  font-size: clamp(2.4rem, 2.0307692308rem + 0.4807692308vw, 2.8rem);
}
@media screen and (max-width: 767px) {
  #top #flower .title h2 {
    font-size: 2.8rem;
  }
}
#top #flower .title h2 {
  font-weight: 500;
}
#top #flower .title .il {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-220px, -65%);
}
@media screen and (max-width: 767px) {
  #top #flower .title .il {
    transform: translate(-50%, -140%);
  }
}
#top #flower .first-block {
  margin-bottom: 60px;
}
#top #flower .season-layout {
  display: flex;
  justify-content: space-between;
}
#top #flower .season-layout a {
  width: 28%;
  text-align: center;
}
#top #flower .season-layout a h3 {
  font-size: clamp(2.2rem, 1.8307692308rem + 0.4807692308vw, 2.6rem);
}
@media screen and (max-width: 767px) {
  #top #flower .season-layout a h3 {
    font-size: 2.6rem;
  }
}
#top #flower .season-layout a h3 {
  margin-bottom: 20px;
}
#top #flower .season-layout a p {
  margin-top: 20px;
}
#top #people {
  background: #EDE8DB;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  #top #people {
    padding-block: 50px;
  }
}
#top #people .section-title .il {
  position: absolute;
  right: 50%;
  transform: translate(230px, -80%);
}
@media screen and (max-width: 767px) {
  #top #people .section-title .il {
    transform: translate(50%, -140%);
  }
}
#top #people .first-block {
  max-width: 610px;
  margin: 0 auto 60px;
}
#top #people .first-block .copy {
  text-align: center;
}
#top #people .people-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top #people .people-layout {
    display: block;
  }
}
#top #people .people-layout a {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #top #people .people-layout a {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }
}
#top #people .people-layout a h3 {
  margin-top: 1rem;
}
#top #contact {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  #top #contact {
    padding: 50px 0;
  }
}
#top #contact .inner {
  max-width: calc(1030px + 6%);
  background-color: #EDE8DB;
  border-radius: 6px;
  padding: 40px;
  text-align: center;
}
#top #contact .inner h2 {
  font-size: clamp(2rem, 1.6307692308rem + 0.4807692308vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #top #contact .inner h2 {
    font-size: 2.4rem;
  }
}
#top #contact .inner h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #top #contact .inner h2 {
    font-size: 2rem;
  }
}
#top #contact .inner p {
  font-size: clamp(1.2rem, 1.0153846154rem + 0.2403846154vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  #top #contact .inner p {
    font-size: 1.4rem;
  }
}
#top #contact .inner p {
  margin-bottom: 30px;
}
#top #contact .inner a {
  background-color: #E0D8C2;
  border-radius: 40px;
  line-height: 1;
  padding: 14px 47px;
  display: block;
  max-width: 715px;
  margin: auto;
  margin-bottom: 50px;
}
#top #contact .inner .information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 715px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #top #contact .inner .information {
    display: block;
  }
}
#top #contact .inner .information .tel {
  font-size: clamp(2rem, 1.6307692308rem + 0.4807692308vw, 2.4rem);
}
@media screen and (max-width: 767px) {
  #top #contact .inner .information .tel {
    font-size: 2.4rem;
  }
}
#top #contact .inner .information p {
  font-size: clamp(1.1rem, 0.9153846154rem + 0.2403846154vw, 1.3rem);
}
@media screen and (max-width: 767px) {
  #top #contact .inner .information p {
    font-size: 1.3rem;
  }
}
#top #contact .inner .information p {
  text-align: left;
  margin-bottom: 0;
}