@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

img {
  flex-shrink: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

.text::before,
.text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin: -0.5em auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 999px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/***********************/
/*webフォント読み込み*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "Noto Sans JP", sans-serif, "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans";
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
  color: #322b29;
}

@media (hover: none) {
  *:hover {
    none: none;
  }
}
a {
  text-decoration: none;
  color: #322b29;
}

.sp_view {
  display: none !important;
}

@media screen and (max-width: 599px) {
  .sp_view {
    display: block !important;
  }
  .pc_view {
    display: none !important;
  }
}
.inner {
  overflow-x: hidden;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*404ページ*/
.page-404 {
  max-width: 780px;
  padding: 45px 0 100px;
  margin: 0 auto;
}
.page-404 .en_title {
  width: 116px;
  margin: 5px auto 25px;
}
.page-404 h1 {
  text-align: center;
  font-size: 2.8rem;
}
.page-404 p {
  text-align: center;
  padding: 40px 0 80px;
}
.page-404_btn a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  background: #eeebdb;
  border-radius: 40px;
  color: rgb(30, 94, 53);
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
}
.page-404_btn a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid rgb(30, 94, 53);
  border-left: 1.5px solid rgb(30, 94, 53);
  top: 50%;
  left: 15px;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 999px) {
  .page-404 h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .page-404 {
    padding: 10px 0 50px;
  }
  .page-404 .en_title {
    width: 101px;
    margin: 15px auto;
  }
  .page-404 h1 {
    font-size: 2rem;
  }
  .page-404 p {
    padding: 30px 0 50px;
    line-height: 1.75;
  }
  .page-404_btn a {
    font-size: 1.4rem;
    padding: 9px 0;
  }
}

.all_wrapper {
  position: relative;
}

.menu_openbtn {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999;
}
.menu_openbtn span {
  position: absolute;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  width: 34px;
  transform: translateX(-50%);
  z-index: 999;
}
.menu_openbtn span:nth-of-type(1) {
  top: 13px;
}
.menu_openbtn span:nth-of-type(2) {
  top: 20px;
}
.menu_openbtn span:nth-of-type(3) {
  top: 27px;
}
.menu_openbtn span:nth-of-type(3)::after {
  content: "";
  width: 34px;
  height: 10px;
  background: url(../images/nav_menu.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 50%;
  color: #fff;
  transform: translateX(-50%);
}
.menu_openbtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.menu_openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_openbtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.menu_openbtn.active span:nth-of-type(3)::after {
  content: "";
  width: 34px;
  height: 10px;
  background: url(../images/nav_close.svg) no-repeat center;
  transform: translateY(0) rotate(-45deg);
  top: 10px;
  left: 4px;
}
.menu_openbtn .bg_flower {
  position: absolute;
  width: 99px;
  height: 95px;
  background: url(../images/bg_g-menu.svg) no-repeat center;
  background-size: cover;
  top: -40%;
  left: -52%;
  z-index: 900;
}
.menu_openbtn .bg_flower.rotate {
  animation-name: RotateAnime;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.menu_openbtn .bg_flower.rotate-reverse {
  animation-name: RotateAnimeReverse;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes RotateAnime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes RotateAnimeReverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

#g-nav {
  position: fixed;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #eeebdb;
  transition: all 0.6s;
  z-index: 995;
}
#g-nav.panelactive {
  top: 0;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav ul li {
  list-style: none;
  text-align: center;
}
#g-nav ul li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.fixed_bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.fixed_bar_wrapper {
  display: flex;
}
.fixed_bar_wrapper .detail {
  display: flex;
  align-items: center;
  background: rgb(30, 94, 53);
  width: calc(100% - 330px);
  height: 60px;
  padding-left: 5%;
}
.fixed_bar_wrapper .detail p {
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
}
.fixed_bar_wrapper .detail p::before {
  content: "●";
  color: rgb(240, 234, 8);
  font-size: 1.7rem;
  padding-right: 10px;
}
.fixed_bar_wrapper .detail p .date {
  font-size: 2.2rem;
}
.fixed_bar_wrapper .detail p small {
  font-size: 1.6rem;
  padding: 0 0.5em 0 0.3em;
}
.fixed_bar_wrapper .detail p .yellow {
  color: rgb(240, 234, 8);
  padding-right: 1em;
}
.fixed_bar_wrapper .detail p br {
  display: none;
}
.fixed_bar_wrapper .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 60px;
  background: #c8c66a;
  font-size: 2rem;
  color: rgb(30, 94, 53);
  font-weight: 600;
  text-align: center;
}
.fixed_bar_wrapper .link_btn a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgb(30, 94, 53);
  border-right: 2px solid rgb(30, 94, 53);
  transform: rotate(45deg);
  margin-left: 15px;
}
@media screen and (max-width: 940px) {
  .fixed_bar_wrapper {
    display: flex;
  }
  .fixed_bar_wrapper .detail {
    width: calc(100% - 300px);
  }
  .fixed_bar_wrapper .detail p {
    font-size: 1.8rem;
  }
  .fixed_bar_wrapper .detail p::before {
    font-size: 1.6rem;
  }
  .fixed_bar_wrapper .detail p .date {
    font-size: 2rem;
  }
  .fixed_bar_wrapper .detail p small {
    font-size: 1.5rem;
  }
  .fixed_bar_wrapper .link_btn a {
    width: 300px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 799px) {
  .fixed_bar_wrapper .detail p {
    line-height: 1.4;
  }
  .fixed_bar_wrapper .detail p::before {
    padding-right: 5px;
  }
  .fixed_bar_wrapper .detail p br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .fixed_bar_wrapper .detail {
    width: calc(100% - 68px);
    padding-left: 10px;
  }
  .fixed_bar_wrapper .detail p {
    font-size: 1.4rem;
  }
  .fixed_bar_wrapper .detail p::before {
    font-size: 1.4rem;
  }
  .fixed_bar_wrapper .detail p .date {
    font-size: 1.6rem;
  }
  .fixed_bar_wrapper .detail p small {
    font-size: 1.4rem;
  }
  .fixed_bar_wrapper .detail p .sp_space {
    display: inline-block;
    width: 18px;
  }
  .fixed_bar_wrapper .link_btn a {
    width: 68px;
    font-size: 1.2rem;
  }
  .fixed_bar_wrapper .link_btn a span {
    display: none;
  }
}
.group_pdf_tab {
  position: fixed;
  bottom: 10%;
  left: 0;
  z-index: 999;
}
.group_pdf_tab a {
  position: relative;
  display: block;
  background: rgb(240, 234, 8);
  border-top: 1px solid rgb(30, 94, 53);
  border-right: 1px solid rgb(30, 94, 53);
  border-bottom: 1px solid rgb(30, 94, 53);
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  color: rgb(30, 94, 53);
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding: 30px 8px;
}
@media screen and (max-width: 599px) {
  .group_pdf_tab a {
    font-size: 1.3rem;
    padding: 20px 4px;
    border-radius: 0 8px 8px 0;
  }
}
.beige_wrapper {
  background: rgb(243, 235, 225);
}
.beige_wrapper .main {
  padding: 40px 40px 80px;
}
.beige_wrapper .main .grid-item {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.beige_wrapper .main .image-grid_top {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 170px);
  gap: 20px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.beige_wrapper .main .image-grid_top .item1 {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
  background: url(../images/top/grid-item01.jpg) no-repeat center;
  background-size: cover;
}
.beige_wrapper .main .image-grid_top .item2 {
  grid-column: 4/span 1;
  grid-row: 1/span 1;
  border-radius: 50%;
  background: url(../images/top/grid-item02.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.6s;
}
.beige_wrapper .main .image-grid_top .item3 {
  grid-column: 5/span 2;
  grid-row: 1/span 1;
  background: url(../images/top/grid-item03.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.8s;
}
.beige_wrapper .main .image-grid_top .item4 {
  grid-column: 4/span 2;
  grid-row: 2/span 1;
  background: url(../images/top/grid-item04.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 1.1s;
}
.beige_wrapper .main .image-grid_top .item5 {
  grid-column: 6/span 1;
  grid-row: 2/span 1;
  border-radius: 50%;
  background: url(../images/top/grid-item05.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.4s;
}
.beige_wrapper .main .image-flex {
  width: 100%;
  max-width: 1120px;
  margin: 20px auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  height: 170px;
}
.beige_wrapper .main .image-flex .grid-logo {
  width: 520px;
  padding-top: 8px;
}
.beige_wrapper .main .image-flex .grid-item {
  width: calc((100% - 520px - 40px) / 2);
}
.beige_wrapper .main .image-flex .item6 {
  background: url(../images/top/grid-item06.jpg) #fff no-repeat center;
  background-size: cover;
  animation-delay: 0.4s;
}
.beige_wrapper .main .image-flex .item7 {
  background: url(../images/top/grid-item07.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.8s;
}
.beige_wrapper .main .image-grid_bottom {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 170px);
  gap: 20px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.beige_wrapper .main .image-grid_bottom .item8 {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  border-radius: 50%;
  background: url(../images/top/grid-item08.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.4s;
}
.beige_wrapper .main .image-grid_bottom .item9 {
  grid-column: 2/span 2;
  grid-row: 1/span 1;
  background: url(../images/top/grid-item09.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.6s;
}
.beige_wrapper .main .image-grid_bottom .item10 {
  grid-column: 4/span 1;
  grid-row: 1/span 2;
  background: url(../images/top/grid-item10.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.4s;
}
.beige_wrapper .main .image-grid_bottom .item11 {
  grid-column: 5/span 2;
  grid-row: 1/span 2;
  background: url(../images/top/grid-item11.jpg) no-repeat center;
  background-size: cover;
}
.beige_wrapper .main .image-grid_bottom .item12 {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  background: url(../images/top/grid-item12.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 1.2s;
}
.beige_wrapper .main .image-grid_bottom .item13 {
  grid-column: 2/span 2;
  grid-row: 2/span 2;
  background: url(../images/top/grid-item13.jpg) no-repeat center;
  background-size: cover;
}
.beige_wrapper .main .image-grid_bottom .item14 {
  grid-column: 4/span 3;
  grid-row: 3/span 1;
  background: url(../images/top/grid-item14.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 1.3s;
}
.beige_wrapper .main .image-grid_bottom .item15 {
  grid-column: 1/span 1;
  grid-row: 3/span 1;
  border-radius: 50%;
  background: url(../images/top/grid-item15.jpg) no-repeat center;
  background-size: cover;
  animation-delay: 0.8s;
}
@media screen and (max-width: 1100px) {
  .beige_wrapper .main .image-grid_top {
    grid-template-rows: repeat(2, 150px);
  }
  .beige_wrapper .main .image-grid_bottom {
    grid-template-rows: repeat(3, 150px);
  }
  .beige_wrapper .main .image-flex {
    height: 150px;
    justify-content: center;
  }
  .beige_wrapper .main .image-flex .item6 {
    background-size: 100%;
  }
}
@media screen and (max-width: 939px) {
  .beige_wrapper .main .image-grid_top {
    grid-template-rows: repeat(2, 120px);
  }
  .beige_wrapper .main .image-grid_bottom {
    grid-template-rows: repeat(3, 120px);
  }
  .beige_wrapper .main .image-flex {
    height: 150px;
  }
  .beige_wrapper .main .image-flex .grid-logo {
    padding-top: 0;
  }
  .beige_wrapper .main .image-flex .item6, .beige_wrapper .main .image-flex .item7 {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  .beige_wrapper .main .image-grid_top {
    grid-template-rows: repeat(2, 105px);
  }
  .beige_wrapper .main .image-grid_bottom {
    grid-template-rows: repeat(3, 105px);
  }
}
@media screen and (max-width: 599px) {
  .beige_wrapper .main {
    padding: 25px 25px 40px;
  }
  .beige_wrapper .main .grid-item {
    border-radius: 10px;
  }
  .beige_wrapper .main .image-grid_top {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 95px);
    gap: 10px;
    max-width: 600px;
  }
  .beige_wrapper .main .image-grid_top .item1 {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
    background: url(../images/top/grid-item01_sp.jpg) no-repeat center;
    background-size: cover;
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.4s;
  }
  .beige_wrapper .main .image-grid_top .item2 {
    grid-column: 2/span 2;
    grid-row: 1/span 1;
    border-radius: 10px;
    background: url(../images/top/grid-item02_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .beige_wrapper .main .image-grid_top .item3 {
    grid-column: 4/span 1;
    grid-row: 1/span 1;
    border-radius: 50%;
    background: url(../images/top/grid-item05.jpg) no-repeat center;
    background-size: cover;
  }
  .beige_wrapper .main .image-grid_top .item4 {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    border-radius: 50%;
    background: url(../images/top/grid-item04_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .beige_wrapper .main .image-grid_top .item5 {
    grid-column: 3/span 2;
    grid-row: 2/span 2;
    border-radius: 10px;
    background: url(../images/top/grid-item01.jpg) no-repeat center;
    background-size: cover;
    opacity: 1;
    animation: none;
  }
  .beige_wrapper .main .image-grid_top .item6 {
    grid-column: 1/span 2;
    grid-row: 3/span 1;
    background: url(../images/top/grid-item06_sp.jpg) #fff no-repeat center;
    background-size: 198px;
    animation-delay: 0.4s;
  }
  .beige_wrapper .main .image-flex {
    margin: 20px auto 10px;
    display: block;
    height: auto;
  }
  .beige_wrapper .main .image-flex .grid-logo {
    width: 100%;
    padding-top: 0;
  }
  .beige_wrapper .main .image-grid_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 95px);
    gap: 10px;
    max-width: 600px;
  }
  .beige_wrapper .main .image-grid_bottom .item11 {
    grid-column: 1/span 2;
    grid-row: 2/span 2;
    opacity: 1;
    animation: none;
  }
  .beige_wrapper .main .image-grid_bottom .item12 {
    grid-column: 3/span 1;
    grid-row: 2/span 1;
    border-radius: 50%;
  }
  .beige_wrapper .main .image-grid_bottom .item13 {
    grid-column: 3/span 2;
    grid-row: 3/span 1;
    background: url(../images/top/grid-item14.jpg) no-repeat center;
    background-size: 245px;
  }
}
@media screen and (max-width: 429px) {
  .beige_wrapper .main .image-grid_top, .beige_wrapper .main .image-grid_bottom {
    grid-template-rows: repeat(3, 76px);
  }
  .beige_wrapper .main .image-grid_top .item6 {
    background-size: 162px;
  }
}
.beige_wrapper .concept {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  padding-bottom: 60px;
}
.beige_wrapper .concept h1 {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  font-size: 3.9rem;
  font-weight: 600;
  color: rgb(30, 94, 53);
  z-index: 50;
}
.beige_wrapper .concept p {
  position: relative;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  font-size: 1.8rem;
  line-height: 2.6;
  padding-right: 50px;
  z-index: 50;
}
.beige_wrapper .concept .cloud_01, .beige_wrapper .concept .cloud_02 {
  position: absolute;
  width: 123px;
  z-index: 5;
}
.beige_wrapper .concept .cloud_01 {
  right: 10%;
  top: -30px;
}
.beige_wrapper .concept .cloud_02 {
  top: 165px;
  left: 8%;
}
@media screen and (max-width: 599px) {
  .beige_wrapper .concept {
    padding-bottom: 20px;
  }
  .beige_wrapper .concept h1 {
    font-size: 1.8rem;
  }
  .beige_wrapper .concept p {
    font-size: 1.2rem;
    line-height: 2;
    padding-right: 20px;
  }
  .beige_wrapper .concept .cloud_01, .beige_wrapper .concept .cloud_02 {
    width: 55px;
  }
  .beige_wrapper .concept .cloud_01 {
    right: 2%;
    top: -20px;
  }
  .beige_wrapper .concept .cloud_02 {
    top: 195px;
    left: -10px;
  }
}
.beige_wrapper .area_map {
  position: relative;
  padding-top: 648px;
  overflow: hidden;
}
.beige_wrapper .area_map_image_wrapper {
  position: absolute;
  width: 1250px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.beige_wrapper .area_map_image_wrapper .link-icon {
  position: absolute;
  width: 117px;
}
.beige_wrapper .area_map_image_wrapper .link-icon a {
  display: block;
}
.beige_wrapper .area_map_image_wrapper .shopping {
  top: 160px;
  left: 240px;
}
.beige_wrapper .area_map_image_wrapper .restaurants {
  top: 260px;
  left: 536px;
}
.beige_wrapper .area_map_image_wrapper .experience {
  top: 142px;
  right: 278px;
}
.beige_wrapper .area_map h2 {
  width: 94px;
  margin: 0 auto 10px;
}
.beige_wrapper .area_map_btn {
  text-align: center;
}
.beige_wrapper .area_map_btn a {
  position: relative;
  display: inline-block;
  color: rgb(30, 94, 53);
  font-weight: 600;
  padding-right: 16px;
}
.beige_wrapper .area_map_btn a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid rgb(30, 94, 53);
  border-right: 1.5px solid rgb(30, 94, 53);
  top: 50%;
  right: 4px;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 999px) {
  .beige_wrapper .area_map {
    padding-top: 445px;
  }
  .beige_wrapper .area_map_image_wrapper {
    width: 860px;
  }
  .beige_wrapper .area_map_image_wrapper .link-icon {
    position: absolute;
    width: 117px;
  }
  .beige_wrapper .area_map_image_wrapper .link-icon a {
    display: block;
  }
  .beige_wrapper .area_map_image_wrapper .shopping {
    top: 80px;
    left: 160px;
  }
  .beige_wrapper .area_map_image_wrapper .restaurants {
    top: 180px;
    left: 345px;
  }
  .beige_wrapper .area_map_image_wrapper .experience {
    top: 62px;
    right: 198px;
  }
}
@media screen and (max-width: 599px) {
  .beige_wrapper .area_map {
    padding-top: 218px;
  }
  .beige_wrapper .area_map_image_wrapper {
    width: 420px;
  }
  .beige_wrapper .area_map_image_wrapper .link-icon {
    width: 68px;
  }
  .beige_wrapper .area_map_image_wrapper .shopping {
    top: 15px;
    left: 60px;
  }
  .beige_wrapper .area_map_image_wrapper .restaurants {
    top: 56px;
    left: 158px;
  }
  .beige_wrapper .area_map_image_wrapper .experience {
    top: 10px;
    right: 63px;
  }
  .beige_wrapper .area_map .sp_flex {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 5px;
  }
  .beige_wrapper .area_map h2 {
    width: 52px;
    margin: 0;
  }
  .beige_wrapper .area_map_btn a {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-right: 14px;
  }
}
.beige_wrapper .top_news {
  position: relative;
  padding: 0 5% 90px;
}
.beige_wrapper .top_news h2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 303px;
}
.beige_wrapper .top_news_wrapper {
  position: relative;
  max-width: 978px;
  padding: 150px 0 0;
  margin: 0 auto;
}
.beige_wrapper .top_news_wrapper .top_news_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a {
  display: block;
  width: 228px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .thumb {
  position: relative;
  width: 228px;
  height: 140px;
  background: url(../images/news_noimg.png) no-repeat center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .thumb img {
  width: 228px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box {
  background: #fff;
  padding: 13px 15px 15px;
  border-radius: 0 0 8px 8px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex {
  display: flex;
  gap: 8px;
  margin-bottom: 2px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .date, .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat {
  font-size: 11px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat {
  font-weight: 600;
  display: flex;
  gap: 5px;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat .cat-news {
  color: #f7931e;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat .cat-event {
  color: #85c6ce;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat .cat-shop {
  color: #b59032;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat .cat-plant {
  color: #e06b63;
}
.beige_wrapper .top_news_wrapper .top_news_content li a .text_box .title {
  font-size: 1.4rem;
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}
.beige_wrapper .top_news_wrapper .more_btn {
  text-align: right;
  margin-top: 40px;
}
.beige_wrapper .top_news_wrapper .more_btn a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: rgb(30, 94, 53);
  width: 200px;
  border-radius: 40px;
  padding: 8px 0;
  margin: 0 0 0 auto;
}
.beige_wrapper .top_news_wrapper .more_btn a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 599px) {
  .beige_wrapper .top_news {
    padding: 0 5% 65px;
  }
  .beige_wrapper .top_news_wrapper {
    padding: 100px 0 0;
    margin: 0;
  }
  .beige_wrapper .top_news_wrapper .top_news_content {
    flex-wrap: wrap;
    gap: 15px;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li {
    width: calc(50% - 7.5px);
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a {
    display: block;
    width: 100%;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .thumb {
    position: relative;
    width: 100%;
    height: 30vw;
    border-radius: 6px 6px 0 0;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .thumb img {
    width: 100%;
    height: 30vw;
    border-radius: 6px 6px 0 0;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .text_box {
    background: #fff;
    padding: 3px 10px 10px;
    border-radius: 0 0 6px 6px;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex {
    flex-wrap: wrap;
    gap: 0;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .date, .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .cat {
    letter-spacing: 0;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .flex .date {
    padding-right: 8px;
  }
  .beige_wrapper .top_news_wrapper .top_news_content li a .text_box .title {
    letter-spacing: 0;
  }
  .beige_wrapper .top_news_wrapper .more_btn {
    text-align: center;
    margin-top: 30px;
  }
  .beige_wrapper .top_news_wrapper .more_btn a {
    font-size: 1.4rem;
    margin: 0 auto;
  }
  .beige_wrapper .top_news_wrapper .more_btn a:after {
    width: 5px;
    height: 5px;
  }
  .beige_wrapper .top_news h2 {
    top: 50px;
    left: 0;
    width: 165px;
  }
}
@media screen and (max-width: 429px) {
  .beige_wrapper .top_news {
    background-size: 600px;
  }
}

.section_facility .experience {
  position: relative;
  background: #fdfde6;
  padding: 95px 0 105px;
}
.section_facility .experience .en_title {
  width: 83px;
  margin: 0 auto;
}
.section_facility .experience h2 {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  padding-top: 30px;
}
.section_facility .experience_list_slider {
  width: 100%;
  margin: 60px auto 0;
}
.section_facility .experience_list_slider a:hover img {
  scale: 1.08;
}
.section_facility .experience_list_slider img {
  width: 32vw;
  height: auto;
  transition: scale 0.4s;
}
.section_facility .experience_list_slider .slick-slide {
  transform: scale(0.8);
  transition: all 0.8s;
}
.section_facility .experience_list_slider .slick-slide.slick-center {
  transform: scale(1);
  opacity: 1;
}
.section_facility .experience_list_slider .slick-prev {
  position: absolute;
  width: 49px;
  height: 36px;
  background: url(../images/sign_prev.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 500;
  bottom: 0;
  left: 50%;
  transform: translateX(-125px);
  cursor: pointer;
}
.section_facility .experience_list_slider .slick-next {
  position: absolute;
  width: 49px;
  height: 36px;
  background: url(../images/sign_next.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 500;
  bottom: 0;
  right: 50%;
  transform: translateX(125px);
  cursor: pointer;
}
.section_facility .experience_list .slick-list {
  overflow: unset;
}
.section_facility .experience_list .slick-dots {
  text-align: center;
  margin: 35px 0 0 0;
}
.section_facility .experience_list .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.section_facility .experience_list .slick-dots button {
  color: transparent;
  outline: none;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: #d1ded7;
  border: none;
}
.section_facility .experience_list .slick-dots .slick-active button {
  background: rgb(30, 94, 53);
}
.section_facility .experience .cross_border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 75px;
  background: url(../images/header_border.png) no-repeat center;
  background-size: 1665px;
  z-index: 50;
}
.section_facility .experience .border_top {
  top: -30px;
}
.section_facility .experience .border_bottom {
  bottom: -48px;
}
.section_facility .restaurant {
  padding: 100px 5% 155px;
}
.section_facility .restaurant .en_title {
  width: 98px;
  margin: 0 auto;
}
.section_facility .restaurant h2 {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  padding-top: 30px;
}
.section_facility .restaurant_wrapper {
  display: flex;
  justify-content: center;
  gap: 10%;
  max-width: 835px;
  margin: 70px auto 0;
}
.section_facility .restaurant_wrapper .restaurant_content {
  width: 45%;
}
.section_facility .restaurant_wrapper .restaurant_content div p, .section_facility .restaurant_wrapper .restaurant_content div ul {
  padding: 0 10px;
}
.section_facility .restaurant_wrapper .restaurant_content div p {
  margin: 10px 0 20px;
  letter-spacing: 0;
}
.section_facility .restaurant_wrapper .restaurant_content div ul li {
  display: flex;
  align-items: center;
  border-top: 1px dotted #bacec2;
  padding: 10px 0;
}
.section_facility .restaurant_wrapper .restaurant_content div ul li:last-child {
  border-bottom: 1px dotted #bacec2;
}
.section_facility .restaurant_wrapper .restaurant_content div ul li p {
  font-size: 1.4rem;
  padding: 0;
  margin: 0;
}
.section_facility .restaurant_wrapper .restaurant_content div ul li p:first-of-type {
  display: inline-block;
  color: rgb(30, 94, 53);
  font-weight: 600;
  width: 5em;
}
.section_facility .restaurant_wrapper .restaurant_front div:first-of-type {
  margin-bottom: 75px;
}
.section_facility .restaurant_wrapper .restaurant_back {
  margin-top: 85px;
}
.section_facility .restaurant_wrapper .restaurant_back div:first-of-type {
  margin-bottom: 75px;
}
.section_facility .shops {
  position: relative;
  background: #0091d9;
  padding: 35px 0 110px;
}
.section_facility .shops .en_title {
  position: relative;
  width: 83px;
  margin: 0 auto;
  z-index: 50;
}
.section_facility .shops h2 {
  font-size: 5rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding-top: 30px;
}
.section_facility .shops_slider {
  margin: 40px 0 37px;
}
.section_facility .shops_detail {
  text-align: center;
  width: 490px;
  margin: 0 auto;
}
.section_facility .shops_detail .open {
  font-size: 1.8rem;
  color: rgb(240, 234, 8);
  font-weight: 600;
  letter-spacing: 0;
}
.section_facility .shops_detail h3 {
  font-size: 4rem;
  margin-bottom: 15px;
  color: #fff;
}
.section_facility .shops_detail .text {
  color: #fff;
}
.section_facility .shops_detail .link_btn {
  margin-top: 35px;
}
.section_facility .shops_detail .link_btn a {
  position: relative;
  display: block;
  background: rgb(240, 234, 8);
  border-radius: 50px;
  color: #0091d9;
  font-weight: 600;
  width: 200px;
  padding: 8px 0;
  margin: 0 auto;
}
.section_facility .shops_detail .link_btn a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  right: 20px;
  border-top: 1.5px solid #0091d9;
  border-right: 1.5px solid #0091d9;
  transform: translateY(-50%) rotate(45deg);
}
.section_facility .shops .cross_border {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 123px;
  background: url(../images/cross_border_blue.png) no-repeat center;
  background-size: 1665px;
  z-index: 0;
}
.section_facility .shops .people_bottom {
  position: absolute;
  width: 865px;
  height: 60px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_facility .shops .people_bottom .people01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 53px;
}
.section_facility .shops .people_bottom .people02 {
  position: absolute;
  left: 207px;
  bottom: 0;
  width: 78px;
}
.section_facility .shops .people_bottom .people03 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
}
@media screen and (max-width: 599px) {
  .section_facility .point_ttl {
    font-size: 2.4rem;
  }
  .section_facility .point_ttl:after {
    width: 41px;
    height: 17px;
    top: -25px;
  }
  .section_facility .experience {
    padding: 40px 0 53px;
  }
  .section_facility .experience .en_title {
    width: 73px;
  }
  .section_facility .experience h2 {
    font-size: 4rem;
    padding-top: 20px;
  }
  .section_facility .experience_list_slider {
    width: 100%;
    margin: 35px auto 0;
  }
  .section_facility .experience_list_slider img {
    width: 50vw;
    height: auto;
  }
  .section_facility .experience_list .slick-dots {
    margin: 20px 0 0 0;
  }
  .section_facility .experience_list .slick-dots button {
    width: 7px;
    height: 7px;
  }
  .section_facility .experience_list .slick-prev {
    width: 37px;
    height: 28px;
    bottom: 6px;
    transform: translateX(-100px);
  }
  .section_facility .experience_list .slick-next {
    width: 37px;
    height: 28px;
    bottom: 6px;
    transform: translateX(100px);
  }
  .section_facility .experience .cross_border {
    height: 37px;
    background-size: 815px;
  }
  .section_facility .experience .border_top {
    top: -25px;
  }
  .section_facility .experience .border_bottom {
    bottom: -25px;
  }
  .section_facility .restaurant {
    padding: 55px 0 75px;
  }
  .section_facility .restaurant .en_title {
    width: 85px;
  }
  .section_facility .restaurant h2 {
    font-size: 4rem;
    padding-top: 20px;
  }
  .section_facility .restaurant_wrapper {
    display: block;
    padding: 0 9%;
    max-width: 400px;
    margin: 40px auto 0;
  }
  .section_facility .restaurant_wrapper .restaurant_content {
    width: 100%;
  }
  .section_facility .restaurant_wrapper .restaurant_content div p {
    font-size: 1.4rem;
    margin: 15px 0;
  }
  .section_facility .restaurant_wrapper .restaurant_front div:first-of-type {
    margin-bottom: 30px;
  }
  .section_facility .restaurant_wrapper .restaurant_back {
    margin-top: 30px;
  }
  .section_facility .restaurant_wrapper .restaurant_back div:first-of-type {
    margin-bottom: 30px;
  }
  .section_facility .shops {
    padding: 30px 0 75px;
  }
  .section_facility .shops .en_title {
    width: 59px;
  }
  .section_facility .shops h2 {
    font-size: 4rem;
    padding-top: 20px;
  }
  .section_facility .shops_slider {
    margin: 30px auto 25px;
  }
  .section_facility .shops .slick-dots {
    text-align: center;
    margin: 20px 0 0 0;
  }
  .section_facility .shops .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .section_facility .shops .slick-dots button {
    width: 7px;
    height: 7px;
  }
  .section_facility .shops_detail {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .section_facility .shops_detail .open {
    font-size: 1.5rem;
  }
  .section_facility .shops_detail h3 {
    font-size: 2.4rem;
  }
  .section_facility .shops_detail .text {
    font-size: 1.4rem;
    text-align: left;
  }
  .section_facility .shops_detail .link_btn {
    margin-top: 25px;
  }
  .section_facility .shops_detail .link_btn a {
    font-size: 1.4rem;
  }
  .section_facility .shops .cross_border {
    top: -38px;
    height: 62px;
    background-size: 840px;
  }
  .section_facility .shops .people_bottom {
    width: 320px;
    height: 38px;
  }
  .section_facility .shops .people_bottom .people01 {
    width: 38px;
  }
  .section_facility .shops .people_bottom .people02 {
    left: 97px;
    width: 52px;
  }
  .section_facility .shops .people_bottom .people03 {
    width: 29px;
  }
}
@media screen and (max-width: 429px) {
  .section_facility .experience_list_slider img {
    width: 75vw;
  }
}

.footer {
  background: rgb(243, 235, 225);
}
.footer_wrapper {
  padding-bottom: 60px;
}
.footer_flex {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  padding: 60px 0 70px;
  margin: 0 auto;
}
.footer_detail {
  width: calc(100% - 330px);
}
.footer_detail .logo {
  width: 360px;
  margin-bottom: 20px;
}
.footer_detail p {
  letter-spacing: 0;
}
.footer_detail .name {
  font-weight: 600;
  margin-bottom: 5px;
}
.footer_detail .address a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(30, 94, 53);
  text-decoration: underline;
  padding-left: 25px;
}
.footer_detail .address a::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: url(../images/icon/g-map.svg) no-repeat;
  background-size: cover;
  left: 10px;
  top: 3px;
}
.footer_detail .link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 380px;
  margin-top: 25px;
}
.footer_detail .link li {
  width: 180px;
}
.footer_detail .link li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  color: rgb(30, 94, 53);
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 0;
}
.footer_detail .link li a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1.5px solid rgb(30, 94, 53);
  border-right: 1.5px solid rgb(30, 94, 53);
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.footer_calendar {
  width: 330px;
}
.footer .xo-event-calendar table.xo-month {
  border: none;
  border-right-width: 0;
}
.footer .xo-event-calendar table.xo-month .month-header {
  margin: 0 0 5px;
}
.footer .xo-event-calendar table.xo-month thead tr th {
  background: rgb(30, 94, 53);
  color: #fff;
  font-size: 1.3rem;
  border: 1px solid #bacec2;
  border-width: 0 1px 0 0;
}
.footer .xo-event-calendar table.xo-month .month-dayname td {
  border: 1px solid #bacec2;
  border-width: 1px 1px 0 0;
  font-size: 15px;
}
.footer .xo-event-calendar table.xo-month .month-dayname td div {
  padding: 2px;
  text-align: center;
}
.footer .xo-event-calendar table.xo-month .month-dayname td .today {
  color: rgb(30, 94, 53);
}
.footer .xo-event-calendar table.xo-month .month-dayname td:last-of-type {
  border-right: none;
}
.footer .xo-event-calendar table.xo-month button span.nav-next {
  border-right: 2px solid rgb(30, 94, 53) !important;
  border-top: 2px solid rgb(30, 94, 53) !important;
  width: 10px !important;
  height: 10px !important;
}
.footer .xo-event-calendar table.xo-month button span.nav-prev {
  border-bottom: 2px solid rgb(30, 94, 53) !important;
  border-left: 2px solid rgb(30, 94, 53) !important;
  width: 10px !important;
  height: 10px !important;
}
.footer .xo-event-calendar table.xo-month .month-event-title {
  background: #e8efeb !important;
  font-size: 1.1rem !important;
  color: rgb(30, 94, 53) !important;
}
.footer .xo-event-calendar p.holiday-title {
  font-size: 1.3rem;
}
.footer .xo-event-calendar p.holiday-title span {
  border: 1px solid #bacec2;
}
.footer_linklist {
  position: relative;
  background: rgb(30, 94, 53);
  padding: 25px 0;
}
.footer_linklist .cross_border {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 123px;
  background: url(../images/cross_border_green.png) no-repeat center;
  background-size: 1665px;
  z-index: 0;
}
.footer_linklist .instagram a {
  position: relative;
  display: block;
  width: 28px;
  margin: 0 auto;
}
.footer_linklist ul {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px;
}
.footer_linklist ul li {
  border-left: 1px solid #fff;
  line-height: 1;
}
.footer_linklist ul li:last-child {
  border-right: 1px solid #fff;
}
.footer_linklist ul li a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 550;
  padding: 0 1.5em;
  letter-spacing: 0;
}
.footer_linklist .copyright {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.footer .top_footer_linklist {
  padding: 20px 0;
}
@media screen and (max-width: 999px) {
  .footer_flex {
    padding: 55px 5% 70px;
  }
  .footer_detail {
    width: 50%;
  }
  .footer_detail .logo {
    width: 230px;
  }
  .footer_calendar {
    width: 50%;
  }
  .footer_linklist ul li a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 599px) {
  .footer_wrapper {
    padding-bottom: 30px;
  }
  .footer_flex {
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 7%;
  }
  .footer_detail {
    width: 100%;
  }
  .footer_detail .logo {
    width: 273px;
    margin: 0 auto 20px;
  }
  .footer_detail p {
    font-size: 1.4rem;
  }
  .footer_detail .address a {
    font-size: 1.2rem;
    padding-left: 20px;
  }
  .footer_detail .address a::before {
    width: 10px;
    height: 12px;
    left: 7px;
  }
  .footer_detail .link {
    justify-content: space-between;
    gap: 10px;
  }
  .footer_detail .link li {
    width: calc(50% - 5px);
  }
  .footer_detail .link li a {
    padding: 6px 0;
  }
  .footer_calendar {
    width: 100%;
    margin: 0 auto;
  }
  .footer_calendar .calendar_p {
    color: rgb(30, 94, 53);
    font-weight: 600;
    text-align: center;
    margin-bottom: 3px;
  }
  .footer_linklist {
    padding: 20px 0 10px;
  }
  .footer_linklist .cross_border {
    top: -38px;
    height: 62px;
    background-size: 840px;
  }
  .footer_linklist .instagram a {
    width: 20px;
    height: 20px;
  }
  .footer_linklist ul {
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px 0;
    padding: 0 10%;
    margin: 20px 0 30px;
  }
  .footer_linklist ul li {
    border: none;
    width: 50%;
    text-align: left;
  }
  .footer_linklist ul li:last-child {
    border: none;
  }
  .footer_linklist ul li a {
    padding: 0;
  }
}/*# sourceMappingURL=top.css.map */