@charset "utf-8";

/*============================
店舗一覧
============================*/
.shop_list {
  padding: 1.20rem 0;
}

@media screen and (max-width: 640px) {
  .shop_list {
    padding: 0.60rem 0 0.80rem;
  }
}
.shop_list .in {
  display: flex;
  flex-wrap: wrap;
  gap: 1.40rem 0;
}

.shop_list .shop_list_box {
  width: 100%;
}

.shop_list .shop_list_box .shop_header {
  text-align: center;
  padding-bottom: 0.30rem;
}

.shop_list .shop_list_box .shop_header .logo img {
  max-height: 0.9rem;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_list_box .shop_header .logo img {
    max-height: 0.6rem;
  }
}


.shop_list .shop_list_box .shop_header .shop_name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.22rem;
  font-weight: 700;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_list_box .shop_header .shop_name {
    font-size: 0.18rem;
  }
}

.shop_list .shop_list_box .shop_header .address {
  font-size: 0.16rem;
  padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_list_box .shop_header .address {
    font-size: 0.14rem;
  }
}

.shop_list .shop_list_box .shop_ph img {
  width: 100%;
  display: block;
}

.shop_list .shop_list_box .shop_concept {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.30rem 0;
}

.shop_list .shop_list_box .shop_concept .ttl {
  width: 2.70rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.30rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_list_box .shop_concept .ttl {
  width: 100%;
  font-size: 0.16rem;
}
}

.shop_list .shop_list_box .shop_concept .txt {
  padding: 0.15rem 0;
  padding-left: 0.50rem;
  border-left: 1px solid #2E2E2E;
  font-size: 0.16rem;
  line-height: 2;
  max-width: 8.7rem;
}
@media screen and (max-width: 640px) {
  .shop_list .shop_list_box .shop_concept .txt {
    padding-left: 0;
    border-left: 0;
    font-size: 0.14rem;
  }
}

.shop_list .shop_list_box .more_btn {
  margin: auto;
}

/*============================
MV（ショップ詳細ページ用）
============================*/
.lower_mv.-shop {
  height: 6.00rem;
}
@media screen and (max-width: 640px) {
  .lower_mv.-shop {
    height: 3.5rem;
  }
}

.lower_mv.-shop .mv_ttl_wrap .shop_ttl {
  font-size: 0.23rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0.1rem;
}

.lower_mv .mv_ttl_wrap .logo img {
  max-height: 0.9rem;
}

@media screen and (max-width: 640px) {
  .lower_mv.-shop .mv_ttl_wrap .shop_ttl {
    font-size: 0.15rem;
  }
  .lower_mv .mv_ttl_wrap {
    top: 50%;
  }
  .lower_mv .mv_ttl_wrap .logo img {
    max-height: 0.6rem;
  }

}

.lower_mv .mv_slides {
  height: 100%;
}

.lower_mv .mv_slides .slick-list {
  height: 100%;
}

.lower_mv .mv_slides .slick-track {
  height: 100%;
}

.lower_mv .mv_slides .slick-slide {
  height: 100%;
}

.lower_mv .mv_slides .slick-slide > div {
  height: 100%;
}

.lower_mv .mv_slides .slide {
  height: 100%;
}

.lower_mv .mv_slides .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* slickの矢印 */
.lower_mv .mv_slides .slick-arrow {
  width: 0.50rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.12rem auto;
}
@media screen and (max-width: 640px) {
  .lower_mv .mv_slides .slick-arrow {
    width: 0.40rem;
    background-size: 0.08rem auto;
  }
}

.lower_mv .mv_slides .slick-arrow::before {
  content: none;
}

.lower_mv .mv_slides .slick-arrow.slick-prev {
  background-image: url(../common/img/icon_right_bold_white_rev.svg);
  left: 0;
}

.lower_mv .mv_slides .slick-arrow.slick-next {
  background-image: url(../common/img/icon_right_bold_white.svg);
  right: 0;
}

/* slick-dots */
.lower_mv .mv_slides .slick-dots {
  bottom: 0.15rem;
  z-index: 2;
}

.lower_mv .mv_slides .slick-dots li {
  width: 0.04rem;
  height: 0.04rem;
  border-radius: 0.10rem;
  background-color: #FFF;
  opacity: 0.4;
  transition: all 0.3s;
}

.lower_mv .mv_slides .slick-dots li.slick-active {
  opacity: 1;
  width: 0.40rem;
}

.lower_mv .mv_slides .slick-dots li button {
  display: none;
}

/*============================
コンセプト
============================*/
.concept {
  padding: 1.20rem 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .concept {
    padding: 0.60rem 0;
    text-align: justify;
  }
}

.concept .txt {
  font-size: 0.18rem;
  line-height: 2.65;
}
@media screen and (max-width: 640px) {
  .concept .txt {
    font-size: 0.15rem;
  }
}

/*============================
フロアマップ
============================*/
.floor_map {
  position: relative;
  padding-bottom: 0.65rem;
}

.floor_map::before {
  content: "";
  background-color: #F6F6F6;
  width: calc(100% - 0.50rem);
  height: calc(100% - 0.30rem);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .floor_map::before {
    width: 100%;
    height: calc(100% - 0.40rem);
    bottom: 0.20rem;
  }
}

.floor_map .floor_map_contents {
  width: 100%;
  max-width: 8.00rem;
  margin: auto;
  padding-top: 0.80rem;
}
@media screen and (max-width: 640px) {
  .floor_map .floor_map_contents {
    padding-top: 0.50rem;
  }
}

.floor_map .floor_map_contents .tab_list {
  display: flex;
  justify-content: center;
  margin-bottom: 0.40rem;
}

.floor_map .floor_map_contents .tab_list .tab {
  width: calc(100% / 3.01);
  border-bottom: 1px solid #C1C1C1;
  text-align: center;
  font-size: 0.20rem;
  font-weight: 500;
  padding-bottom: 0.15rem;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .floor_map .floor_map_contents .tab_list .tab {
    font-size: 0.16rem;
  }
}

.floor_map .floor_map_contents .tab_list .tab:hover {
  color: #1E77C3;
  border-bottom: 1px solid #1E77C3;
}

.floor_map .floor_map_contents .tab_list .tab.-active {
  color: #1E77C3;
  border-bottom: 1px solid #1E77C3;
}

.floor_map .floor_map_contents .tab_cont {
  display: none;
}

.floor_map .floor_map_contents .tab_cont.-active {
  display: block;
}

/*============================
ショップ
============================*/
.shop_info {
  position: relative;
  padding-top: 1.30rem;
}
@media screen and (max-width: 640px) {
  .shop_info {
    padding-top: 0.50rem;
  }
}

.shop_info .sec_ttl_wrap {
  padding-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
  .shop_info .sec_ttl_wrap {
    padding-bottom: 0.40rem;
  }
}

.shop_info .shop_box {
  width: 100%;
  max-width: 8.00rem;
  margin: 0 auto;
  padding-bottom: 1.30rem;
}
@media screen and (max-width: 640px) {
  .shop_info .shop_box {
    padding-bottom: 0.80rem;
  }
}

/* slickの矢印 */
.shop_info .shop_box .shop_slides .slick-arrow {
  width: 0.50rem;
  height: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.10rem auto;
}
@media screen and (max-width: 640px) {
  .shop_info .shop_box .shop_slides .slick-arrow {
    width: 0.40rem;
    background-size: 0.08rem auto;
  }
}

.shop_info .shop_box .shop_slides .slick-arrow::before {
  content: none;
}

.shop_info .shop_box .shop_slides .slick-arrow.slick-prev {
  background-image: url(../common/img/icon_right_bold_black_rev.svg);
  left: -0.50rem;
}

.shop_info .shop_box .shop_slides .slick-arrow.slick-next {
  background-image: url(../common/img/icon_right_bold_black.svg);
  right: -0.50rem;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_box .shop_slides .slick-arrow.slick-prev {
    background-image: url(../common/img/icon_right_bold_white_rev.svg);
    left: -0.05rem;
  }
  .shop_info .shop_box .shop_slides .slick-arrow.slick-next {
    background-image: url(../common/img/icon_right_bold_white.svg);
    right: -0.05rem;
  }
}
.shop_info .shop_header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.30rem 0 0.24rem;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_header {
    padding: 0.15rem 0;
  }
}
.shop_info .shop_header .logo_wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_header .logo_wrap {
    width: 100%;
  }
}
.shop_info .shop_header .logo_wrap .logo img {
  display: block;
  height: 0.70rem;
  padding-right: 0.10rem;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_header .logo_wrap .logo img {
    height: 0.50rem;
  }
}
.shop_info .shop_header .logo_wrap .shop_name {
  font-size: 0.22rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .shop_info .shop_header .logo_wrap .shop_name {
    font-size: 0.18rem;
  }
}

.shop_info .shop_header .tag_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.10rem;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_header .tag_wrap {
    padding-top: 0.10rem;
  }
}

.shop_info .shop_header .tag_wrap .tag {
  min-width: 0.80rem;
  text-align: center;
  padding: 0.08rem 0.10rem;
  box-sizing: border-box;
  border-radius: 0.20rem;
  background-color: #F2F2F2;
  font-size: 0.13rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .shop_info .shop_header .tag_wrap .tag {
    font-size: 0.12rem;
  }
}

.shop_info .info_txt {
  font-size: 0.16rem;
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  .shop_info .info_txt {
    font-size: 0.14rem;
  }
}

.shop_info .info_txt .catch {
  margin-bottom: 0.10rem;
  font-weight: 700;
}

.shop_info .shop_spec {
  padding: 0.20rem 0;
  font-size: 0.14rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.10rem 0;
}

@media screen and (max-width: 640px) {
  .shop_info .shop_spec {
    font-size: 0.12rem;
  }
}
.shop_info .shop_spec .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.shop_info .shop_spec .list .spec_ttl {
  width: 0.80rem;
  position: relative;
}

.shop_info .shop_spec .list .txt {
  border-left: 1px solid #2E2E2E;
  padding-left: 0.20rem;
}

.shop_info .link_wrap {
  display: flex;
  align-items: center;
  gap: 0 0.30rem;
}

.shop_info .link_wrap .link a {
  display: block;
}

.shop_info .link_wrap .link a:hover {
  opacity: 0.7;
}

.shop_info .link_wrap .link img {
  display: block;
  height: 0.24rem;
}

/*============================
アクセス
============================*/
.access {
  position: relative;
  padding-bottom: 0.50rem;
}
@media screen and (max-width: 640px) {
  .access {
    padding-bottom: 0;
  }
}

.access::before {
  content: "";
  background-color: #F6F6F6;
  width: calc(100% - 0.50rem);
  height: calc(100% - 0.30rem);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}

@media screen and (max-width: 640px) {
  .access::before {
    width: 100%;
    height: calc(100% - 0.15rem);
  }
}
.access .access_info {
  padding: 0.80rem 0;
  max-width: 8.00rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .access .access_info {
    padding: 0.40rem 0;
  }
}
.access .access_info .address {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.30rem 0 0.60rem;
}

@media screen and (max-width: 640px) {
  .access .access_info .address {
    padding: 0.15rem 0 0.30rem;
  }
}
.access .access_info .address .build_name {
  padding-right: 0.50rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.20rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .access .access_info .address .build_name {
    font-size: 0.18rem;
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.1rem;
  }
}
.access .access_info .address .txt_box {
  padding-left: 0.50rem;
  border-left: 1px solid #2E2E2E;
}

@media screen and (max-width: 640px) {
  .access .access_info .address .txt_box {
    padding-left: 0;
    border-left: 0;
    width: 100%;
  }
}
.access .access_info .address .txt_box .txt {
  font-size: 0.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .access .access_info .address .txt_box .txt {
    font-size: 0.14rem;
  }
}

.access .access_info .address .txt_box .link_wrap {
  display: flex;
  align-items: center;
  gap: 0 0.20rem;
  padding-top: 0.20rem;
}

.access .access_info .address .txt_box .link_wrap .link a {
  display: block;
}

.access .access_info .address .txt_box .link_wrap .link a:hover {
  opacity: 0.7;
}

.access .access_info .address .txt_box .link_wrap .link img {
  display: block;
  height: 0.24rem;
}

.access .gmap_box {
  width: 100%;
  height: 4.00rem;
}
@media screen and (max-width: 640px) {
  .access .gmap_box {
    height: 2.50rem;
  }
}

.access .gmap_box iframe {
  width: 100%;
  height: 100%;
}

/*============================
戻るボタン
============================*/
.back_btn_wrap {
  padding: 0.80rem 0;
}

.back_btn_wrap a {
	width: 100%;
	max-width: 2.50rem;
  margin: auto;
}

.back_btn_wrap a {
	display: block;
	background-color: #333;
	border: 1px solid #333;
	line-height: 0;
	padding: 0.22rem 0 0.18rem;
	border-radius: 0.30rem;
	font-size: 0.16rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	font-family: "Josefin Sans", sans-serif;
}
@media screen and (max-width: 640px) {
  .back_btn_wrap a {
    font-size: 0.14rem;
  }
}

.back_btn_wrap a:hover {
	color: #333;
  background-color: #FFF;
}

.back_btn_wrap a::before {
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background-image: url(../img/common/icon_backbtn.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.10rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.back_btn_wrap a:hover::before {
	background-image: url(../img/common/icon_backbtn_black.svg);
}

.back_btn_wrap a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #FFF;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	z-index: 0;
}

.back_btn_wrap a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

.back_btn_wrap a span {
	display: inline-block;
	padding-left: 0.15rem;
	position: relative;
	z-index: 1;
}