@charset "utf-8";
/* TOP スライダー
 ====================================================*/
.slider_img img {
	width: 100%;
	max-width: 100%;
	__height: 100vh;
	__max-height: 100%;
	margin: auto;
	object-fit: cover;
}
.slick-dots {
  position: absolute;
  bottom: var(--fs10);
}
.slick-dots li button::before {
  font-size: 1.3rem;
}
.slick-dots li.slick-active button::before {
  opacity: 100;
  color: #f19db5;
}
.slick-dots li button::before {
  opacity: 100;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mv_area{
	margin-top: -30px;
}

/*トップページ*/
.top_banner_list_01{
	display: block;
	margin: 100px auto 50px;
	width: min(90%, 700px)
}
.top_banner_list_01 img{
	display: block;
	width: 100%;
	vertical-align: bottom;
}

/* インスタフィード 2026renewal */
.insta-feed{
	width: min(900px, 90%);
	margin: auto;
}

/* フロアガイド
 ====================================================*/
#floor_1f,#floor_2f,#floor_3f,#floor_4f,#floor_5f{
	margin-top: -50px;
	padding-top: 50px;
}
.floorguide li.current a,.floorguide-2f li.current a,.floorguide-3f li.current a,
.floorguide-4f li.current a,.floorguide-5f li.current a,
.floorguide_open li.current a,.floorguide_open-2f li.current a,.floorguide_open-3f li.current a{
	  background-color: #009cdb;	
}
.floorguide_time_wrap{
	width: min(90%, 1100px);
	margin: 50px auto;
}

section.2f{
	border:10px solid #000
}
.floor_wrap{
	display: flex;
	gap: 50px;
	justify-content: center;
	margin: 0 auto;
	flex-wrap: wrap;
}
.floor_wrap .floor_number_list{
	__border:1px solid #ccc;
}
.floor_wrap .floor_number_list li{
	margin-bottom: 5px;
}
.color_sample{
	width: 600px;
	margin-left: 400px;
  	margin-top: -80px;
}
.color_sample_02{
  	margin-top: -40px;
}

/* 階数ボタンのスタイル */
.btn_floor a {
  position: relative;
  display: block;
  width: 280px;
  padding: 10px 0 10px 30px;
  background-color: #a8a8a8;
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
.btn_floor a:hover{
	background-color: #009cdb;
}
/* アイコンのスタイル */
.btn-triangle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
/* メインマップ */
.floor_main_map{
	width: 800px;
}
.floor_main_map img{
	width: 100%;
}
/* ショップカード */
:root{
	--information: #666;
	--gourmet: #fff571;
	--gourmet_02: #f4b822;
	--fashion: #b6e0ed;
	--service: #f7c9dd
}
.card_shop_wrap{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	width: min(100%, 1000px);
	margin: auto;
	margin-top: 40px;
}
.card_shop_item {
	padding: 5px 15px;
	height: 310px;
}
.card_shop{
	width: calc(100% / 4 - 20px);
}
.card_shop .card_shop_cate{
	font-size: 1.3rem;
}
.card_shop figure{
	padding: 15px;
	background-color: #fff;
}
.card_shop img{
	width: 100%;
	_border: 1px solid #ccc;
}
.card_shop .shop_ttl{
	line-height: 1.3;
	padding-top: 5px;
}
.color_gourmet{background-color: var(--gourmet)}
.color_fashion{background-color: var(--fashion)}
.color_service{background-color: var(--service)}
.card_shop p.card_shop_cate:before{
	content: "";
  	font-size: 1rem;
  	padding-left: 3px;
}
.card_shop p.card_shop_cate.color_gourmet_border:before{
  	border-left: 14px solid var(--gourmet);
}
.card_shop p.card_shop_cate.color_fashion_border:before{
  	border-left: 14px solid var(--fashion);
}
.card_shop p.card_shop_cate.color_service_border:before{
  	border-left: 14px solid var(--service);
}

/* ショップ　各店舗
 ====================================================*/
.shop_wrap{
}
.floor_number{
	display: inline-block;
	padding: 5px 20px;
	background-color: var(--b_color);
	color: #fff;
	font-size: 1.8rem;
}
.shop_con{
	display: flex;
	gap: 30px;
	align-items: flex-start;
	margin-top: 10px;
}
.shop_con > figure{
	width: 550px;
  flex-shrink: 0;
}
.shop_con figure > img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.shop_con div{
	width: 80%;
	margin-inline: auto;
}
.shop_cate{
	display: flex;
  	border-bottom: 1px solid var(--base);
  	align-items: center;
	justify-content: space-between;
	  flex-wrap: wrap;
}
.shop_cate .shop_ttl{
	font-size: 3rem;
}
.shop_cate dd{
	font-size: 1.4rem;
}
.shop_cate dd::before{
	content: "■";
	font-size: 1.4rem;
}
.shop_cate dd.color_gourmet_icon::before{
	color: var(--gourmet)
}
.shop_cate dd.color_service_icon::before{
	color: var(--service)
}
.shop_cate dd.color_fashion_icon::before{
	color: var(--fashion)
}
.shop_list{
	margin-top: 30px;
}
.shop_list li{
	display: flex;
	padding-block: 15px;
	border-bottom: 1px solid var(--base);
}
.shop_list li *:first-child{
	width: 6em;
	flex-shrink: 0;
}
.shop_list a {
	word-break: break-all;
}
.shop_img{
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap
}
.shop_img li{
	width: calc(100% / 3 - 20px);
	_height: 350px;
}
.shop_img figure{
	_height: 300px;
}
.shop_img li img{
	width: 100%;
	_aspect-ratio: 4 / 4;
	height: 400px;
	object-fit: cover;
}
.shop_img_01_1,.shop_main_img_1{
	display: none;
}

/* 共通ページ
 ====================================================*/
a.link_txt{
	color: var(--b_color)
}
#page .ttl{
	font-weight: var(--fb_02);
	font-size: 2.3rem;
}
#page .ttl::before{
	content: '';
  	background-image: url(../img/common/icon_dot.svg);
  	display: inline-block;
  	width: 23px;
  	height: 23px;
  	background-size: 100px, 100px;
  	margin-right: 8px;
  	background-repeat: no-repeat;
  	background-size: contain;
  	vertical-align: sub;
}
#page .ttl_02{/*枠かこみ*/
	display: inline-block;
  background-color: var(--base);
  padding: 5px 15px 7px 15px;
  margin-block: 10px 5px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
#page section:not(:first-child){
	margin-top: 80px;
}
#page .content_item{
	margin-left: 33px;
}
#page .hours{
	display: inline-block;
  	padding: 10px;
  	border-top: 2px dotted;
  	border-bottom: 2px dotted;
  	margin-block: 10px;
  	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.2;
}
#page .hours li{
	margin-bottom: 10px;
}
#page .hours span{
	width: 3em;
  	display: inline-block;
}
#page .hours span.small_txt{
	width: auto;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
#page .hours span.small_txt{
	font-size: 1.2rem;
}
}
#page .hours span.hours_txt{
	width: auto;
	margin-left: 3em;
}
#page .service_map{
	width: min(90%, 600px);
	margin: 10px auto 0;
}
#page .service_map img{
	width: 100%
}

/* 施設サービス
 ====================================================*/
#hours{
	margin-top: -50px !important;
	padding-top: 50px !important;
}
.service_1f2f{
	display: flex;
	gap: 10px;
}
@media screen and (max-width: 767px) {
.service_1f2f{
	flex-flow: column;
}
}

/* アクセス
 ====================================================*/
.access_map{
	width: min(100%, 800px);
	margin-top: 30px;
	margin-inline: auto;
}
.access_map img{
	width: 100%;
}
.access_times{
	border: 1px solid Var(--base);
  	padding: 5px 10px;
  	margin-left: 33px;
  	display: inline-block;
  	margin-top: 10px;
  	margin-bottom: 20px;
}

/* スタッフ募集
 ====================================================*/
.staff_mv{
	width: min(90%, 800px);
	margin-inline: auto;
}
.staff_mv img{
	width: 100%
}
.staff_cont{
	display: table;
	margin-top: 30px;
	margin-inline: auto;
	font-size: clamp(1.6rem, 0.568rem + 0.91vw, 2rem);
}
.staff_cont > p:first-child{
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.staff_job{
	border: 1px solid var(--base);
	padding: 30px 30px 20px;
	margin-bottom: 10px;
}
.staff_job--02 {
	width: min(800px, 100%);
  	padding: 30px 5% 20px;
  	display: table;
  	margin-inline: auto;
	margin-bottom: 60px;
}
.staff_job p.hotel{
	font-size: 1.4rem;
	margin-bottom: 30px;
	margin-top: 5px;
}
.staff_job figure{
	width: 250px;
	margin-inline: auto;
	display: table;
}
.staff_job figure img{
	width: 100%;
}
.staff_job dl{
	  display: table;
	margin: 10px auto;
}
.staff_job dl dt{
	font-weight: bold;
}
.staff_job dl dd{
	margin-left: 1em;
}
/* テナント募集
 ====================================================*/
.tenant_info{
	margin-inline: auto;
}
.tenant_info p{
	border: 1px solid var(--base);
  display: inline-block;
  adding: 10;
  padding: 10px 30px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-inline: auto;
	margin-top: 10px;
}

/* （新）テナント募集 2026renewal */
.tenant-page {
  padding: 60px 40px 80px;
  background: #fff1d7;
}

.tenant-page__inner {
  max-width: 1660px;
  margin: 0 auto;
}

/* ===============================
   タイトル周り
================================= */
.tenant-page__hero {
  margin-bottom: 0;
}

.tenant-page__hero-inner {
  position: relative;
  padding: 88px 240px 74px;
  overflow: visible;
}

.tenant-page__title {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.95;
  letter-spacing: 0.04em;
  color: #000;
}

/* 放射線 */
.tenant-page__hero-rays {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  z-index: 1;
}

.tenant-page__hero-rays img {
  width: 100%;
  height: auto;
  display: block;
}

/* イラスト */
.tenant-page__hero-illust {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: block;
  height: auto;
}

.tenant-page__hero-illust--left {
  left: 175px;
  width: 208px;
  transform: translateY(4px);
}

.tenant-page__hero-illust--center {
  left: 285px;
  width: 128px;
  transform: translateY(8px);
}

.tenant-page__hero-illust--right {
  right: 175px;
  width: 196px;
  transform: translateY(6px);
}

/* ===============================
   一覧
================================= */
.tenant-page__list {
  display: grid;
  gap: 44px;
}

/* ===============================
   カード
================================= */
.tenant-card {
  position: relative;
  margin-top: 0;
  padding: 30px;
  background: #fff;
  overflow: hidden;
}

.tenant-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #fac360;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* ===============================
   カード内レイアウト
================================= */
.tenant-card__main {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 555px);
  justify-content: space-between;
  align-items: start;
  gap: 56px;
}

/* ===============================
   左側
================================= */
.tenant-card__map-area {
  min-width: 0;
}

.tenant-card__heading {
  margin: 0 0 24px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: #6d5748;
}

.tenant-card__heading::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 36px;
  margin-right: 14px;
  vertical-align: middle;
  background-image: radial-gradient(circle, #59b6bd 0 7px, transparent 8px),
    radial-gradient(circle, #e89982 0 7px, transparent 8px),
    radial-gradient(circle, #e4c84b 0 7px, transparent 8px),
    radial-gradient(circle, #72b83b 0 7px, transparent 8px);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position:
    0 0,
    24px 0,
    0 24px,
    24px 24px;
}

.tenant-card__map {
  width: 100%;
}

.tenant-card__map img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===============================
   右側
================================= */
.tenant-card__content {
  min-width: 0;
  padding-top: 10px;
}

.tenant-card__lead {
  margin: 0 0 28px;
  font-weight: 600;
  line-height: 1.6;
  color: #6d5748;
}

.tenant-card__lead mark {
  display: inline;
  padding: 0 .18em;
  color: inherit;
  background: linear-gradient(transparent 58%, #f3e400 58%);
}

/* ===============================
   テーブル
================================= */
.tenant-card__spec {
  margin: 0;
  border-top: 1px solid var(--base);
  border-left: 1px solid var(--base);
  background: #fff;
}

.tenant-card__spec-row {
  display: grid;
  grid-template-columns: 130px 1fr;
}

.tenant-card__spec-label,
.tenant-card__spec-data {
  margin: 0;
  padding: 10px 20px;
  border-right: 1px solid var(--base);
  border-bottom: 1px solid var(--base);
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.tenant-card__spec-label {
  justify-content: center;
  background: #e2dcd7;
  font-weight: 500;
}

.tenant-card__spec-data {
  background: #fff;
}

/* ===============================
   注意文
================================= */
.tenant-card__note {
  margin-top: 22px;
  padding: 18px 20px 16px;
  background: #e8f2db;
}

.tenant-card__note-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}

.tenant-card__note-text + .tenant-card__note-text {
  margin-top: 6px;
}

/* ===============================
   問い合わせ
================================= */
.tenant-contact {
  margin-top: 46px;
  text-align: center;
  color: #6d5748;
}

.tenant-contact__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
}

.tenant-contact__company,
.tenant-contact__tel,
.tenant-contact__mail {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.65;
}

.tenant-contact__link {
  color: #6d5748;
  text-decoration: underline;
  text-decoration-color: #d61b8c;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

/* ===============================
   余白調整
================================= */
.tenant-card + .tenant-card {
  margin-top: 40px;
}

/* ===============================
   1200px以下
================================= */
@media (max-width: 1200px) {
  .tenant-page__hero-inner {
    padding: 72px 140px 64px;
  }

  .tenant-page__title {
    font-size: 28px;
  }

  .tenant-page__hero-illust--left {
    left: 70px;
    width: 170px;
  }

  .tenant-page__hero-illust--center {
    left: 150px;
    width: 104px;
  }

  .tenant-page__hero-illust--right {
    right: 70px;
    width: 165px;
  }

  .tenant-card {
    padding: 54px 44px 56px;
  }

  .tenant-card__main {
    grid-template-columns: 1fr 480px;
    gap: 40px;
  }

  .tenant-card__heading {
    font-size: 30px;
  }

  .tenant-card__lead {
    font-size: 22px;
  }

  .tenant-card__spec-label,
  .tenant-card__spec-data {
    min-height: 72px;
    padding: 16px 18px;
    font-size: 22px;
  }

  .tenant-card__note-text {
    font-size: 17px;
  }

  .tenant-contact__company,
  .tenant-contact__tel,
  .tenant-contact__mail {
    font-size: 22px;
  }
}

/* ===============================
   900px以下
================================= */
@media (max-width: 900px) {
  .tenant-page {
    padding: 40px 16px 56px;
  }

  .tenant-page__hero-inner {
    padding: 64px 24px 36px;
  }

  .tenant-page__hero-rays {
    top: 10px;
    width: 170px;
    height: 70px;
  }

  .tenant-page__title {
    font-size: 24px;
    line-height: 1.8;
  }

  .tenant-page__hero-illust--left,
  .tenant-page__hero-illust--center,
  .tenant-page__hero-illust--right {
    position: static;
    transform: none;
    margin: 0 auto;
  }

  .tenant-page__hero-illust--left,
  .tenant-page__hero-illust--center {
    display: none;
  }

  .tenant-page__hero-illust--right {
    display: block;
    width: 140px;
    margin-top: 20px;
  }

  .tenant-card {
    padding: 34px 20px 36px;
  }

  .tenant-card::before {
    width: 52px;
    height: 52px;
  }

  .tenant-card__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tenant-card__heading {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .tenant-card__heading::before {
    width: 42px;
    height: 28px;
    margin-right: 10px;
    background-size: 14px 14px;
    background-position:
      0 0,
      18px 0,
      0 18px,
      18px 18px;
  }

  .tenant-card__content {
    padding-top: 0;
  }

  .tenant-card__lead {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .tenant-card__spec-row {
    grid-template-columns: 120px 1fr;
  }

  .tenant-card__spec-label,
  .tenant-card__spec-data {
    min-height: 58px;
    padding: 12px 14px;
    font-size: 18px;
  }

  .tenant-card__note {
    margin-top: 16px;
    padding: 14px;
  }

  .tenant-card__note-text {
    font-size: 15px;
  }

  .tenant-contact {
    margin-top: 30px;
  }

  .tenant-contact__title {
    font-size: 18px;
  }

  .tenant-contact__company,
  .tenant-contact__tel,
  .tenant-contact__mail {
    font-size: 18px;
  }

  .tenant-contact__link {
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}

/* ===============================
   560px以下
================================= */
@media (max-width: 560px) {
  .tenant-page__title {
    font-size: 20px;
  }

  .tenant-card__heading {
    font-size: 24px;
  }

  .tenant-card__lead {
    font-size: 18px;
  }

  .tenant-card__spec-row {
    grid-template-columns: 1fr;
  }

  .tenant-card__spec-label,
  .tenant-card__spec-data {
    font-size: 16px;
  }

  .tenant-card__spec-label {
    justify-content: flex-start;
  }

  .tenant-contact__company,
  .tenant-contact__tel,
  .tenant-contact__mail {
    font-size: 16px;
  }
}

/* お問い合わせ
 ====================================================*/
table {
  border-spacing: 0 20px;
  border-collapse: separate;
	  margin-inline: auto;
}
.form_wrap{
	background-color: #f2f2f2;
	padding: 50px 0px;
	margin-top: 60px;
}
.form_wrap select{
	background-color: #999;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
}
.form_foot {
  width: min(100%, 800px);
  margin: 30px auto;
}
.form_foot .txt {
  margin-bottom: 15px;
}
.form_foot .submit input {
  display: table;
  background-color: red;
  margin-top: 30px;
  color: #fff;
  padding: 10px 60px 12px;
  border-radius: 10px;
  border: none;
  font-size: 1.8rem;
  margin-inline: auto;
  text-align: center;
}
.form_foot .submit_02 input {
  padding: 10px 30px 12px;
}
.form_foot .submit .prev input {
  background-color: #666;
}

.form_wrap span.required{
	background-color: var(--b_color);
  	color: #fff;
  	border-radius: 5px;
  	font-size: 1.1rem;
  	padding: 2px 10px 3px;
  	margin-right: 8px;
}
.form_wrap input{
	background-color: #fff;
  	border: 1px solid #ccc;
  	padding: 10px;
  	border-radius: 5px;
}
.form_wrap textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}
.form_wrap th{
	vertical-align: middle;
	width: 200px;
	padding-right: 10px;
}
.form_wrap tr{
	margin-bottom: 20px;
}
.form_wrap_02{
	padding: 50px 5%;
}
.form_wrap_02 th{
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.4rem;
}
input[type="radio"] {
  appearance: none;
  display: none;
  opacity: 0;
  width: 1px;
  position: absolute;
  height: 1px;
}
input[type="radio"] + span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 11px 8px 36px;
  border-radius: 4px;
}
input[type="radio"] + span::before,
input[type="radio"] + span::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 10px auto 0;
  box-sizing: border-box;
}
input[type="radio"] + span::before {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #ccc;
  left: 9px;
}
input[type="radio"] + span::after {
  width: 10px;
  height: 10px;
  background: #999999;
  left: 14px;
  opacity: 0;
}
input[type="radio"]:checked + span::before {
  border: 2px solid #ccc;
}
input[type="radio"]:checked + span::after {
  background: #48B12A;
  opacity: 1;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 10% 1em !important;
}
.submit{
	display :flex;
	justify-content: center;
  gap: 30px;
}
/*--チェック--*/
input[type="checkbox"] {
  opacity:0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}
input[type="checkbox"] + span::before {
  display: inline-block;
content: '';
width: 20px;
height: 20px;
border: 2px solid #A5C49D;
border-radius: 5px;
margin-right: 5px;
background-color: #fff;
	position: relative;
top: 5px;
}
input[type="checkbox"]:checked + span::before {
  background-image: url("../img/form/check.svg");
  background-repeat: no-repeat;
  background-position: 3px;
}
.privacy_check{
	font-size: 1.4rem;
}
.privacy_check a{
	color: #E16C49;
}
.checkboxList span{
	font-size: 1.6rem;
line-height: 1;
display: flex;
align-items: center;
}
.wpcf7-not-valid-tip {
  color: #f00 !important;
  font-size: 1.2rem !important;
}


/* プライバシーポリシー
  ====================================================*/
.privacy-cont .ttl-line02{
	font-weight: bold;
	font-size: 2.2rem;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid var(--base)
}
.privacy-cont .privacy-table{
	margin-left: 30px;
}
.privacy-cont .cont-list-subttl{
	margin-block: 30px 5px;
	font-size: 1.8rem;
}
.cont-list.-tyep01{
	margin-top: 10px;
}
.u-mb20 {
  margin-bottom: 20px !important;
}
.es-list.-disc li {
  list-style-type: disc;
}
.es-list.-disc {
  padding-left: 1em;
}
.info {
  margin: 0 0 80px;
  padding: 0 0 35px;
  border: solid 1px #e3e3e3;
}
.info dt {
  margin: 0 0 38px;
  padding: 15px 30px;
  background: #f2f2f2;
  font-size: 100%;
  border-bottom: solid 1px #e3e3e3;
}
.info dd {
  padding: 0 40px;
  font-size: 90%;
  line-height: 2.1;
}
.u-txt-right {
  text-align: right;
}

/* よくある質問
  ====================================================*/
.accordion{
	_font-size: 2.3rem;
	margin-top: 20px;
	border-bottom: 0.7px solid var(--base);
}
.accordion-content {
  display: none;
}
.accordion-header, .accordion-content{
  padding: 15px 45px 14px 20px;
}
.accordion-header {
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-top: 0.7px solid var(--base);
  _border-bottom: 1px solid var(--base);
}
.accordion-content {
	border-top: 0.7px solid var(--base);
	margin-bottom: 30px;
}

.accordion ul{
	display: flex;
	align-items: baseline;
}
.accordion ul li.faq_ttl{
	font-size: 2.3rem;
	line-height: 1;
  	margin-right: 20px;
	flex-shrink: 0;
}



.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}


/* hover */
.accordion-header:hover {
  background-color: #f3f1f0;
}

/* 費用案内

/* SP
 ====================================================*/
@media screen and (max-width: 767px) {
.top_banner_list_02 {
  flex-flow: column;
  align-items: center;
}
.top_banner_list_02 li {
  width: 70%;
}
.mv_area {
	margin-top: -80px;
}

/* SP 共通ページ
 ====================================================*/
#page .ttl {
  font-size: 1.8rem;
}
#page .ttl::before {
  width: 18px;
  height: 18px;
}
#page .content_item,
.access_times{
  margin-left: 25px;
}
#page section:not(:first-child) {
  margin-top: 30px;
}
/* SP お問い合わせフォーム
 ====================================================*/
.form_wrap {
  background-color: #f2f2f2;
  padding: 20px 5%;
  margin-top: 30px;
}
.form_wrap th,.form_wrap td {
  width: 100%;
  padding-right: 10px;
  display: inline-block;
	    margin-top: 5px;
}
.form_wrap textarea, .form_wrap input{
	width: 100%
}

/* SP フロアガイド
 ====================================================*/
.floor_main_map {
  width: 95%;
  margin-top: -40px;
}
.floor_wrap .floor_number_list {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    flex-wrap: wrap-reverse;
    justify-content: center;
}
.floor_wrap .floor_number_list li{
	width: calc(100% / 3 - 10px);
}
.btn-triangle-right a::after{
	display: none;
}
.btn_floor a {
  width: auto;
    font-size: 2rem;
    text-align: center;
    padding: 10px;
}
.color_sample {
	margin-inline: auto;
	margin-top: -50px;
    width: 100%;
    text-align: center;
}
.color_sample_02 {
  margin-inline: auto;
  _width: 90%;
}
.color_sample img{
  	width: 90%;
	margin-top: 20px
}
.card_shop {
  width: calc(100% / 2 - 20px);
}
.card_shop_item {
  height: auto;
	margin-top: 4px;
}
.card_shop .card_shop_cate {
  font-size: 1.1rem;
}
.shop_con > figure {
  width: 100%;
}
.shop_con {
  flex-flow: column;
}
.shop_con div{
	width: 100%;
}
.shop_img {
  flex-wrap: wrap;
}
.shop_img li {
  width: calc(100% / 2 - 20px);
	height: auto;
}
.shop_img li img{
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 4;
	object-fit: cover;
}
.shop_cate .shop_ttl {
  font-size: 2.2rem;
}
#page .hours{
  	padding: 10px 0 10px 0;
}
}
@media screen and (max-width: 500px) {
.card_shop .card_shop_cate {
  font-size: 1rem;
}
}

/* ニュースフォーム */
.news-f_wrap{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-inline: auto;
		width: min(90%, 600px);
	margin-inline: auto;

}
.news-f input,.news-f textarea{
	border: 1px solid #000;
	margin-top: 5px;
	padding: 5px;
}
.news-f h2{
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 30px;
}
_.news-f .event_date{
	background-color: var(--y_color);
	padding@ 10px;
}

/* ページナビゲーション */
.wp-pagenavi {
  clear: both;
  display: table;
  margin: 80px auto 0;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 3px 10px !important;
  border-radius: 5px;
}
.wp-pagenavi span.current {
  border: 1px solid var(--b_color) !important;
  color: #fff;
  background-color: var(--b_color);
  padding: 3px 10px;
}