@charset "UTF-8";


h2 {
  text-align: center;
}
h3 {
	margin: 0 0 35px;
	font-size: 28px;
	font-weight: 300;
  color: #54585B;
  text-align: left;
  line-height: 1.2em;
}
h4 {
	margin: 0 0 25px;
	font-size: 19px;
	font-weight: 400;
  color: #54585B;
  text-align: left;
  line-height: 1.2em;
}

#first_text_section h2 {
  text-align: left;
}
#page p {
  line-height: 1.45em;
}




/* floorguide */
#floorguide {}
#floorguide .wrap_f {
  justify-content: space-between;
  align-items: flex-start;
}
#floorguide picture {
  width: calc(100% - 370px);
}
#floorguide picture img {
  width: 100%;
  height: auto;
}

#floorguide .facilities_list {
	width: 350px;
}

#floorguide .facilities_list dl {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
#floorguide .facilities_list dl dt {
  background-color: #E8E8E8;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 60px;
}
#floorguide .facilities_list dl dd {
	overflow: hidden;
	padding: 0;
  padding-left: 70px;
  margin: 0;
  margin-bottom: 15px;
}
#floorguide .facilities_list dl dd a {

}
#floorguide .facilities_list dl dd ul li a {
	text-decoration: underline;
}
#floorguide .facilities_list dl dd ul li ul {
  margin-left: 20px;
}

@media screen and (max-width:1024px) {
  #floorguide picture {
    width: 100%;
    margin-bottom: 20px;
  }
  #floorguide .facilities_list {
    width: 100%;
  }
}
@media screen and (max-width:768px) { 
}
@media screen and (max-width:600px) { 
}
@media screen and (max-width:480px) { 
}




/* clublounge */
#clublounge {
  padding: 0;
}
#clublounge .container {
  position: relative;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#clublounge .container picture {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #000;
}
#clublounge .container picture img {
  opacity: 0.7;
  line-height: 0.1em;
}
#clublounge .container h2 {
  color: #fff;
  position: absolute;
  margin-bottom: 0;
  line-height: 1.2em;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) { 
}
@media screen and (max-width:600px) { 
  #clublounge .container picture {
    position: relative;
    overflow: hidden;
  }
  #clublounge .container picture::before {
    content: '';
    display: block;
    padding-top: 50%;
  }
  #clublounge .container picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
  }
}
@media screen and (max-width:480px) { 
}




/* indoor_facilities */
#indoor_facilities {}
#indoor_facilities ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#indoor_facilities ul li {
  width: 32%;
  position: relative;
}
#indoor_facilities picture {
  position: relative;
  overflow: hidden;
}
#indoor_facilities picture::before {
  content: '';
  display: block;
  padding-top: 100%;
}
#indoor_facilities picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#indoor_facilities .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
  padding: 10px 12px;
}
#indoor_facilities .info .info_inn {
  display: block;
  padding: 10px;
  padding-bottom: 30px;
  position: relative;
}
#indoor_facilities .info span {
  border: 1px solid #fff;
  padding: 0 8px;
  line-height: 1em;
  font-size: 15px;
  margin: 0 10px 5px 0;
  display: inline-block;
}
#indoor_facilities .info span p {}
#indoor_facilities .info .btn_more {
  display: inline-block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 15px;
}
#indoor_facilities .info .btn_more:hover {
	text-decoration: underline;
	}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) { 
  #indoor_facilities ul li {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #indoor_facilities picture::before {
    padding-top: 65%;
  }
}
@media screen and (max-width:600px) { 
}
@media screen and (max-width:480px) { 
}
