@charset "utf-8";
/* ======================================================
 * detail.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - base
 * - Main
 * @media only screen and (max-width: 767px)
 * - base
 * - Main

 * Media Queries
====================================================== */

/* ------------------------------------------------------
 * base
------------------------------------------------------ */
/* ----- section ----- */
section:nth-of-type(2n+1) {
  background-color: inherit;
}

/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
/* ----- main-column ----- */
.allHeadline{
  margin-bottom: 40px;
  margin-left: calc(((100vw - 44rem) / 2) * -1);
  margin-right: calc(((100vw - 44rem) / 2) * -1);
  padding: 40px 0 40px;
  background-color: #333333 !important;
}
.allHeadline .allHeadline_inner{
  width: 1020px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}
.allHeadline .allHeadline_inner .all-heading{
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: bold;
}
.allHeadline .allHeadline_inner .all-heading_sub{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.allHeadline .allHeadline_inner .all-heading_sub-v2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}
/* ----- mapIconContents ----- */
.mapIconContents{
  margin-bottom: 30px;
} 
.mapIconContents .mapIconContents_inner{
  display: none;
} 
.mapIconContents .mapIconContents_inner .mapIconList{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 5px;
  border: solid 1px #16509f;
  border-bottom: none;
}
.mapIconContents .mapIconContents_inner .mapIconList li{
  width: 25%;
  min-height: 33px;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 2;
}
.mapIconContents .mapIconContents_inner .mapIconList li.icon01{ background: url(/ueno/floor/img_new/index_ic01.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon02{ background: url(/ueno/floor/img_new/index_ic02.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon03{ background: url(/ueno/floor/img_new/index_ic03.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon04{ background: url(/ueno/floor/img_new/index_ic04.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon05{ background: url(/ueno/floor/img_new/index_ic05.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon06{ background: url(/ueno/floor/img_new/index_ic06.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon07{ background: url(/ueno/floor/img_new/index_ic07.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon08{ background: url(/ueno/floor/img_new/index_ic08.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon09{ background: url(/ueno/floor/img_new/index_ic09.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon10{ background: url(/ueno/floor/img_new/index_ic10.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon11{ background: url(/ueno/floor/img_new/index_ic11.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon12{ background: url(/ueno/floor/img_new/index_ic12.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon13{ background: url(/ueno/floor/img_new/index_ic13.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon14{ background: url(/ueno/floor/img_new/index_ic14.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon15{ background: url(/ueno/floor/img_new/index_ic15.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon16{ background: url(/ueno/floor/img_new/index_ic16.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon17{ background: url(/ueno/floor/img_new/index_ic17.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon18{ background: url(/ueno/floor/img_new/index_ic18.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon19{ background: url(/ueno/floor/img_new/index_ic19.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon20{ background: url(/ueno/floor/img_new/index_ic20.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon21{ background: url(/ueno/floor/img_new/index_ic21.gif) no-repeat 0 0; }
.mapIconContents .mapIconContents_inner .mapIconList li.icon22{ background: url(/ueno/floor/img_new/index_ic22.gif) no-repeat 0 0; }
.mapIconContents .moreBtn a{
  position: relative;
  display: block;
  padding: 10px;
  border: solid 1px #16509f;
  color: #16509f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.mapIconContents .moreBtn a:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #16509f;
  top: 50%;
  right: 15px;
}
.mapIconContents .moreBtn a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #16509f;
  top: calc(50% - 6px);
  right: 21px;
}
.mapIconContents .moreBtn.active a:after {
  display: none;
}
.golf_unique{
  margin-top: 35px;
}

/* ----- shopContent ----- */
.shopContent{
  margin-top: 60px;
}
.shopContent .column-layout .column_item {
  margin-top: 15px;
  margin-left: 20px;
}
.shopContent .column-layout[data-row-pc="2"] > .column_item {width: calc((100% - 20px) / 2);}
.shopContent .column-layout[data-row-pc="2"] > .column_item:nth-child(n+3) {
  padding-top: 20px;
  border-top: solid 1px #dddddd;
}
.shopContent .block {
  display: block;
  text-decoration: none;
}
/* shopItem */
.shopItem{
  display: block;
}
.shopItem .block .shopName {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  color: #333;
}
.shopItem a .shopName > .shopName_label:after {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: -3px 0 0 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  content: "";
}
.shopItem .shopText {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
}
/* shop-accordion-layout */
.shop-accordion-layout .shop-accordion_trigger {
  position: relative;
  display: block;
  padding: 10px;
  border: solid 1px #16509f;
  color: #16509f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.shop-accordion-layout .shop-accordion_trigger:hover {
  opacity: .8;
}
.shop-accordion-layout .shop-accordion_trigger:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 1px;
  background-color: #16509f;
  top: 50%;
  right: 15px;
}
.shop-accordion-layout .shop-accordion_trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 13px;
  background-color: #16509f;
  top: calc(50% - 6px);
  right: 21px;
}
.shop-accordion-layout .shop-accordion_trigger.is-active:after {
  display: none;
}
.shop-accordion-layout .shop-accordion_detail {
  margin-top: 30px;
}

/* ----- topicContent ----- */
.column-layout.topicContent[data-row-pc="4"] > * {
  width: calc((100% - 60px) / 4);
}
.column-layout.topicContent[data-row-pc] > * {
  margin-left: 20px;
}
.topicContent a{
  display: block;
  text-decoration: none;
}
.item-read{
  margin-top: 0.8em;
  margin-bottom: 0.3em;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.item-period,
.item-note,
.item-place{
  color: #595959;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* ----- floorList ----- */
.floorList{
  -webkit-display: flex;
  display: flex;
  width: 97%;
  margin: 0 auto;
}
.linkBtn + .floorList{
  margin-top: 30px;
}
.floorList li{
  flex: 1;
  display: block;
  border: solid 1px #16509f;
}
.floorList li + li{
  border-left: none;
}
.floorList li a,
.floorList li span{
  padding: 15px 0 13px;
  display: block;
  color: #16509f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.floorList li.current a{
  padding: 16px 0 14px;
  background-color: #e5e5e5;
  color: #999999;
  pointer-events: none;
}
/* ----- linkBtnList ----- */
.column-layout.linkBtnList {
  margin: 0 15px;
}
.column-layout.linkBtnList[data-row-pc="3"] > * {
  width: calc((100% - 30px) / 3);
  margin-left: 15px;
}
.linkBtnList .linkBtn {
    width: auto;
}
/* ----- zoomer ----- */
.zoomer{
  background: none;
}
.hero-content_area {
  width: 100%;
  height: auto;
  margin: 10px 0 35px;
  overflow: hidden;
}
.hero-content_area.vertical {
  height: 975px;
}
.zoomer .zoomer-holder{
  box-shadow: none;
}
.zoomer .zoomer-controls-bottom{
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  bottom: 20px;
  top: auto;
  left: 20px;
  background: rgba(0, 0, 0, 1);
  box-shadow: none;
  border-radius: 0;
}
.zoomer .zoomer-controls-bottom span {
  float: none;
  font-weight: normal;
  font-size: 20px;
  border-radius: 0;
}
.zoomer .zoomer-controls-bottom .zoomer-zoom-out {
  border-top: solid 1px #ffffff;
}
.zoomer .zoomer-image {
  -webkit-backface-visibility: hidden;
}
/* ----- floor-detail_remarks ----- */
.floor-detail_remarks {
  font-size: 1.6rem;
  line-height: 1.75;
}
.floor-detail-figure-wrap {
  margin-top: 33px;
}
.floor-detail-figure-v2-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.floor-detail-figure-v2-wrap .floor-detail-figure-v2_frame {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floor-detail-figure-v2-wrap .floor-detail-figure-v2_caption {
  margin-top: 6px;
  text-align: center;
}
/* ----- floor-detail_text ----- */
.floor-detail_text {
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.floor-detail_text_bold {
  font-weight: bold;
}
/* ----- floor-detail-description ----- */
.floor-detail-description {
  margin-top: 30px;
}
.floor-detail-description + .floor-detail-description {
  margin-top: 30px;
}
.floor-detail-description .floor-detail-description_title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.75;
}
.floor-detail-description_media {
  display: flex;
  flex-wrap: nowrap;
}
.floor-detail-description_media_head {
  margin-right: 23px;
}
.floor-detail-description_media_body {
  min-width: 188px;
  margin-top: 7px;
}
.floor-detail-description_text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
/* ----- floor-detail-note-list ----- */
.floor-detail-note-list-wrap {
  margin-top: 40px;
}
.floor-detail-note-list li {
  position: relative;
  padding-left: 20px;
  color: #595959;
  font-size: 1.4rem;
  line-height: 2;
}
.floor-detail-note-list li + li {
  margin-top: 5px;
}
.floor-detail-note-list .floor-detail-note-list_mark {
    position: absolute;
    top: 0;
    left: 0;
}
/* ----- floor-detail-order-list-wrap ----- */
.floor-detail-order-list-wrap {
  margin-top: 53px;
}
.floor-detail-order-list li {
  position: relative;
  padding: 0 0 19px 56px;
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  line-height: 1.75;
}
.floor-detail-order-list li +li {
  margin-top: 23px;
}
.floor-detail-order-list_mark {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
}
.floor-detail-order-list_mark-v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  background-color: #333333;
  color: #fff;
  font-weight: bold;
}
.floor-detail-order-list_mark-v3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.floor-detail-order-list_mark-v4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -3px;
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.floor-detail-order-list_bold {
  margin-right: 15px;
  font-weight: bold;
}
.floor-detail-order-list_delimiter {
  margin: 0 14px;
}
.floor-detail-order-list_text {
  display: inline-block;
}
.floor-detail-pc-hidden {
  display: none;
}
/* ----- floor-detail-blog-wrap ----- */
.floor-detail-blog-wrap {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 0 22px 0 27px;
}
.floor-detail-blog {
  width: calc((100% - (60px)) / 4);
  margin-left: 20px;
}
.floor-detail-blog:nth-child(4n + 1) {
  margin-left: 0!important;
}
.floor-detail-blog:nth-child(n + 5) {
  margin-top: 15px;
}
.floor-detail-blog-wrap .floor-detail-blog_type {
  display: block;
  height: 100%;
  text-decoration: none;
}
.floor-detail-blog_body {
  padding: 13px 2px 0;
}
.floor-detail-blog-wrap .floor-detail-blog_title {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.625;
}
.floor-detail-blog-wrap .floor-detail-blog_text {
  margin-top: 12px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.5;
}
.floor-detail-blog-wrap .floor-detail-blog_date {
  margin-top: 3px;
  color: #999;
  font-size: 1.4rem;
}
.floor-detail-blog-wrap .floor-detail-blog-iframe-layout {
  width: 100%;
}
.floor-detail-blog-wrap .floor-detail-blog-iframe_frame > iframe {
  width: 100%;
  height: 710px;
}
/* ----- floor-detail-service ----- */
.floor-detail-service {
  margin-bottom: 30px;
}

.floor-detail-service .floor-detail-service-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.floor-detail-service .floor-detail-service-list li{
  width: 25%;
  min-height: 33px;
  margin-bottom: 1em;
  padding-left: 40px;
  line-height: 2;
}
.floor-detail-service .floor-detail-service-list li.floor-detail-icon01{ background: url(/ueno/floor/img_new/index_ic01.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon02{ background: url(/ueno/floor/img_new/index_ic02.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon03{ background: url(/ueno/floor/img_new/index_ic03.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon04{ background: url(/ueno/floor/img_new/index_ic04.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon05{ background: url(/ueno/floor/img_new/index_ic05.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon06{ background: url(/ueno/floor/img_new/index_ic06.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon07{ background: url(/ueno/floor/img_new/index_ic07.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon08{ background: url(/ueno/floor/img_new/index_ic08.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon09{ background: url(/ueno/floor/img_new/index_ic09.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon10{ background: url(/ueno/floor/img_new/index_ic10.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon11{ background: url(/ueno/floor/img_new/index_ic11.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon12{ background: url(/ueno/floor/img_new/index_ic12.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon13{ background: url(/ueno/floor/img_new/index_ic13.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon14{ background: url(/ueno/floor/img_new/index_ic14.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon15{ background: url(/ueno/floor/img_new/index_ic15.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon16{ background: url(/ueno/floor/img_new/index_ic16.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon17{ background: url(/ueno/floor/img_new/index_ic17.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon18{ background: url(/ueno/floor/img_new/index_ic18.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon19{ background: url(/ueno/floor/img_new/index_ic19.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon20{ background: url(/ueno/floor/img_new/index_ic20.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon21{ background: url(/ueno/floor/img_new/index_ic21.gif) no-repeat 0 0; }
.floor-detail-service .floor-detail-service-list li.floor-detail-icon22{ background: url(/ueno/floor/img_new/index_ic22.gif) no-repeat 0 0; }

.floor-detail-service .floor-detail-service-list-v2 {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.floor-detail-service .floor-detail-service-list-v2 li{
  width: 25%;
  margin-bottom: 1em;
  line-height: 2;
  display: flex;
}
.floor-detail-service .floor-detail-service-list-v2 li .floor-detail-service-list-v2_icon{
  margin-right: 7px;
  flex-shrink: 0;
}
/* ----- floor-detail-list ----- */
.floor-detail-top {
  margin: 18px 0;
}
.floor-detail-list{
  display: flex;
  width: 97%;
  margin: 0 auto;
}
.floor-detail-list li.floor-detail-list_top{
  background-color: #16509f;
}
.floor-detail-list li.floor-detail-list_top a{
  color: #fff;
}
.floor-detail-list li{
  flex: 1;
  display: block;
  border: solid 1px #16509f;
}
.floor-detail-list li + li{
  border-left: none;
}
.floor-detail-list li a,
.floor-detail-list li span{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 0 13px;
  color: #16509f;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.floor-detail-list li.current a{
  padding: 16px 0 14px;
  background-color: #e5e5e5;
  color: #999999;
  pointer-events: none;
}
/*-----.tab-layout-----*/
.tab-layout {
  margin-top: 112px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 110px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 0 calc((100vw - 100%) / 2);
  padding-bottom: 60px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
.tab-layout .tab_navi,
.tab-layout .tab_navi_foot{
  position: relative;
}
.tab-layout .tab_navi .tab_list{
  position: absolute;
  top: -62px;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.tab-layout .tab_navi_foot .tab_list{
  position: absolute;
  bottom: -122px;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}
.tab-layout .tab_list.type-three,
.tab-layout .tab_list.tab_list {
  width: 100%;
}
.tab-layout .tab_list > li{
  width: 100%;
  margin-left: 20px;
  border: 1px solid #333333;
  background-color: #333333;
}
.tab-layout .tab_list.type-three > li{
  width: 100%;
}
.tab-layout .tab_list > li:first-of-type{
  margin-left: 0;
}
.tab-layout .tab_list > li.is-current{
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
}
.tab-layout .tab_navi_foot .tab_list > li.is-current{
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #333333;
}
.tab-layout .tab_list > li a{
  display: block;
  width: 100%;
  height: 60px;
  padding: 13px 10px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
}
.tab-layout .tab_navi_foot .tab_list > li a{
  height: 60px;
  padding-top: 15px;
}
.tab-layout .tab_list.type-three > li a{
  width: 100%;
}
.tab-layout .tab_list > li a,
.tab-layout .tab_list > li a:visited,
.tab-layout .tab_list > li a:hover{
  text-decoration: none;
}
.tab-layout .tab_list li.is-current > a{
  background-color: transparent;
  color: #333333;
}
.tab-layout .tab_detail {
  width: 1030px;
  margin: 0 auto;
  padding-top: 60px;
}
.tab_detail > *:first-child,
.tab_detail > section:first-child > .heading_title {
  margin-top: 0;
}
.tab_detail .heading-lv4 > .heading_title {
  margin-bottom: 20px;
}
.tab_detail .heading-lv4 > .heading_title + * {
  margin-top: 20px;
}
.tab-layout .tab_navi_foot .tab_list li.is-current > a{
  color: #333333;
}
.tab_navi.js-tabs_navi .tabInnerAnc{
  position: absolute;
  width: 24.11%;
  height: 72px;
  top: -85px;
  right: 0;
}
.tab_navi.js-tabs_navi .tabInnerAnc > a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px 0 10px;
  border: 1px solid #ddd;
  color: #16509f;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.tab_navi.js-tabs_navi .tabInnerAnc > a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 6%;
  width: 9px;
  height: 9px;
  margin-top: -6px;
  border-top: 1px solid #16509f;
  border-right: 1px solid #16509f;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  vertical-align: middle;
}
/* ----- floor-detail-shop----- */
.floor-detail-shop-wrap {
  display: flex;
  flex-flow: row wrap;
  margin-top: 47px;
}
.floor-detail-shop-wrap > .floor-detail-shop {
  width: calc((100% - 19px * 3) / 4);
  margin-left: 19px;
  margin-top: 55px;
}
.floor-detail-shop-wrap > .floor-detail-shop:nth-of-type(-n+4) {
  margin-top: 0!important;
}
.floor-detail-shop-wrap > .floor-detail-shop:nth-of-type(4n+1) {
  margin-left: 0!important;
}
.floor-detail-shop .floor-detail-shop_title {
  border-bottom: 1px solid #e9e9e9;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.5;
}
.floor-detail-shop .floor-detail-shop_title_type {
  color: #333;
  text-decoration: none;
}
.floor-detail-shop .floor-detail-shop_title a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.05em;
  margin-left: 2px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #007a8a;
  border-right: 1px solid #007a8a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.floor-detail-shop_body {
  margin-top: 11px;
}
.floor-detail-shop_body > *:first-child {
  margin-top: 0 !important;
}
.floor-detail-shop .floor-detail-shop_category {
  font-size: 1.2rem;
  margin-top: 11px;
  line-height: 1.5;
}
.floor-detail-shop .floor-detail-shop_tel {
  font-size: 1.2rem;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .floor-detail-shop .floor-detail-shop_tel a {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
    color: #333;
  }
}
.floor-detail-shop .floor-detail-shop_description {
  font-size: 1.2rem;
  margin-top: 4px;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) and (max-width: 1020px){
  .tab-layout{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
 }


@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * base
  ------------------------------------------------------ */
  /* ----- section ----- */
  section:nth-of-type(2n+1) {
    background-color: inherit;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  /* ----- main-column ----- */
  .allHeadline{
    margin: 0 -15px !important;
    padding: 25px 0 30px;
    background-color: #333333 !important;
  }
  .allHeadline .allHeadline_inner{
    width: auto;
    margin: 0 15px;
    color: #ffffff;
    text-align: center;
  }
  .allHeadline .allHeadline_inner .all-heading{
    font-size: 23px !important;
    font-size: 2.3rem !important;
    line-height: 1.3;
    font-weight: bold;
  }
  .allHeadline .allHeadline_inner .all-heading_sub{
    font-size: 12px !important;
    font-size: 1.2rem !important;
    font-weight: normal;
  }
  .allHeadline .allHeadline_inner .all-heading_sub-v2{
    font-size: 17px !important;
    font-size: 1.7rem !important;
    font-weight: bold;
  }

  /* ----- mapIconContents ----- */
  .mapIconContents{
    margin-bottom: 30px;
  } 
  .mapIconContents .mapIconContents_inner{
    display: none;
  } 
  .mapIconContents .mapIconContents_inner .mapIconList{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 5px;
    border: solid 1px #16509f;
    border-bottom: none;
  }
  .mapIconContents .mapIconContents_inner .mapIconList li{
    width: 50%;
    min-height: 25px;
    margin-bottom: 1em;
    padding-left: 30px;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 2;
    background-size: 25px auto !important;
  }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon01{ background: url(/ueno/floor/img_new/index_ic01.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon02{ background: url(/ueno/floor/img_new/index_ic02.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon03{ background: url(/ueno/floor/img_new/index_ic03.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon04{ background: url(/ueno/floor/img_new/index_ic04.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon05{ background: url(/ueno/floor/img_new/index_ic05.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon06{ background: url(/ueno/floor/img_new/index_ic06.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon07{ background: url(/ueno/floor/img_new/index_ic07.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon08{ background: url(/ueno/floor/img_new/index_ic08.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon09{ background: url(/ueno/floor/img_new/index_ic09.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon10{ background: url(/ueno/floor/img_new/index_ic10.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon11{ background: url(/ueno/floor/img_new/index_ic11.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon12{ background: url(/ueno/floor/img_new/index_ic12.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon13{ background: url(/ueno/floor/img_new/index_ic13.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon14{ background: url(/ueno/floor/img_new/index_ic14.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon15{ background: url(/ueno/floor/img_new/index_ic15.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon16{ background: url(/ueno/floor/img_new/index_ic16.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon17{ background: url(/ueno/floor/img_new/index_ic17.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon17{ background: url(/ueno/floor/img_new/index_ic17.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon18{ background: url(/ueno/floor/img_new/index_ic18.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon19{ background: url(/ueno/floor/img_new/index_ic19.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon20{ background: url(/ueno/floor/img_new/index_ic20.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon21{ background: url(/ueno/floor/img_new/index_ic21.gif) no-repeat 0 0; }
  .mapIconContents .mapIconContents_inner .mapIconList li.icon22{ background: url(/ueno/floor/img_new/index_ic22.gif) no-repeat 0 0; }
  .mapIconContents .moreBtn a{
    position: relative;
    display: block;
    padding: 10px;
    border: solid 1px #16509f;
    color: #16509f;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .mapIconContents .moreBtn a:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #16509f;
    top: 50%;
    right: 15px;
  }
  .mapIconContents .moreBtn a:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #16509f;
    top: calc(50% - 6px);
    right: 21px;
  }
  .mapIconContents .moreBtn.active a:after {
    display: none;
  }

  /* ----- shopContent ----- */
  .shopContent{
    margin-top: 35px;
  }
  .shopContent .column-layout[data-row-sp="1"] > .column_item {
    margin-top: 0;
    margin-left: 0;
  }
  .shopContent .column-layout .column_item + .column_item {
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px #dddddd;
  }
  .shopContent .block {
    display: block;
    text-decoration: none;
  }
  /* shopItem */
  .shopItem{
    display: block;
  }
  .shopItem .block .shopName {
    font-size: 15px !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
  }
  .shopItem a .shopName > .shopName_label:after {
    margin-top: 5px;
    vertical-align: top;
  }
  .shopItem .shopText {
    color: #333333;
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
  /* shop-accordion-layout */
  .shop-accordion-layout .shop-accordion_trigger {
    position: relative;
    display: block;
    padding: 10px;
    border: solid 1px #16509f;
    color: #16509f;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
  }
  .shop-accordion-layout .shop-accordion_trigger:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #16509f;
    top: 50%;
    right: 15px;
  }
  .shop-accordion-layout .shop-accordion_trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    background-color: #16509f;
    top: calc(50% - 6px);
    right: 21px;
  }
  .shop-accordion-layout .shop-accordion_trigger.is-active:after {
    display: none;
  }
  .shop-accordion-layout .shop-accordion_detail {
    margin-top: 30px;
  }

  /* ----- topicContent ----- */
  .column-layout.topicContent[data-row-pc="4"] > * {
    width: calc((100% - 60px) / 4);
  }
  .column-layout.topicContent[data-row-pc] > * {
    margin-left: 15px;
  }
  .column-layout.topicContent[data-row-sp="2"] > .column_item:nth-child(n+3){
    margin-top: 15px !important;
  }
  .topicContent a{
    display: block;
    text-decoration: none;
  }
  .item-read{
    margin-top: 0.8em;
    margin-bottom: 0.3em;
    color: #333333;
    font-size: 13px !important;
    font-size: 1.3rem !important;
    line-height: 1.5;
    font-weight: bold;
  }
  .item-period,
  .item-note,
  .item-place{
    color: #595959;
    font-size: 10px !important;
    font-size: 1.0rem !important;
    line-height: 1.5;
  }
  .item-period > span{
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }

 /* ----- floorList ----- */
  .floorList{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 auto 50px;
  }
  .linkBtn + .floorList{
    margin: 30px auto;
  }
    .floorList li{
    flex: none;
    display: block;
    width: 25%;
    border: solid 1px #16509f;
  }
  .floorList li + li{
    border-left: none;
  }
  .floorList li:nth-child(4n+1){
    border-left: solid 1px #16509f;
  }
  .floorList li:nth-child(n+5){
    border-top: none;
  }
  .floorList li a,
  .floorList li span{
    padding: 20px 0 18px;
    display: block;
    color: #16509f;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .floorList li.current a{
    padding: 20px 0 19px;
    background-color: #e5e5e5;
    color: #999999;
    pointer-events: none;
  }
  /* ----- linkBtnList ----- */
  .column-layout.linkBtnList {
    margin: 0;
  }
  .linkBtnList .linkBtn {
    width: auto;
  }
  .linkBtnList .linkBtn {
    margin-top: 0 !important;
  }
  .linkBtnList .column_item.last {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .linkBtnList .column_item.last .linkBtn {
    margin-top: 20px;
  }
  .column-layout.linkBtnList[data-row-sp="2"] > .column_item {
    margin-top: 10px !important;
    border: 1px solid #007b8a;
  }
  .column-layout.linkBtnList[data-row-sp="2"] > .column_item:nth-child(1),
  .column-layout.linkBtnList[data-row-sp="2"] > .column_item:nth-child(2) {
    margin-top: 0 !important;
  }
  .column-layout.linkBtnList[data-row-sp="2"] > .column_item > .linkBtn {
    height: 100%;
  }
  .column-layout.linkBtnList[data-row-sp="2"] > .column_item > .linkBtn > a {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border: none;
  }

  /* ----- zoomer ----- */
  .zoomer{
    background: none;
  }
  .hero-content_area {
    width: 100%;
    height: auto;
    margin: 10px 0 35px;
    overflow: hidden;
  }
  .hero-content_area.vertical {
    height: 400px;
  }
  .zoomer .zoomer-holder img {
  }
  .zoomer .zoomer-holder{
    box-shadow: none;
  }
  .zoomer .zoomer-controls-bottom{
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    bottom: 0;
    top: auto;
    left: 15px;
    background: rgba(0, 0, 0, 1);
    box-shadow: none;
    border-radius: 0;
  }
  .zoomer .zoomer-controls-bottom span {
    float: none;
    width: 25px;
    font-weight: normal;
    font-size: 20px;
    border-radius: 0;
  }
  .zoomer .zoomer-controls-bottom .zoomer-zoom-out {
    border-top: solid 1px #ffffff;
  }
/* ----- floor-detail_remarks ----- */
  .floor-detail_remarks {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .floor-detail-figure-wrap {
    margin-top: 26px;
  }
  .floor-detail-figure-v2-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
  }
  .floor-detail-figure-v2-wrap .floor-detail-figure-v2_frame {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .floor-detail-figure-v2-wrap .floor-detail-figure-v2_caption {
    margin-top: 3px;
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
  }
/* ----- floor-detail_text ----- */
  .floor-detail_text {
    margin-top: 12px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .floor-detail_text_bold {
    font-weight: bold;
  }
/* ----- floor-detail-description ----- */
  .floor-detail-description {
    margin-top: 30px;
  }
  .floor-detail-description + .floor-detail-description {
    margin-top: 24px;
  }
  .floor-detail-description .floor-detail-description_title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: .93;
  }
  .floor-detail-description_media {
    display: block;
  }
  .floor-detail-description_media_head {
    margin-right: 0;
  }
  .floor-detail-description_media_body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: auto;
    margin-top: 11px;
  }
  .floor-detail-description_text {
    margin: 6px 0 0;
    font-size: 1.5rem;
    line-height: 1.73;
  }
  /* ----- floor-detail-note-list ----- */
  .floor-detail-note-list-wrap {
    margin-top: 36px;
  }
  .floor-detail-note-list li {
    position: relative;
    padding-left: 20px;
    color: #595959;
    font-size: 1.3rem;
    line-height: 1.61;
  }
  .floor-detail-note-list li + li {
    margin-top: 5px;
  }
  .floor-detail-note-list .floor-detail-note-list_mark {
      position: absolute;
      top: 0;
      left: 0;
  }
  /* ----- floor-detail-order-list-wrap ----- */
  .floor-detail-order-list-wrap {
    margin-top: 13px;
  }
  .floor-detail-order-list li {
    position: relative;
    padding: 0 0 14px 27px;
    border-bottom: 1px solid #ddd;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .floor-detail-order-list li +li {
    margin-top: 21px;
  }
  .floor-detail-order-list_mark {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-radius: 50%;
    background-color: #333333;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
  .floor-detail-order-list_mark-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    background-color: #333333;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
  }
  .floor-detail-order-list_mark-v3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    border: 2px solid #333;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
  }
  .floor-detail-order-list_mark-v4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 0;
    border: 2px solid #333;
    background-color: #fff;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
  }
  .floor-detail-order-list_bold {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .floor-detail-pc-hidden {
    display: block;
  }
  .floor-detail-order-list_delimiter {
    display: none;
  }
  .floor-detail-order-list_text {
    display: block;
    margin-top: 6px;
  }
/* ----- floor-detail-blog-wrap ----- */
  .floor-detail-blog-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 11px 0 16px;
  }
  .floor-detail-blog {
    width: calc((100% - (15px)) / 2);
    margin-left: 15px;
  }
  .floor-detail-blog:nth-child(2n + 1) {
    margin-left: 0!important;
  }
  .floor-detail-blog:nth-child(n + 3) {
    margin-top: 20px;
  }
  .floor-detail-blog-wrap .floor-detail-blog_type {
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .floor-detail-blog_body {
    padding: 8px 2px 0;
  }
  .floor-detail-blog-wrap .floor-detail-blog_title {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.61;
  }
  .floor-detail-blog-wrap .floor-detail-blog_text {
    margin-top: 11px;
    color: #333;
    font-size: 1.3rem;
    line-height: 1.53;
  }
  .floor-detail-blog-wrap .floor-detail-blog_date {
    margin-top: 6px;
    color: #999;
    font-size: 1.3rem;
    line-height: 1.53;
  }
  .floor-detail-blog-wrap .floor-detail-blog-iframe_frame > iframe {
    height: 270px;
  }
  /* ----- floor-detail-service ----- */
  .floor-detail-service {
    margin-bottom: 30px;
  } 
  .floor-detail-service .floor-detail-service-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: none;
  }
  .floor-detail-service .floor-detail-service-list li:nth-child(2n+1) {
    margin-left: 0;
  }
  .floor-detail-service .floor-detail-service-list li {
    width: calc((100% - (14px))/2);
    min-height: 25px;
    margin-bottom: 18px;
    margin-left: 14px;
    padding-left: 30px;
    font-size: 1.2rem !important;
    line-height: 2;
    background-size: 25px auto !important;
  }
  .floor-detail-service .floor-detail-service-list-v2 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
    .floor-detail-service .floor-detail-service-list-v2 li:nth-child(2n+1) {
    margin-left: 0;
  }
  .floor-detail-service .floor-detail-service-list-v2 li{
    width: calc((100% - (14px))/2);
    margin-bottom: 18px;
    margin-left: 14px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .floor-detail-service .floor-detail-service-list-v2 li .floor-detail-service-list-v2_icon{
    margin-right: 5px;
    width: 25px;
  }
/* ----- floor-detail-list ----- */
  .floor-detail-top {
    margin: 8px -20px 3px;;
  }
  .floor-detail-list {
    overflow-x: auto;
    width: 100%;
    padding: 0 20px 7px;
  }
  .floor-detail-list::-webkit-scrollbar {
    height: 3px;
  }
  .floor-detail-list::-webkit-scrollbar-track {
    margin: 0;
    border-radius: 6px;
    background: #fff;
  }
  .floor-detail-list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #e5e5e5;
  }
  .floor-detail-list li {
    min-width: 67px;
  }
  .floor-detail-list li + li{
    border-left: none;
  }
  .floor-detail-list li a,
  .floor-detail-list li span{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 13px 0 11px;
    color: #16509f;
    font-size: 16px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .floor-detail-list li.current a{
    padding: 14px 0 12px;
    background-color: #e5e5e5;
    color: #999999;
    pointer-events: none;
  }
  /*-----.tab-layout-----*/
  .tab-layout {
    width: auto;
    margin-top: 65px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-bottom: 76px;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding: 0 calc((100vw - 100%) / 2);
    padding-bottom: 20px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
  }
  .tab-layout.type-three-layout {
    margin-top: 95px;
  }
  .tab-layout .tab_navi,
  .tab-layout .tab_navi_foot{
    position: relative;
  }
  .tab-layout .tab_navi .tab_list{
    position: absolute;
    top: -42px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
  .tab-layout .tab_navi_foot .tab_list{
    position: absolute;
    bottom: -62px;
    left: 0;
    display: -webkit-flex;
    display: flex;
    padding: 0;
  }
  .tab-layout .tab_list.type-three{
    width: 100%;
    top: -42px;
  }
  .tab-layout .tab_list > li{
    width: 100%;
    margin-left: 15px;
    border: 1px solid #333333;
    background-color: #333333;
  }
  .tab-layout .tab_list.type-three > li{
    width: 100%;
  }
  .tab-layout .tab_list > li:first-of-type{
    margin-left: 0;
  }
  .tab-layout .tab_list > li.is-current{
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
  }
  .tab-layout .tab_navi_foot .tab_list > li.is-current{
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #333333;
  }
  .tab-layout .tab_list > li a{
    display: block;
    width: 100%;
    height: 40px;
    padding: 13px 10px!important;
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    color: #ffffff;
  }
  .tab-layout .tab_navi_foot .tab_list > li a {
    height: 40px;
  }
  .tab-layout .tab_list.type-three > li a{
    height: 40px;
  }
  .tab-layout .tab_list.type-three > li:first-child a{
    padding-top: 15px;
  }
  .tab-layout .tab_list > li a,
  .tab-layout .tab_list > li a:visited,
  .tab-layout .tab_list > li a:hover{
    text-decoration: none;
  }
  .tab-layout .tab_list li.is-current > a{
    background-color: #ffffff;
    color: #333333;
  }
  .tab-layout .tab_navi_foot .tab_list li.is-current > a{
    color: #333333;
  }
  .tab-layout .tab_detail {
    width: auto;
    padding: 40px 0 0;
  }
  .tab_navi.js-tabs_navi .tabInnerAnc{
    position: absolute;
    width: 30%;
    height: 82px;
    top: -82px;
    right: 0;
  }
  .tab_navi.js-tabs_navi .tabInnerAnc > a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80%;
    padding: 0 20px 0 0px;
    border: 1px solid #ddd;
    color: #16509f;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .tab_navi.js-tabs_navi .tabInnerAnc > a::after{
    position: absolute;
    content: "";
    top: 50%;
    right: 7px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: 1px solid #16509f;
    border-right: 1px solid #16509f;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
  }
  /* ----- floor-detail-shop----- */
  .floor-detail-shop-wrap {
    margin-top: 30px;
  }
  .floor-detail-shop-wrap > .floor-detail-shop {
    width: calc( 100% / 2);
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 23px;
    border-bottom: 1px solid #e9e9e9;
  }
  .floor-detail-shop-wrap > .floor-detail-shop:nth-of-type(2n+1) {
    padding-right: 17px;
    border-right: 1px solid #e9e9e9;
  }
  .floor-detail-shop-wrap > .floor-detail-shop:nth-of-type(2n) {
    padding-left: 17px;
  }
  .floor-detail-shop .floor-detail-shop_title {
    font-size: 1.2rem;
  }
  .floor-detail-shop .floor-detail-shop_title a:after {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
  .floor-detail-shop_body {
    margin-top: 7px;
  }
  .floor-detail-shop_body > *:first-child {
    margin-top: 0 !important;
  }
  .floor-detail-shop .floor-detail-shop_category {
    font-size: 1.2rem!important;
    line-height: 1.5;
    margin-top: 7px;
  }
  .floor-detail-shop .floor-detail-shop_tel {
    font-size: 1.2rem!important;
    margin-top: 7px;
  }
  .floor-detail-shop .floor-detail-shop_description {
    font-size: 1.2rem!important;
    line-height: 1.5;
    margin-top: 4px;
  }
}
