/*##############################
Room PAGE
##############################*/
#room-contents {
  padding: 30px 30px 0 30px; }
  #room-contents .room-inner {
    margin: 0 auto;
    max-width: 1400px; }
    #room-contents .room-inner .read {
      text-align: center;
      margin-bottom: 50px; }
      #room-contents .room-inner .read p {
        font-size: 16px;
        line-height: 1.8em; }
        #room-contents .room-inner .read p span {
          display: block;
          text-align: center;
          font-weight: bold; }
    #room-contents .room-inner .room-style {
      margin-bottom: 50px; }
      #room-contents .room-inner .room-style h1 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 5px; }
      #room-contents .room-inner .room-style p {
        font-size: 16px;
        margin-bottom: 20px; }
    #room-contents .room-inner .room-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 50px;
      padding-top: 50px;
      border-top: solid 1px #000000; }
      #room-contents .room-inner .room-type .ph {
        width: 49%; }
        #room-contents .room-inner .room-type .ph img {
          width: 100%; }
      #room-contents .room-inner .room-type .room-discription {
        width: 48%; }
        #room-contents .room-inner .room-type .room-discription h1 {
          font-size: 24px;
          font-weight: bold;
          color: #336699;
          margin-bottom: 20px; }
        #room-contents .room-inner .room-type .room-discription .spec {
          font-size: 16px;
          line-height: 1.8em;
          margin-bottom: 20px; }
        #room-contents .room-inner .room-type .room-discription .icon-set {
          background-color: #e9e9e9;
          padding: 20px 10px;
          margin-bottom: 30px; }
          #room-contents .room-inner .room-type .room-discription .icon-set .icon-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            #room-contents .room-inner .room-type .room-discription .icon-set .icon-inner figure {
              width: 14.6666%;
              margin: 0 1%; }
              #room-contents .room-inner .room-type .room-discription .icon-set .icon-inner figure img {
                width: 100%; }
