@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;
}

/* フロアガイド
 ====================================================*/
#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 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%;
}

/* テナント募集
 ====================================================*/
.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;
}
/* お問い合わせ
 ====================================================*/
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;
}


/* 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;
}