@import url("https://fonts.googleapis.com/css2?family=Kosugi&family=M+PLUS+1p:wght@400;700&family=M+PLUS+Rounded+1c:wght@500%display=swap");
:root {
 --enl: 1.075;
}
#contents > h1 {
text-align: center;
padding: 3em 0;
background: #15273c;
color: #FFF;
display: flex;
align-items: center;
justify-content: center;
gap: 1em;
}
@media screen and (max-width:767px) {
#contents > h1 {
display: block;
padding: 6vw 4vw;
}
#contents > h1 img:nth-child(1) {
width: 30%;
height: auto;
margin-bottom: 2vw;
}
#contents > h1 img:nth-child(2) {
width: 100%;
height: auto;
}

}

.slider_floor {
  overflow: hidden;
  margin: auto; }

.slider_floor a {
color: inherit;
text-decoration: none;
}

ul.slider_floor li:hover {
  color: #fff;
  background-color: #15273c;
  border-bottom: solid 3px #15273c; }


ul.slider_floor li:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #ccc;
  width: 1px;
  height: 40px; }

ul.slider_floor li:last-child:before {
  content: none; }

.point_area .slider_point {
  overflow: hidden; }


@media screen and (min-width: 768px) {
  ul.slider_floor {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 70px;
    overflow: hidden; }
  ul.slider_floor .slick-track {
    width: 980px !important;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
  ul.slider_floor li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 700;
    color: #15273c;
    border-bottom: solid 3px transparent;
    position: relative;
    height: 70px;
    padding: 25px 10px; }
  ul.slider_floor li:before {
    height: 40px; }
  ul.slider_floor button {
    display: none !important; } }

@media screen and (max-width: 767px) {
  ul.slider_floor li {
    font-weight: 700;
    color: #15273c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
    border-bottom: solid 3px transparent;
    position: relative;
    width: 100%;
    width: 85px;
    height: 60px; }
  ul.slider_floor li:before {
    height: 45px; } }

@media screen and (min-width: 768px) {
  .point_area {
    clear: both;
    background: #fff;
    border-top: solid 1px #e6e6e6; }
  ul.slider_point {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
    overflow: hidden; }
  ul.slider_point .slick-track {
    max-width: 980px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important; }
  ul.slider_point li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 94px;
    padding: 0 30px; }
  ul.slider_point button {
    display: none !important; } }

@media screen and (max-width: 767px) {
  ul.slider_point li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    padding: 10px 15px; } }

.slider_floor_wrap {
  position: relative; }

.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: 50%;
  left: 0;
  margin-top: -25px;
  display: none;
  z-index: 500;
  background: url("/base/departmentstore/tachikawa/img/slide_prev_sp.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/departmentstore/tachikawa/img/slide_next_sp.png");
  background-size: 100% auto; }

.slider_point_wrap {
  position: relative; }

.slider_point_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: 50%;
  left: 0;
  margin-top: -25px;
  display: none;
  z-index: 500;
  background: url("/base/departmentstore/tachikawa/img/slide_prev_sp.png");
  background-size: 100% auto; }

.slider_point_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/departmentstore/tachikawa/img/slide_next_sp.png");
  background-size: 100% auto; }

ul.slider_point li {
  padding: 0 10px; }

.slider_point a {
  cursor: pointer;
  position: relative;
  padding: 5px 10px;
  display: block;
  height: 41px;
  width: 100%; }

.slider_point a .on_panel {
  display: none; }

.slider_point a.on .on_panel {
  display: block;
  background-color: #CCC;
  opacity: .7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (min-width: 768px) {
  ul.slider_floor,
  ul.slider_point {
    width: 980px !important; } }

@media only screen and (max-width: 510px) {
  .slider_floor_left,
  .slider_floor_right {
    display: block; } }

@media only screen and (max-width: 768px) {
  .map_area {
    margin-top: 110px; }
  .tab_btn_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; }
  ul.slider_point li {
    height: 50px;
    padding: 5px 10px; }
  .guide {
    height: 56px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%; }
  .guide li a {
    height: 56px; }
  .point_area {
    position: fixed;
    bottom: 56px;
    left: 0;
    width: 100%;
    background-color: #FFF; }
  .slider_floor_wrap {
    background-color: #FFF;
    left: 0;
    height: 50px;
    overflow-y: hidden;
    padding: 0 45px;
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .slider_floor_cont {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%; }
  ul.slider_floor li {
    float: left;
    height: 50px; }
  .slider_point_wrap {
    padding: 0 45px;
    height: 50px;
    overflow-y: hidden;
    width: 100%;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
  .slider_point_left {
    opacity: .3; }
  .slider_point_right {
    opacity: 1; }
  .slider_point_cont {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%; }
  .slider_point li {
    float: left; } }

ul.slider_floor li {
  position: relative; }

ul.slider_floor li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.cafe_details-wapper {
width: 100%;
padding: 4em 0;
background-color: #faf8f2;
}
.cafe_details-notes {
max-width: 980px;
margin: 0 auto;
font-size: calc(0.92em * var(--enl));
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
}
.cafe_detail {
max-width: 980px;
margin: 2em auto 0;
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.cafe_detail-text {
width: 498px;
}
.cafe_detail-header {
display: flex;;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 0.5em;
}
.cafe_detail-image {
width: 460px;
position: relative;
}
.cafe_detail-floor {
display: block;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: calc(1em * var(--enl));
width: 8em;
color: #FFF;
background-color: #910910;
padding: 0.1em 1em;
text-align: center;
line-height: 1;
}
.cafe_detail-shop {
font-size: calc(1.467em * var(--enl));
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 700;
color: #15273c;
}
.cafe_detail-description {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: calc(1em * var(--enl));
line-height: 1.6;
margin-bottom: 1em;
}
.cafe_detail-table {
margin-bottom: 1em;
width: 100%;
}
.cafe_detail-table th {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: calc(1em * var(--enl));
text-align: left;
background-color: #d6d4d4;
padding: 0.25em 0.75em;
width: 30%;
}
.cafe_detail-table td {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: calc(1em * var(--enl));
text-align: left;
background-color: #eae8e8;
padding: 0.25em 0.75em;
width: 70%;
}
.cafe_detail-table tr + tr th,
.cafe_detail-table tr + tr td {
border-top: 1px solid #faf8f2;
}
.cafe_detail-other {
display: flex;
gap: 0.5em;
flex-wrap: wrap;
}
.cafe_detail-other li {
display: inline-flex;
align-items: center;
padding: 0.2em 1em;
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-size: calc(1em * var(--enl));
line-height: 1;
border: 1px solid #666;
border-radius: 4px;
text-align: center;
}
.cafe_detail-other li.cafe_detail-other-red {
border: 1px solid #910910;
color: #910910;
}
.cafe_detail-other li.cafe_detail-other-blue {
border: 1px solid #15273c;
color: #15273c;
}
@media screen and (max-width:767px) {
.cafe_details-notes {
font-size: calc(0.85em * var(--enl));
}
.cafe_details-wapper {
padding: 4vw;
}
.cafe_detail-floor {
font-size: calc(0.92em * var(--enl));
}
.cafe_detail-shop {
font-size: calc(1.2em * var(--enl));
}
.cafe_detail-description {
margin-bottom: 0.92em;
}

.cafe_detail {
margin: 4em auto 0;
display: block;
}

.cafe_detail-text {
width: 100%;
}
.cafe_detail-header {
display: flex;;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 0.5em;
}
.cafe_detail-header dt {
width: 75%;
}
.cafe_detail-header dd {
width: 25%;
}
.cafe_detail-image {
width: 100%;
margin-bottom: 2vw;
}
.cafe_detail-table th,
.cafe_detail-table td {
font-size: calc(0.85em * var(--enl));
}
.cafe_detail-other li {
font-size: calc(0.72em * var(--enl));
}

}
/* content_slider */
.slick-loading .slick-list {
	background: url(/base/departmentstore/common/img/loading.gif) center center no-repeat #FFF;
}
/* Dots */
.slick-dotted.slick-slider
{
}

.slick-dots {
position: absolute;
bottom: 1em;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li:only-child {
display: none;
}
@media screen and (max-width: 767px) {
.slick-dots li {
    margin: 0;

}
}
.slick-dots li button {
    font-size: 3px;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    /*font-family: 'slick';*/
    /*font-size: 8px;*/
    font-size: 30px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: rgba(102,102,102,0.5);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: rgba(102,102,102,1);
}


@media screen and (max-width:767px) {
	.content_slide_area{
		width: 100%;
		margin: 0;
	}
	.content_slider{
		width: 100%;
		margin-left: 0;
	}
	.content_slider li{
	}
}
a.test {
text-decoration: none;
color: inherit;
@media print {
	#menu .menu_cont {
		display: none;
	}
}
}
