@charset "UTF-8";

div.section div.facilityTabContents {
  display: none;
}
div.section div.facilityTabContents.on {
  display: block;
}
div.section ul.facilityTabList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 0 40px;
}
@media screen and (max-width: 1019px){
  div.section ul.facilityTabList {
    margin: 40px 0 30px;
    justify-content: flex-start;
  }
}
div.section ul.facilityTabList li {
  display: block;
  width: calc((100% - 160px) / 9);
  margin-right: 20px;
  color: #a1a2a4;
  padding: 0;
}
div.section ul.facilityTabList li:last-child {
	margin-right: 0;
  }
  @media screen and (max-width: 1019px){
    div.section ul.facilityTabList li {
      width: 32%;
      margin-bottom: 2%;
      margin-right: 2%;
    }
    div.section ul.facilityTabList li:nth-child(3n) {
      margin-right: 0;
    }
  }
div.section ul.facilityTabList li::before {
  padding: 0;
  border: none;
  top: 0;
}
div.section ul.facilityTabList li span {
  cursor: pointer;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: relative;
  display: block;
  background: #f2f2f5
}
@media screen and (max-width: 1019px){
  div.section ul.facilityTabList li span {
	padding: 10px;
  }
}
div.section ul.facilityTabList li span:hover {
  color: #65686D;
}
div.section ul.facilityTabList li span.on {
  background: #65686D;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  cursor: inherit;
}
div.section ul.facilityTabList li span.on::after {
  content: "";
  background: #65686D;
  width: 8px;
  height: 8px;
  left: 0;
  bottom: -3px;
  right: 0;
  transform: rotate(45deg);
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 1019px){
  div.section ul.facilityTabList li span.on::after {
    display: none;
  }
}

div.section div.floorBox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 1019px){
  div.section div.floorBox {
    display: block;
    padding: 40px 15px;
  }
}
div.section div.floorBox .floorList {
  width: 60%;
  margin-left: 5%;
}
@media screen and (max-width: 1019px){
  div.section div.floorBox .floorList {
    width: 100%;
    margin-left: 0;
  }
}
div.section div.floorBox .floorList dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #ddd;
  font-size: 14px;
}
div.section div.floorBox .floorList dl:last-child {
  border-bottom: 1px solid #ddd;
}
div.section div.floorBox .floorList dt {
  width: 15%;
	color: #2badbd;
	font-weight: bold;
  padding: 13px 0;
  box-sizing: border-box;
  margin: auto 0;
}
@media screen and (max-width: 1019px){
  div.section div.floorBox .floorList dt {
    width: 25%;
  }
}
div.section div.floorBox .floorList dd {
  width: 85%;
  padding: 13px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1019px){
  div.section div.floorBox .floorList dd {
    width: 75%;
  }
}
div.section div.floorBox .floorBoxImg {
  width: 35%;
}
@media screen and (max-width: 1019px){
  div.section div.floorBox .floorBoxImg {
    width: 100%;
    margin-top: 30px;
  }
}
div.section div.floorBox .floorBoxImg img {
  width: 100%;
}

div.section div.facilityBox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
}
div.section div.facilityBox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1019px){
  div.section div.facilityBox {
    display: block;
    padding: 40px 15px;
  }
}
div.section div.facilityBox .facilityBoxImg {
  width: 45%;
}
@media screen and (max-width: 1019px){
  div.section div.facilityBox .facilityBoxImg {
    width: 100%;
    margin-bottom: 20px;
  }
}
div.section div.facilityBox .facilityBoxImg img {
  width: 100%;
}
div.section div.facilityBox .facilityBoxTxt {
  width: 50%;
  margin-right: 5%;
}
@media screen and (max-width: 1019px){
  div.section div.facilityBox .facilityBoxTxt {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.facilityBox .facilityBoxTxt h3 {
  text-align: left;
  margin: 0 0 20px;
}
div.section div.facilityBox .facilityBoxTxt ul {
  margin: 0;
}


div.section div.floorMapBox {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  padding: 50px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 1019px){
  div.section div.floorMapBox {
    display: block;
    padding: 40px 15px;
  }
}
div.section div.floorMapBox .floorMapBoxTxt {
  width: 100%;
  text-align: center;
}
div.section div.floorMapBox .floorMapBoxTxt h3 {
  text-align: left;
  margin: 0;
}
div.section div.floorMapBox img {
  display: block;
  max-width: 100%;
  margin: 30px auto;
}
@media screen and (max-width: 1019px){
  div.section div.floorMapBox img {
    margin: 20px 0;
  }
}
