@charset "UTF-8";
* {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  scroll-behavior: smooth; }

html, body, #wrap {
  height: 100%; }

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1E1E1E;
  line-height: 1.8;
  background-size: contain; }
  @media (min-width: 1199px) {
    body {
      font-size: 1.8rem; } }

#wrap {
  position: relative;
  margin: 0 auto; }

figure,
figure img {
  width: 100%;
  padding: 0;
  margin: 0; }

img {
  vertical-align: bottom; }

a {
  color: #1E1E1E;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  a:hover {
    color: #206241;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }

input, select, option, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  outline: 0;
  margin: 0;
  background: #FFF; }

textarea,
input[type="number"],
input[type="text"] {
  padding: .5rem;
  font-size: 1.4rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px; }

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
  border: 1px solid #333; }

.select_box {
  display: inline-block;
  position: relative;
  border: 1px solid #d0d0d0;
  vertical-align: middle; }
  .select_box select {
    padding: 0.5rem;
    padding-right: 1em;
    border: none;
    outline: 0;
    background: #FFF;
    background-image: none;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    cursor: pointer; }
    .select_box select option {
      color: #1E1E1E; }
  .select_box::after {
    position: absolute;
    top: calc(50% - 2px);
    right: 8px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #d0d0d0 transparent transparent transparent;
    content: "";
    pointer-events: none; }

button {
  font-family: inherit;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: #206241;
  color: #fff;
  padding: .5rem 1em;
  font-size: 1.2rem;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  button:hover {
    background: #339c67; }
  button:focus {
    outline: none;
    box-shadow: 0 0 0 4px #cbd6ee; }

/*----------------------------------------------

  AOS 移動距離

----------------------------------------------*/
.aos_item[data-aos="fade-up"] {
  transform: translateY(50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-up"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-down"] {
  transform: translateY(-50px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-down"].aos-animate {
    transform: translateY(0px);
    opacity: 1; }

.aos_item[data-aos="fade-left"] {
  transform: translateX(100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-left"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

.aos_item[data-aos="fade-right"] {
  transform: translateX(-100px);
  transition-property: transform, opacity;
  opacity: 0; }
  .aos_item[data-aos="fade-right"].aos-animate {
    transform: translateX(0px);
    opacity: 1; }

/*----------------------------------------------

  ヘッダー / .site_header

----------------------------------------------*/
.site_header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #FFF; }
  .site_header .site_header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0; }
    .site_header .site_header_wrap .site_header_logo a {
      display: flex; }
      .site_header .site_header_wrap .site_header_logo a img {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }

/*----------------------------------------------

  フッター / .site_footer

----------------------------------------------*/
.footer_link_wrap {
  margin: 0;
  padding: 1em;
  background: #d0d0d0; }
  .footer_link_wrap .footer_link_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    list-style: none;
    justify-content: center;
    margin: 0 auto; }
    .footer_link_wrap .footer_link_list li img {
      width: 100%;
      height: auto; }

.site_footer {
  background: #206241;
  color: #FFF;
  padding: 2em; }
  .site_footer .site_footer_wrap {
    max-width: 1180px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    column-gap: 30px; }

.site_footer_logo h2 {
  margin: 0; }

.site_footer_address address {
  font-style: normal;
  font-size: 1.4rem; }

.site_footer_nav nav {
  display: flex;
  column-gap: 20px;
  align-items: flex-start; }
  .site_footer_nav nav ul {
    margin: 0;
    padding-left: 1em;
    line-height: 1.2; }
    .site_footer_nav nav ul li a {
      color: #FFF;
      font-size: 1.4rem; }

.copyright {
  text-align: center; }

article section {
  padding: 3em 0; }

/*----------------------------------------------

  共通パーツ

----------------------------------------------*/
.main_area {
  margin: 0 1em;
  padding: 3em 0; }
  .main_area aside {
    max-width: 480px;
    margin: 0 auto; }
    .main_area aside section + section {
      margin-top: 3em; }

.page_title {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
  .page_title strong {
    font-size: 1.8rem;
    padding-top: .5em; }
  .page_title span {
    font-family: 'Abel', sans-serif;
    letter-spacing: .5rem;
    padding: 0 0.8em;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-size: 4rem;
    font-weight: 800;
    color: #206241; }

article > .page_title {
  margin-top: 0; }

.sec_title {
  color: #206241;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto 2em; }

.list_title {
  color: #206241;
  border-bottom: solid 1px #d1d1d1; }

.index_news_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  gap: 60px 30px;
  margin: 0 auto 2em;
  padding: 0 2%; }
  .index_news_list li {
    position: relative;
    width: calc((100% - 90px) / 4);
    margin: 0;
    padding: 0; }
    .index_news_list li .ico_new {
      position: absolute;
      top: -20px;
      right: -10px;
      line-height: 60px;
      width: 60px;
      text-align: center;
      color: #FFF;
      background: #FF9900;
      border-radius: 50%;
      font-weight: 800;
      z-index: 100; }
    .index_news_list li a figure {
      position: relative;
      margin-bottom: 1em;
      overflow: hidden; }
      .index_news_list li a figure::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .index_news_list li a figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    .index_news_list li a h2, .index_news_list li a h3 {
      color: #206241;
      margin: 0;
      padding: 0;
      font-size: 1.6rem; }
    .index_news_list li a p {
      margin: .5em 0 0;
      font-size: 1.4rem;
      line-height: 1.4; }
    .index_news_list li a time {
      font-size: 1.2rem;
      font-weight: 800; }
    .index_news_list li a:hover figure img {
      scale: 1.1; }

.shopnews_meta .floor_ico {
  display: inline-block;
  align-items: center;
  background: #206241;
  color: #FFF;
  font-weight: 800;
  font-size: 1.2rem;
  padding: .5em 1em;
  line-height: 1;
  margin-right: 1rem; }
.shopnews_meta h3 {
  font-size: 2rem; }

.btn {
  margin: 1em 4%; }
  .btn a {
    position: relative;
    display: block;
    border: solid 1px #206241;
    color: #FFF;
    margin: 1em auto;
    padding: .5em 1em;
    max-width: 40rem;
    text-align: center;
    background: #206241;
    text-decoration: none;
    font-weight: 800;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease; }
    .btn a:link, .btn a:visited {
      color: #FFF;
      background: #206241; }
    .btn a:hover, .btn a:active {
      color: #206241;
      background: #FFF; }
    .btn a::after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      right: 1em;
      width: 12px;
      height: 12px;
      border: solid 1px #FFF;
      border-width: 1px 1px 0 0;
      transform: rotate(45deg);
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
  .btn a:hover::after,
  .btn a:active::after {
    border-color: #206241; }

.summary_table {
  width: 100%;
  margin-bottom: 1em; }
  .summary_table th, .summary_table td {
    padding: 1em;
    border-bottom: solid 1px #d1d1d1; }
  .summary_table th {
    text-align: left;
    color: #206241; }

.movie_container {
  position: relative;
  padding-top: 56.25%;
  margin: 0 auto; }
  .movie_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sp_br {
  display: none; }

/*----------------------------------------------

  aside / サイドメニュー

----------------------------------------------*/
.aside_calendar_sec h2 {
  margin: 0 0 1em;
  text-align: center;
  color: #206241;
  font-weight: 800;
  font-size: 2.2rem;
  border-bottom: solid 2px; }
.aside_calendar_sec p {
  font-size: 1.4rem; }

.calendar_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5em;
  padding-bottom: .5em;
  font-size: 1.6rem;
  font-weight: 800;
  border-bottom: solid 2px #d4d0bf;
  color: #206241; }

.calendar_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #206241;
  padding: .3em .25em;
  margin-bottom: 0.5em; }
  .calendar_head .calendar_date {
    margin: 0;
    font-size: 1.5rem;
    order: 2;
    color: #FFF; }
  .calendar_head .calendar_prev {
    order: 1;
    font-size: 1.3rem;
    color: #FFF; }
  .calendar_head .calendar_next {
    order: 3;
    font-size: 1.3rem;
    color: #FFF; }

.calendar_table {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 1.6rem;
  width: 100%; }

.calendar_table a {
  text-decoration: underline; }

.calendar_table th,
.calendar_table td {
  padding: .5em;
  text-align: center;
  line-height: 1; }

.calendar_table thead th {
  border: none; }

.calendar_table .sun {
  color: #F00; }

.calendar_table .sat {
  color: #00F; }

.calendar_table tbody td:nth-child(1) {
  color: #F00; }

.calendar_table tbody td:nth-child(7) {
  color: #00F; }

.calendar_table tbody td.holi_day {
  color: #F00; }

.aside_youtube_sec h2 {
  text-align: center;
  margin: 0; }
.aside_youtube_sec .aside_youtube_wrap {
  background: #E7F6D3;
  border-top: solid 2px #206241;
  padding: 1em; }
.aside_youtube_sec p {
  text-align: center;
  font-size: 1.4rem; }

.aside_search_sec {
  background: #E7F6D3;
  border-top: solid 2px #206241;
  padding: 1em 1em 2em; }
  .aside_search_sec h2 {
    text-align: center;
    color: #206241;
    font-size: 2.2rem;
    margin: 0 0 1em; }
  .aside_search_sec dl {
    margin: 0;
    padding: 0;
    font-size: 1.6rem; }
    .aside_search_sec dl dt {
      color: #206241;
      font-weight: 800; }
    .aside_search_sec dl dd {
      margin: 0;
      padding: 0;
      font-size: 1.4rem; }
      .aside_search_sec dl dd form {
        display: flex;
        justify-content: space-between;
        column-gap: 10px; }
        .aside_search_sec dl dd form select, .aside_search_sec dl dd form input {
          width: 184px; }
        .aside_search_sec dl dd form button {
          width: 5rem; }
    .aside_search_sec dl dd + dt {
      margin-top: 1em; }

.aside_search_floor ol {
  list-style: none;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
  padding: .5em 0 0; }
  .aside_search_floor ol li {
    margin: 0;
    line-height: 1; }
    .aside_search_floor ol li a {
      display: block; }
    .aside_search_floor ol li:not(:first-child) {
      padding-left: .5em;
      border-left: solid 1px; }
    .aside_search_floor ol li:not(:last-child) {
      padding-right: .5em; }

.aside_link_list {
  margin-top: 3em; }
  .aside_link_list ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .aside_link_list ul li {
      margin: 0;
      padding: 0;
      background-color: #EEEEEE; }
    .aside_link_list ul li + li {
      margin-top: 1em; }

/* ページトップへ戻る */
.pagetop {
  display: none;
  position: fixed;
  z-index: 9000;
  margin: 0; }

.pagetop a {
  display: block;
  background: #FFF;
  border: 2px solid #206241;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  text-decoration: none;
  width: 50px;
  height: 50px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-radius: 50%; }

.pagetop a:hover {
  background: #206241;
  text-align: center;
  text-decoration: none;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.pagetop a i {
  margin-right: 0;
  padding-top: .7em;
  color: #206241; }

.pagetop a:hover i {
  color: #FFF; }

/* ページトップへ戻る */
.pagetop {
  bottom: 1rem;
  right: 1rem; }

/*----------------------------------------------

  .index_slider / トップスライダー

----------------------------------------------*/
.swiper-slide img {
  max-width: 100%; }

.swiper.main-slider {
  padding-bottom: 2.6em; }

.main-slider {
  /* メインのスライダーのアクティブでないものは不透明度を 0.6 に */ }
  .main-slider .swiper-slide {
    opacity: 0.6;
    /* メインのスライダーでアクティブなもの（現在表示されている）は不透明度を 1 に */ }
    .main-slider .swiper-slide img {
      width: 100%;
      height: auto; }
    .main-slider .swiper-slide.swiper-slide-active {
      opacity: 1; }

/* アクティブでないサムネイル */
.thumbs-slider .swiper-slide {
  opacity: 1; }

/* アクティブなサムネイル */
.thumbs-slider2 .swiper-slide.swiper-slide-active {
  opacity: .6;
  /* サムネイルでアクティブなものには枠線を表示 */ }
  .thumbs-slider2 .swiper-slide.swiper-slide-active img {
    border: 4px solid #F6B5B6; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

/*----------------------------------------------

  .shop-slider / ピックアップスライダー

----------------------------------------------*/
.index_pickup_sec {
  margin: 0 1em; }

.swiper.shop-slider {
  padding-bottom: 2.6em; }

/*----------------------------------------------

  トップ重要なお知らせ / .index_important_notice 

----------------------------------------------*/
.index_important_notice_sec {
  padding: 3em 0; }

.index_important_notice {
  max-width: 1180px;
  margin: 0 1em;
  border: solid 2px #FF8080;
  background: #EEEEEE; }
  .index_important_notice h2 {
    text-align: center;
    margin: 0;
    background: #FF8080;
    color: #FFF;
    font-size: 2.4rem; }
  .index_important_notice dl {
    max-width: 900px;
    margin: 0 auto;
    padding: 1em;
    font-size: 1.4rem; }
    .index_important_notice dl dt {
		display: none;
      margin: 0;
      padding: 0; }
    .index_important_notice dl dd {
      margin: 0;
      padding: 0; }

    .index_important_notice dl dd h1, 
    .index_important_notice dl dd h2, 
    .index_important_notice dl dd h3, 
    .index_important_notice dl dd h4, 
    .index_important_notice dl dd h5, 
    .index_important_notice dl dd h6, 
    .index_important_notice dl dd p{
		font-size: 1.4rem;
		margin: 0 auto;
	}

  .index_important_notice dl + dl {
    padding-top: 0; }

/*----------------------------------------------

  ピックアップバナー / .index_pickup_list 

----------------------------------------------*/
.shop-slider .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden; }
  .shop-slider .swiper-slide a::after {
    content: "";
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    width: 0;
    height: 0;
    border: solid 4px #FFF;
    border-color: transparent #FFF #FFF transparent;
    z-index: 100; }
  .shop-slider .swiper-slide a h3 {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #FFF;
    font-size: 1.4rem;
    line-height: 1.4;
    z-index: 100;
    font-feature-settings: "palt"; }
  .shop-slider .swiper-slide a figure {
    position: relative;
    display: block;
    overflow: hidden; }
    .shop-slider .swiper-slide a figure::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background: black;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0) 50%, #020024 3893%);
      z-index: 10; }
    .shop-slider .swiper-slide a figure::after {
      content: "";
      display: block;
      padding-top: 100%; }
    .shop-slider .swiper-slide a figure img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      object-fit: cover;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
  .shop-slider .swiper-slide a:hover figure img {
    scale: 1.1; }

/*----------------------------------------------

  ショップニュース / .index_shopnews

----------------------------------------------*/
.index_shopnews_sec {
  padding: 3em 0; }

/*----------------------------------------------

  イベント情報 / .index_shopnews

----------------------------------------------*/
.index_eventnews_sec {
  padding: 3em 0; }

/*----------------------------------------------

  トップインフォメーション / .index_info

----------------------------------------------*/
.index_info_sec .index_info_list {
  margin: 0 1em 2em;
  padding: 0; }
  .index_info_sec .index_info_list li {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%; }
    .index_info_sec .index_info_list li:first-child {
      border-top: solid 1px #a0a0a0; }
    .index_info_sec .index_info_list li a {
      display: flex;
      align-items: flex-start;
      padding: 1em 0;
      border-bottom: solid 1px #a0a0a0;
      gap: 20px;
      width: 100%; }
      .index_info_sec .index_info_list li a figure {
        display: flex;
        max-width: 80px; }
      .index_info_sec .index_info_list li a h3 {
        font-size: 1.6rem;
        margin: 0; }
      .index_info_sec .index_info_list li a time {
        display: block;
        font-size: 1.2rem; }
      .index_info_sec .index_info_list li a p {
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.4; }

/*----------------------------------------------

  イベント・催事スペースレンタル / .index_space_sec

----------------------------------------------*/
.index_space_sec {
  padding: 3em 0; }
  .index_space_sec img {
	  display: block;
    width: auto;
    height: auto; 
	margin: 0 auto;
}

/*----------------------------------------------

 テナント募集 / .index_tenant_sec

----------------------------------------------*/
.index_tenant_sec {
  padding: 3em 0; }
  .index_tenant_sec img {
	  display: block;
    width: auto;
    height: auto;
	margin: 0 auto;
}

/*----------------------------------------------

  下層ページ汎用

----------------------------------------------*/
.article_page section + section {
  padding: 2em 0; }
.article_page .page_title + section {
  padding-top: 0; }
.article_page .shop_about_sec {
  padding: 0; }

/*----------------------------------------------

  投稿記事汎用

----------------------------------------------*/
.post_header {
  margin: 0 auto 2em; }

.post_date {
  display: block;
  color: #206241; }

.post_title {
  color: #206241;
  margin: 0 auto .5em;
  line-height: 1;
  font-size: 2.4rem; }

.post_fig {
  max-width: 480px;
  margin: 0 auto 2em; }

.post_content {
  margin-bottom: 3em; }

/*----------------------------------------------

  フロアガイド

----------------------------------------------*/
.floor_about_sec {
  padding-top: 0; }

.shop_search_nav ul {
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 auto 2em; }
  .shop_search_nav ul li {
    width: 50%; }
    .shop_search_nav ul li a {
      display: block;
      text-align: center;
      border: solid 1px #a0a0a0;
      font-weight: 800;
      padding: .5em 1em; }
    .shop_search_nav ul li:nth-child(2) a {
      border-left: none; }
    .shop_search_nav ul li.shop_search_nav_current a {
      background: #206241;
      color: #FFF; }

.floor_nav ol {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  column-gap: 10px; }
  .floor_nav ol li {
    width: calc((100% - (6 * 10px)) / 7);
    text-align: center; }
    .floor_nav ol li a {
      display: block;
      padding: .25em 0;
      border: solid 1px;
      font-weight: bold;
      -webkit-transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      transition: 0.3s all ease; }
      .floor_nav ol li a:link, .floor_nav ol li a:visited {
        background: #FFF;
        color: #206241; }
      .floor_nav ol li a:hover, .floor_nav ol li a:active {
        color: #FFF;
        background: #206241; }
    .floor_nav ol li.current_floor a:link, .floor_nav ol li.current_floor a:visited {
      color: #FFF;
      background: #206241; }

.floor_map_fig {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

.floor_map_ico_title {
  font-size: 1.4rem;
  margin: 0 auto .5em;
  color: #206241; }

.floor_map_ico {
  background: #EEEEEE;
  border-radius: .4rem;
  padding: 1em;
  margin: 0 auto 2em; }
  .floor_map_ico .floor_map_area {
    display: flex;
    column-gap: 20px;
    list-style: none;
    margin: 0 auto 1em;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 800; }
    .floor_map_ico .floor_map_area li::before {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
	border: solid 1px #858585;
      list-style: 1;
      margin-right: .5em; }
    .floor_map_ico .floor_map_area li:nth-child(1)::before {
      background: #c0dea4; }
    .floor_map_ico .floor_map_area li:nth-child(2)::before {
      background: #fbe2b2; }
  .floor_map_ico .floor_map_ico_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    gap: 1rem; }
    .floor_map_ico .floor_map_ico_list li {
      display: flex;
      column-gap: .5em;
      align-items: center;
      font-weight: 800; }
      .floor_map_ico .floor_map_ico_list li img {
        display: block;
        width: 2.5rem;
        height: 2.5rem; }

.floor_shop_list > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0;
  padding: 0; }
  .floor_shop_list > ul > li {
    margin: 0;
    padding: 0; }
    .floor_shop_list > ul > li a > figure {
      margin-bottom: 1em;
      overflow: hidden; }
      .floor_shop_list > ul > li a > figure img {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    .floor_shop_list > ul > li a:hover > figure img {
      scale: 1.1; }
    .floor_shop_list > ul > li a .floor_shop_list_meta {
      display: flex; }
      .floor_shop_list > ul > li a .floor_shop_list_meta .floor_ico {
        display: flex;
        align-items: center;
        background: #206241;
        color: #FFF;
        font-weight: 800;
        font-size: 1.2rem;
        padding: .5em 1em;
        line-height: 1;
        margin-right: 1rem; }
      .floor_shop_list > ul > li a .floor_shop_list_meta h2 {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        line-height: 1;
        margin: 0; }
    .floor_shop_list > ul > li a p {
      font-size: 1.4rem; }

.floor_shop_list_pickup .floor_shop_list_pickup_title {
  font-family: 'Abel', sans-serif;
  color: #206241;
  border-bottom: solid 1px #d0d0d0; }
.floor_shop_list_pickup .floor_shop_list_pickup_item {
  list-style: none;
  margin: 0;
  padding: 0; }
  .floor_shop_list_pickup .floor_shop_list_pickup_item li a {
    display: flex;
    column-gap: 2rem; }
    .floor_shop_list_pickup .floor_shop_list_pickup_item li a figure {
      width: 30%; }
    .floor_shop_list_pickup .floor_shop_list_pickup_item li a p {
      flex: 1;
      word-wrap: break-word;
      font-size: 1.4rem;
      line-height: 1.6; }
    .floor_shop_list_pickup .floor_shop_list_pickup_item li a + li {
      margin-top: 1em; }

/*----------------------------------------------

  カテゴリー検索

----------------------------------------------*/
.shop_category_nav ul {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: center;
  column-gap: 4rem;
  margin: 0 auto 3em;
  padding: 0; }
  .shop_category_nav ul li {
    position: relative; }
    .shop_category_nav ul li:not(:first-child)::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -2rem;
      width: 0;
      height: 100%;
      border-left: dashed 1px #a0a0a0; }
    .shop_category_nav ul li a {
      display: block;
      padding: .5em 2em;
      font-weight: bold;
      border-radius: 6px; }
      .shop_category_nav ul li a:link, .shop_category_nav ul li a:visited {
        color: #1E1E1E;
        border-bottom-color: #206241; }
      .shop_category_nav ul li a:hover, .shop_category_nav ul li a:active {
        color: #206241; }
      .shop_category_nav ul li a span img {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin-right: .5em; }
    .shop_category_nav ul li.current_category a {
      background: #dddddd; }

/*----------------------------------------------

  ショップガイド

----------------------------------------------*/
.shop_about_title {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #206241; }

.shop_sns_link {
  list-style: none;
  display: flex;
  column-gap: 5px;
  margin: 0 auto;
  padding: 0; }
  .shop_sns_link li {
    margin: 0;
    padding: 0;
    font-size: 2rem; }
    .shop_sns_link li a:link, .shop_sns_link li a:visited {
      color: #a0a0a0; }
    .shop_sns_link li a:hover, .shop_sns_link li a:active {
      color: #206241; }

.fa-brands.fa-x-twitter {
 font-family: "Font Awesome 6 Brands";
 font-style: normal;
}

.shop_about .shop_about_fig {
  width: 100%;
  margin: 0 auto 3em; }
  .shop_about .shop_about_fig .shop_about_logo {
    margin-bottom: 1em;
    text-align: center; }
    .shop_about .shop_about_fig .shop_about_logo img {
      width: auto;
      max-width: 100%; }
.shop_about .shop-single-slider {
  padding-bottom: 2.5em; }
.shop_about .shop_about_doc {
  flex: 1; }
  .shop_about .shop_about_doc .shop_about_title {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    color: #206241;
    line-height: 1.4; }
    .shop_about .shop_about_doc .shop_about_title span {
      font-size: 1.6rem;
      color: #1E1E1E; }
      .shop_about .shop_about_doc .shop_about_title span::before {
        content: "[ "; }
      .shop_about .shop_about_doc .shop_about_title span::after {
        content: " ]"; }
  .shop_about .shop_about_doc .shop_about_table {
    width: 100%;
    margin-bottom: 1em; }
    .shop_about .shop_about_doc .shop_about_table th, .shop_about .shop_about_doc .shop_about_table td {
      padding: 1em;
      border-bottom: solid 1px #d1d1d1;
      font-size: 1.5rem; }
    .shop_about .shop_about_doc .shop_about_table th {
      text-align: left;
      color: #206241;
      width: 6em; }
  .shop_about .shop_about_doc .shop_about_append {
    font-size: 1.4rem;
    padding: 0 1em; }

.shop_copy_sec h2 {
  color: #206241; }

.shop_pickup_list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  gap: 40px;
  justify-content: center; }

.shop_news_list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }
  .shop_news_list li {
    border: solid 1px #eaeaea;
    position: relative;
    margin: 0;
    padding: 5px; }
    .shop_news_list li a {
      /*display: flex;*/
      display: block;
      /*column-gap: 20px;*/
      margin: 0;
      padding: 1em; }
      .shop_news_list li a figure {
        max-width: 260px;
        width: 60%; }
      .shop_news_list li a .shop_news_list_doc h3 {
        margin-top: 0;
        color: #206241;
        font-size: 1.8rem; }
      .shop_news_list li a .shop_news_list_doc p {
        font-size: 1.4rem;
        margin: 0; }
      .shop_news_list li a .shop_news_list_doc time {
        font-weight: 800;
        font-size: 1.3rem; }
    .shop_news_list li span.ico_new {
      position: absolute;
      top: -10px;
      left: -10px;
      line-height: 40px;
      width: 40px;
      text-align: center;
      color: #FFF;
      background: #FF9900;
      font-size: 1.3rem;
      border-radius: 50%;
      font-weight: 800;
      z-index: 100; }
    .shop_news_list li + li {
      margin-top: 2em; }

/*----------------------------------------------

  ショップニュース

----------------------------------------------*/
article section.shop_post_sec {
  padding: 0; }
  article section.shop_post_sec .page_title {
    margin-top: 0; }

.shop_post_meta {
  display: flex;
  margin-bottom: 2em; }
  .shop_post_meta .floor_ico {
    display: flex;
    align-items: center;
    background: #206241;
    color: #FFF;
    font-weight: 800;
    font-size: 1.2rem;
    padding: .5em 1.8em;
    line-height: 1;
    margin-right: 1rem; }
  .shop_post_meta p {
    display: flex;
    flex-direction: column-reverse;
    margin: 0; }
    .shop_post_meta p strong {
      font-weight: 800;
      color: #206241; }
    .shop_post_meta p span {
      font-size: 1.4rem; }
      .shop_post_meta p span::before {
        content: "[ "; }
      .shop_post_meta p span::after {
        content: " ]"; }

/*----------------------------------------------

  イベント情報

----------------------------------------------*/
.eventnews_sec {
  padding-top: 0; }

.event_post_detail_title {
  font-size: 2rem;
  color: #206241; }

/*----------------------------------------------

  プラザガイド

----------------------------------------------*/
.guide_table tbody tr th {
  width: auto; }
  .guide_table tbody tr th span {
    display: inline-block;
    width: 3em; }

.guide_service_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin: 0 auto;
  padding: 0;
  max-width: 980px; }
  .guide_service_list li {
    width: calc((100% - 4rem) / 3); }
    .guide_service_list li img {
      width: 100%;
      height: auto; }

/*----------------------------------------------

  交通のご案内

----------------------------------------------*/
.access_map figure {
  margin-bottom: 2em; }

.root_title {
  color: #206241;
  font-size: 2.8rem;
  margin: 0 auto .5em;
  line-height: 1.4; }

.access_root_detail_list dt {
  font-size: 2rem;
  color: #206241;
  font-weight: 800;
  margin: 0 0 .25em;
  padding: 0; }
.access_root_detail_list dd {
  padding: 0 0 .5em;
  margin: 0;
  border-bottom: solid 1px #a0a0a0; }
.access_root_detail_list dd + dt {
  margin-top: 1em; }

/*----------------------------------------------

  交通のご案内

----------------------------------------------*/
.member_title {
  margin: 0 auto 3em;
  text-align: center; }

.member_merit {
  margin: 0 auto 3em; }

.member_merit {
  margin: 0 auto 3em; }

.member_merit img{
	display: block;
	width: auto;
	margin: 0 auto;
}



/*----------------------------------------------

  WEBチラシ

----------------------------------------------*/
.webads_header {
  margin-bottom: 2em; }

.webads_post:first-child {
  padding-top: 0; }

.webads_title {
  margin: 0 auto .5em;
  line-height: 1.4;
  font-size: 2rem;
  color: #206241; }

.webads_post_doc {
  margin-bottom: 2em; }

/*----------------------------------------------

  採用情報

----------------------------------------------*/
.recruit_main_img {
  margin-bottom: 2em; }

/*----------------------------------------------

  イベント催事スペース

----------------------------------------------*/
.space_list > ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
  margin: 0;
  padding: 0; }
  .space_list > ol > li {
    margin: 0;
    padding: 0; }
    .space_list > ol > li a > figure {
      margin-bottom: 1em;
      overflow: hidden; }
      .space_list > ol > li a > figure img {
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    .space_list > ol > li a:hover > figure img {
      scale: 1.1; }
    .space_list > ol > li a .event_space_meta .floor_ico {
      display: inline-block;
      align-items: center;
      background: #206241;
      color: #FFF;
      font-weight: 800;
      font-size: 1.2rem;
      padding: .5em 1em;
      line-height: 1;
      margin-right: 1rem; }
    .space_list > ol > li a h4 {
      font-size: 1.6rem;
      margin: 0;
      line-height: 1.4; }
    .space_list > ol > li a p {
      font-size: 1.4rem; }

.event_space_post_header {
  display: flex;
  margin-bottom: 2em; }
  .event_space_post_header .floor_ico {
    display: flex;
    align-items: center;
    background: #206241;
    color: #FFF;
    font-weight: 800;
    font-size: 1.6rem;
    padding: .5em 1.8em;
    line-height: 1;
    margin-right: 1rem; }
  .event_space_post_header h1 {
    margin: 0;
    line-height: 1.4;
    font-size: 3rem;
    color: #206241; }

.space_img figure {
  text-align: center;
  margin-bottom: 2em; }

/*----------------------------------------------

  告知スペース

----------------------------------------------*/
.pr_space_post_title {
  margin: 0 auto2em;
  line-height: 1.4;
  font-size: 3rem;
  color: #206241; }

/*----------------------------------------------

  テナントスペース

----------------------------------------------*/
.tenant_space_meta .floor_ico {
  display: inline-block;
  align-items: center;
  background: #206241;
  color: #FFF;
  font-weight: 800;
  font-size: 1.2rem;
  padding: .5em 1em;
  line-height: 1;
  margin-right: 1rem; }
.tenant_space_meta h3 {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.4; }

.tenant_space_post_header {
  display: flex;
  margin-bottom: 2em; }
  .tenant_space_post_header .floor_ico {
    display: flex;
    align-items: center;
    background: #206241;
    color: #FFF;
    font-weight: 800;
    font-size: 1.6rem;
    padding: .5em 1.8em;
    line-height: 1;
    margin-right: 1rem; }
  .tenant_space_post_header h1 {
    margin: 0;
    line-height: 1.4;
    font-size: 3rem;
    color: #206241; }

/*----------------------------------------------

  会社概要

----------------------------------------------*/
.company_photo {
  margin-bottom: 3em; }

/*----------------------------------------------

  お問い合わせ

----------------------------------------------*/
.contact_post {
  margin: 1em 0 2em;
  display: flex;
  justify-content: center; }