@charset "UTF-8";


.room_block .block_title .num {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 1.25em;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}



.room_type {
  margin-top: 1.5rem;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background-color: #FFF;
}
.room_type::before, 
.room_type::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: auto;
  height: 0;
  border-style: solid;
  border-width: 0.3rem;
  border-top-color: transparent;
  border-bottom-color: transparent;
  z-index: 0;
}
.room_type::before {
  top: 0;
  border-top-width: 0;
}
.room_type::after {
  bottom: 0;
  border-bottom-width: 0;
}
.room_type > .title {
  margin: auto;
  padding-left: 0;
  border: none;
  color: #e95520;
}
.room_type .type_block {
  margin: 1rem 0.5rem 0.5rem;
  padding-bottom: 1em;
}
.room_type .type_block > dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.6em;
}
.type_block .type_photo::before {
  padding-top: 68.75%; /* 変更時 room/temp-room_data-single.php 要調整 */
}
.room_type .type_block .reserve_btn {
  margin-right: 0;
  margin-left: auto;
  width: 6em;
}
@media only screen and (max-width:600px) {
  .room_type > .title {
    text-align: center;
  }
}
@media print, (min-width:601px) {
  .room_type .type_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .room_type .type_block {
    flex-grow: 1;
  }
}

#room .facility_text::after {
  content: '';
  clear: both;
  display: block;
}
#room .facility_text > img {
  float: right;
  margin: 0.5em 0 0.5em 1em;
  width: 50%;
}
@media print, (min-width:720px) {
  #room .facility_text > img {
    width: 33%;
  }
}