@media screen and (min-width:641px){
/*pc・タブレットcss*/
h3 {
  overflow: hidden;
  position: relative;
  height: 170px;
  min-width: 960px;
}
h3 img {
  width: 1400px;
  height: 170px;
  position: absolute;
  left: 50%;
  margin-left: -700px;
}
.room .bx-viewport {
  height: 360px;
}
.room figure img {
  cursor: pointer;
}
.room figure img:hover {
  opacity: 0.7;
}
.room .bx-pager {
  margin-top: 8px;
  text-align: right;
}
.room .bx-pager a {
  margin-left: 10px;
  opacity: 0.2;
}
.room .bx-pager a.active {
  opacity: 1;
}
.room h4 {
  padding-top: 34px;
  text-align: center;
}
.room h5 {
  color: #5e3d1f;
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #5e3d1f;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
}
.room h5 img {
  margin-right: 10px;
}
.room h5 small {
  font-size: 20px;
  font-weight: normal;
}
.room-description figure {
  float: right;
  margin-left: 20px;
}
.room-description p {
  line-height: 28px;
  margin-bottom: 24px;
}
.bihin {
	margin-top: 30px;
}
.bihin p {
	margin-bottom: 0;
	font-size: 18px;
    color: #8c7b2e;
}
.bihin p img {
    margin-right: 6px;
}
.bihin ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
  width: 400px;
  font-size: 14px;
  line-height: 1.6;
}
.bihin li:before {
  content: '・';
}
/*眺望が良い人気の展望客室*/
.room-fineview {
  padding-bottom: 60px;
}
.room-fineview figure {
  width: 540px;
}
/*お得な価格が魅力　一般客室*/
.room-standard {
  background: #f5f4e7;
  box-shadow:0px 8px 8px -8px rgba(0,0,0,0.2) inset;
  padding: 20px 0 60px 0;
}
.room-standard figure {
  width: 380px;
}
.room-capacity {
  display: inline-block;
  border: solid 2px #c9b55d;
  padding: 4px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 10px;
}
.room-capacity dt {
  width: 138px;
  text-align: center;
  float: left;
}
.room-capacity dd {
  margin-left: 139px;
  border-left: dotted 1px #c9b55d;
  width: 138px;
  text-align: center;
}
.room-amenity {
  margin-top: 60px;
}
.room-amenity th {
  width: 261px;
}
.room-amenity ul {
  -webkit-columns: 3;
  -moz-columns: 3;
  -ms-columns: 3;
  columns: 3;
}
.room-amenity li:before {
  content: '・';
}

}/*@media screen and (min-width:641px)*/
@media screen and (max-width:640px){
/*スマホ用css*/
h3 {
}
h3 img {
  width: 100%;
}
.room .bx-viewport {
height: calc((100vw - 20px) * .66);
}
.room .bx-pager {
  margin-top: 8px;
}
.room .bx-pager a {
  margin-right: 10px;
  opacity: 0.2;
}
.room .bx-pager a.active {
  opacity: 1;
}
.room h4 {
  padding-top: 20px;
  text-align: center;
}
.room h5 {
  color: #5e3d1f;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #5e3d1f;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.room h5 img {
  margin-right: 10px;
}
.room h5 small {
  font-size: 14px;
  font-weight: normal;
}
.room-description figure {
}
.room-description p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.bihin {
	margin-top: 20px;
}
.bihin p {
	margin-bottom: 0;
	font-size: 18px;
    color: #8c7b2e;
}
.bihin p img {
    margin-right: 6px;
}
.bihin ul {
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  columns: 2;
  font-size: 14px;
  line-height: 1.6;
}
.bihin li:before {
  content: '・';
}
/*眺望が良い人気の展望客室*/
.room-fineview {
  padding-bottom: 40px;
}
.room-fineview figure {
}
/*お得な価格が魅力　一般客室*/
.room-standard {
  background: #f5f4e7;
  padding: 40px 0 40px 0;
  box-shadow:0px 8px 8px -8px rgba(0,0,0,0.2) inset;
}
.room-standard figure {
}
.room-capacity {
  display: inline-block;
  border: solid 2px #c9b55d;
  padding: 4px;
  line-height: 30px;
  font-size: 16px;
  border-radius: 6px;
  margin-top: 10px;
}
.room-capacity dt {
  width: 138px;
  text-align: center;
  float: left;
}
.room-capacity dd {
  margin-left: 139px;
  border-left: dotted 1px #c9b55d;
  width: 138px;
  text-align: center;
}
.room-amenity {
  margin-top: 20px;
}
.room-amenity table,.room-amenity th,.room-amenity td,.room-amenity tr{
  display: block;
}
.room-amenity th {
  width: 100%;
  box-sizing: border-box;
}
.room-amenity ul {
}
.room-amenity li:before {
  content: '・';
}

}/*@media screen and (max-width:640px)*/
