@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* floor
-------------------------------------------------------------------------------------------------------------------------------*/
.floor {
  font-size: 16px;
  line-height: 1.5;
}
.floor a {
  color: inherit;
  text-decoration: none;
}
.floor img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .floor {
    font-size: 12px;
  }
}


/* floor-nav
=================================================================== */

/* floor-nav-building
------------------------------------------------- */
.floor-nav-building {
  border-bottom: 1px solid #ccc;
}
.floor-nav-building ul {
  width: 980px;
  margin: 0 auto;
  display: flex;
}
.floor-nav-building ul li {
  flex: 1;
}
.floor-nav-building ul li a {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #999;
  font-weight: 600;
  line-height: 1.2;
}
.floor-nav-building ul li a:hover ,
.floor-nav-building ul li.select a {
  background-color: #f1e9da;
  color: #a58959;
}
@media screen and (max-width:767px) {
  .floor-nav-building {
    border-bottom: none;
  }
  .floor-nav-building ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .floor-nav-building ul li {
    width: 25%;
    flex: auto;
    border-bottom: 1px solid #ccc;
  }
  .floor-nav-building ul li a {
    height: 50px;
  }
}


/* slider_floor
------------------------------------------------- */
.slider_floor_wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.slider_floor {
  overflow: hidden;
  margin: auto;
}
.slider_floor li {
  position: relative;
  font-weight: 600;
  color: #999;
}
.slider_floor li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}
.slider_floor li:hover {
  color: #fff;
  background-color: #a58959;
  border-bottom: solid 3px #826635
}
.slider_floor li.select {
  color: #fff;
  background-color: #a58959;
  border-bottom: solid 3px #826635;
  pointer-events: none
}
.slider_floor li.select:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-bottom: 7px solid #a58959;
  border-bottom: 7px solid #826635
}
.slider_floor li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
  width: 1px;
  height: 40px
}
.slider_floor li.select:before,
.slider_floor li:hover:before,
.slider_floor li:last-child:before {
  content: none;
}
@media screen and (min-width:768px) {
  .slider_floor {
    display: flex;
    justify-content: center;
    height: 70px;
  }
  .slider_floor li {
    flex: 1;
    text-align: center;
    border-bottom: solid 3px transparent;
    height: 70px;
    padding: 25px 0;
  }
}
@media screen and (max-width:767px) {
  .slider_floor_wrap {
    height: 50px;
    overflow-y: hidden;
    padding: 0 45px;
    width: 100%;
  }
  .slider_floor_cont {
    overflow-x: scroll;
    width: 100%;
  }
  .slider_floor li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 3px;
    border-bottom: solid 3px transparent;
    width: 85px;
    height: 50px
  }
  .slider_floor li:before {
    height: 45px
  }
}

.slider_floor_left {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  top: 0;
  left: 0;
  display: none;
  z-index: 500;
  background: url(/base/store_cmn/img/slide_prev_sp_sc.png);
  background-size: 100% auto
}
.slider_floor_right {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 40px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  top: 50%;
  right: 0;
  margin-top: -25px;
  display: none;
  z-index: 500;
  background: url(/base/store_cmn/img/slide_next_sp_sc.png);
  background-size: 100% auto
}
@media only screen and (max-width:510px) {
  .slider_floor_left,
  .slider_floor_right {
    display: block
  }
}


/* floor-guide
=================================================================== */
.floor-guide {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .floor-guide {
    width: 100%;
  }
}


/* floor-map 
------------------------------------------------- */
.floor-map {
  position: relative;
  margin: 50px 0;
}
.floot-map-title {
  padding: 0 0 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .floor-map {
    position: relative;
    margin: 30px 0;
  }
  .floot-map-title {
    padding: 0 20px 10px 20px;
    text-align: left;
    font-size: 16px;
  }
}

.map-container {
  position: relative;
  width: 850px;
  height: auto;
  margin: 0 auto;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .map-container {
      width: 100%;
  }
}

.map-link {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-area {
  fill: #333;
  fill-opacity: 0;
  stroke: #ffa700;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.link-area:hover {
  opacity: 1;
  fill-opacity: 0.5;
}

.map.zoom {
  position: relative;
  cursor: move;
}

.scale {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.scale li {
  width: 34px;
  padding: 5px 0;
}
.scale li button {
  display: block;
  width: 100%;
}
.scale li img {
  cursor: pointer;
}
.scale li:hover {
  opacity: 0.6;
}
.scale li:first-child {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .scale {
    display: none;
  }
}

.btn-zoom-plus.disabled,
.btn-zoom-minus.disabled {
  pointer-events: none;
  opacity: 0.3;
  cursor: default;
}

/* floor-map-note
------------------------------------------------- */
.floor-map-note {
  font-size: 17px;
}
@media screen and (max-width:767px) {
  .floor-map-note {
    padding: 0 20px;
    font-size: 13px;
  }
}

.floor-map-note p {
  padding: 3px 0;
}
.floor-map-note .waku {
  display: flex;
  align-items: center;
}
.floor-map-note .icon-waku {
  display: inline-block;
  width: 24px;
  height: 16px;
  border: 2px solid #ffa700;
  margin-right: 10px;
}
.floor-map-note .link-pdf a{
  display: flex;
  text-decoration: underline;
}
.floor-map-note .link-pdf .icon-pdf{
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .floor-map-note .link-pdf .icon-pdf{
    width: 14px;
  }
}

/* map-icon
=================================================================== */
.map-icon {
  padding: 40px 0;
}
@media screen and (max-width:767px) {
  .map-icon {
    padding: 30px 15px;
  }
}


/* map-xml
=================================================================== */
.section-wrapper {
  padding: 60px 0 0;
}
.section-title {
  margin: 0 0 50px;
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: normal; /* ← デフォルトに戻す */
}
@media screen and (max-width:767px) {
  .section-wrapper {
    padding: 30px 0 0;
  }
  .section-title {
    margin: 0 0 20px;
    font-size: 20px;
  }
}

/* item-slider */
.item-slider {
  width: 1008px;
  margin: 0 auto 30px;
}
.item-slider li {
  width: 224px;
  margin: 0 14px;
}
.item-slider li a {
  display: block;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
@media screen and (max-width:767px) {
  .item-slider {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 15px;
  }
  .item-slider li {
    width: auto;
    margin: 0 8px;
  }
}

.item-slider .slick-prev,
.item-slider .slick-next {
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: 0;
  display: block;
  width: 50px;
  height: 100%;
  padding: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.item-slider .slick-prev {
  left: -36px;
  background-image: url(/base/store_cmn/img/slider_prev.svg);
  background-size: 12px;
}
.item-slider .slick-next {
  right: -36px;
  background-image: url(/base/store_cmn/img/slider_next.svg);
  background-size: 12px
}
.item-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.floor-topics-list.item-slider .slick-prev,
.floor-topics-list.item-slider .slick-next {
  background-position: center top 80px;
}
.floor-online-list.item-slider .slick-prev,
.floor-online-list.item-slider .slick-next {
  background-position: center top 100px;
}
@media screen and (max-width:767px) {
  .item-slider .slick-prev,
  .item-slider .slick-next {
    width: 28px;
  }
  .item-slider .slick-prev {
    left: 0;
    background-size: 1.8rem;
  }
  .item-slider .slick-next {
    right: 0;
    background-size: 1.8rem;
  }
  .floor-topics-list.item-slider .slick-prev,
  .floor-topics-list.item-slider .slick-next {
    background-position: center top 10rem;
  }
  .floor-online-list.item-slider .slick-prev,
  .floor-online-list.item-slider .slick-next {
    background-position: center top 13rem;
  }
}


/* floor-info
------------------------------------------------- */
.floor-info {
  background: #e6e6e6;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .floor-info {
    padding: 30px 20px 40px;
  }
}
.floor-info-list {
  width: 980px;
  margin: 0 auto;
}
.floor-info-list li:nth-child(n+4) {
  display: none;
}
.floor-info-list li:not(:first-child) {
  margin-top: 34px;
}
.floor-info-list li a {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width:767px) {
  .floor-info-list {
    width: 100%;
  }
  .floor-info-list li:not(:first-child) {
    margin-top: 20px;
  }
}
.floor-info-item {
  display: flex;
  background: #fff;
}
.floor-info-item .image {
  width: 224px;
}
.floor-info-item .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 20px 15px;
  word-break: break-all;
}
.floor-info-item .txt dt {
  margin: 0 0 5px;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.floor-info-item .txt dd.link {
  text-align: right;
  font-size: 14px;
  text-decoration: underline;
  margin-top: auto; 
}
@media screen and (max-width:767px) {
  .floor-info-item .image {
    width: 35%;
  }
  .floor-info-item .txt {
    padding: 15px;
  }
  .floor-info-item .txt dt {
    margin: 0 0 2px;
    font-size: 13px;
  }
  .floor-info-item .txt dd.link {
    font-size: 11px;
  }
}
/* btn-more */
.btn-more {
  width: 176px;
  margin: 40px auto 0;
}
.btn-more button {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .btn-more {

    margin: 30px auto 0;
  }
  .btn-more button {
    padding: 15px;
    font-size: 14px;
  }
}


/* floor-topics
------------------------------------------------- */
.floor-topics-item dt {
  margin: 0 0 10px;
}

/* floor-online
------------------------------------------------- */
.floor-online-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 0 50px;
}
.floor-online-logo .logo-online {
  width: 260px;
}
.floor-online-logo .logo-tbeaut {
  width: 260px;
}
@media screen and (max-width:767px) {
  .floor-online-logo {
    gap: 30px;
    margin: 0 0 20px;
  }
  .floor-online-logo .logo-online {
    width: 38%;
  }
  .floor-online-logo .logo-tbeaut {
    width: 38%;
  }
}


.logo {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo.logo-online img {
  width: 134px;
}
.logo.logo-tbeaut img {
  width: 134px;
}
.logo.logo-fashion img {
  width: 168px;
}
.logo.logo-rosekitchen img {
  width: 148px;
}
@media screen and (max-width:767px) {
  .logo.logo-online img {
    width: 110px;
  }
  .logo.logo-tbeaut img {
    width: 90px;
  }
  .logo.logo-fashion img {
    width: 140px;
  }
  .logo.logo-rosekitchen img {
    width: 110px;
  }
}

.floor-online-item dt {
  margin: 0 0 10px;
}

.floor-online-more {
  width: 300px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.floor-online-more li {
  margin: 0 0 30px;
}
.floor-online-more li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  padding: 10px;
  border: 1px solid #333;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .floor-online-more {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 0;
  }
  .floor-online-more li {
    margin: 0 0 20px;
  }
  .floor-online-more li a {
    min-height: 70px;
    padding: 10px 20px;
    font-size: 13px;
  }
}

.floor-online-note {
  width: 980px;
  margin: 0 auto 40px;
}
@media screen and (max-width:767px) {
  .floor-online-note {
    width: 80%;
    margin: 0 auto 20px;
  }
}

/* floor-online-recommend
------------------------------------------------- */
.floor-online-recommend-list {
  width: 980px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
.floor-online-recommend-list li {
  width: 224px;
}
@media screen and (max-width:767px) {
  .floor-online-recommend-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    gap: 20px;
  }
  .floor-online-recommend-list li {
    width: calc(50% - 10px);
  }
}
.online-iframe {
  width: 224px;
  height: 224px;
  vertical-align: bottom;
}
@media screen and (max-width:767px) {
  .online-iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}


/* floor-online-other
------------------------------------------------- */
.floor-online-other {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width:767px) {
  .floor-online-other {
    width: 80%;
    padding: 30px 0;
  }
}

.floor-online-other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.floor-online-other-list li {
  width: 300px;
}
.floor-online-other-list li span {
  display: block;
  padding: 5px 0 0;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .floor-online-other-list {
    display: block;
  }
  .floor-online-other-list li {
    width: 100%;
    margin: 20px 0 0;
  }
  .floor-online-other-list li span {
    font-size: 13px;
  }
}
