@charset "UTF-8";
/* =====
 * /rooms レイアウト
============================================================================= */
/* -----
 * PageHeadVisual
----------------------------------------------------------------------------- */
#PageHeadVisual {
  background-image: url(../images/rooms/head-visual.jpg);
}

/* -----
 * PageHeadNavi
----------------------------------------------------------------------------- */
#PageHeadNavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#PageHeadNavi ul li {
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20%;
}

/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle .title {
  width: 65px;
}

/* -----
 * room-asset
----------------------------------------------------------------------------- */
.room-asset {
  width: 860px;
  margin: 0 auto;
  position: relative;
  line-height: 1.75;
}

.room-asset .title {
  text-align: center;
  font-size: 25px;
  margin: 0 0 0.75em;
}

.room-asset .title img {
  display: block;
  margin: 0 auto 5px;
}

.room-asset .slider {
  position: relative;
}

.room-asset .slider .slider-items {
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.room-asset .slider .slider-items .slider-item {
  width: 100%;
  float: left;
  outline: 0px none #000;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.room-asset .slider .slider-items .slider-item img {
  width: 100%;
  height: auto;
}

.room-asset .slider .slider-thumbs {
  width: 100%;
  float: right;
  margin-top: 20px;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: visible;
}

.room-asset .slider .slider-thumbs .slider-item {
  width: 130px;
  margin-right: 16px;
  cursor: pointer;
}

.room-asset .slider .slider-thumbs .slider-item:last-child {
  margin-right: 0;
}

.room-asset .slider .slider-thumbs .slider-item img {
  height: 86px;
}

.room-asset .slider .slick-arrow {
  display: block;
  width: 33px;
  height: 81px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: contain;
          background-size: contain;
  overflow: hidden;
  text-indent: -9999em;
  position: absolute;
  top: 248px;
  z-index: 100;
  outline: 0px none #000;
  cursor: pointer;
}

.room-asset .slider .slick-arrow.slick-prev {
  background-image: url(../images/rooms/slider-prev.png);
  left: -50px;
}

.room-asset .slider .slick-arrow.slick-next {
  background-image: url(../images/rooms/slider-next.png);
  right: -50px;
  cursor: pointer;
}

.room-asset .slider .view-google {
  width: 94px;
  position: absolute;
  top: -35px;
  right: -45px;
  z-index: 100;
}

.room-asset .information {
  margin-top: 30px;
}

.room-asset .information .data {
  width: 195px;
  padding: 20px;
  margin-left: 55px;
  float: right;
  position: relative;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}

.room-asset .information .data > h4 {
  display: inline-block;
  font-size: 16px;
  color: #005f3f;
  position: absolute;
  left: 50%;
  top: -0.875em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 15px;
}

.room-asset .information .data > h4:before {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
}

.room-asset .information .data table {
  width: 100%;
  margin: 0;
}

.room-asset .information .data table th, .room-asset .information .data table td {
  padding: 5px 0;
  font-size: 12px;
  vertical-align: top;
}

.room-asset .information .data table th {
  width: 1%;
  white-space: nowrap;
  padding-right: 1em;
  text-align: left;
  font-weight: normal;
}

.room-asset .information .comment {
  overflow: hidden;
}

.room-asset .attention {
  display: block;
  padding: .7rem;
  background: #fafafa;
  margin-top: 2rem;
  text-align: center;
}
.room-asset .attention p {
  display: inline-block;
  text-align: left;
}
.room-asset .reserv-btn {
  margin-top: 25px;
}

.room-asset .reserv-btn a {
  display: block;
  height: 70px;
  line-height: 70px;
  border: 2px solid #005f3f;
  font-size: 19px;
  color: #005f3f;
  letter-spacing: 0.2em;
  text-indent: -0.2em;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.room-asset .reserv-btn a:after {
  display: block;
  content: "";
  width: 64px;
  height: 19px;
  background: transparent url(../images/rooms/icon-reserv-arrow.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.room-asset .slider-title {
  width: 150px;
  position: absolute;
  top: -35px;
  left: -20px;
  z-index: 100;
}

/* *** 個別設定 *** */
#Room1 {
  margin-top: 2em;
}

#Room1 .title img {
  width: 57px;
}

#Room1-2 {
  margin-top: 150px;
}

#Room1-2:before {
  display: block;
  content: "";
  width: 918px;
  height: 928px;
  background: transparent url(../images/rooms/room2-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -115px;
  right: -317px;
  z-index: -1;
}

#Room1-2 .title img {
  width: 57px;
}

#Room2 {
  margin-top: 100px;
}

#Room2:before {
  display: block;
  content: "";
  width: 918px;
  height: 928px;
  background: transparent url(../images/rooms/room2-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#Room2 .title img {
  width: 76px;
}

#Room2 .first-comment {
  font-size: 16px;
  text-align: center;
  margin: 50px 0 60px;
}

#Room2 .slider-title {
  width: 410px;
}

#Room3 {
  margin-top: 150px;
}

#Room3:before {
  display: block;
  content: "";
  width: 762px;
  height: 750px;
  background: transparent url(../images/rooms/room3-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: -120px;
  left: -170px;
  z-index: -1;
}

#Room3 .slider-title {
  width: 410px;
}

#Room4 {
  margin-top: 120px;
}

#Room4 .title img {
  width: 128px;
}

#Room4 .slider:before {
  display: block;
  content: "";
  width: 213px;
  height: 213px;
  background: transparent url(../images/rooms/room4-bg.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 415px;
  right: -75px;
  z-index: -1;
}

/* -----
 * Items
----------------------------------------------------------------------------- */
#Items {
  width: 860px;
  margin: 70px auto 0;
  line-height: 1.75;
}

#Items .content {
  margin-top: 70px;
  padding: 70px 30px 30px;
  background-color: #f4f4f4;
  position: relative;
}

#Items .content:first-child {
  margin-top: 0;
}

#Items .content .title {
  font-size: 16px;
  text-align: center;
  color: #005f3f;
  line-height: 1;
  background: transparent url(../images/rooms/items-title-deco.png) 50% 0 no-repeat;
  -webkit-background-size: 51px 12px;
          background-size: 51px 12px;
  padding-top: 30px;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#Items .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#Items .content ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#Items .content ul.double {
  float: left;
  white-space: nowrap;
}

#Items .content ul.double:nth-child(2) {
  width: 220px;
}

#Items .content ul.single li {
  float: left;
}

#Items .content .images {
  width: 390px;
  float: right;
  margin-bottom: -10px;
}

#Items .content .images .image {
  width: 190px;
  float: left;
  margin: 0 10px 10px 0;
}

#Items .content .images .image:nth-child(even) {
  margin-right: 0;
}

#Items .content .images .image img {
  display: block;
}

#Items .content .images .image p {
  font-size: 10px;
  text-align: right;
  margin-top: 0.5em;
}

#Items .notes {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

#Items .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

/* -----
 * PriceInformation
----------------------------------------------------------------------------- */
#PriceInformation {
  width: 860px;
  margin: 120px auto 0;
  line-height: 1.75;
}

#PriceInformation .content {
  margin-top: 70px;
}

#PriceInformation .content:first-child {
  margin-top: 0;
}

#PriceInformation .content .head .title {
  display: inline-block;
  font-size: 16px;
  color: #005f3f;
  margin: 0;
}

#PriceInformation .content .head .title.has-border:before {
  display: inline-block;
  content: "";
  width: 108px;
  height: 1px;
  background-color: #005f3f;
  vertical-align: middle;
  margin-right: 1em;
}

#PriceInformation .content .head p {
  margin: 0;
}

#PriceInformation .content h4 {
  font-size: inherit;
  margin-bottom: -0.5em;
}

#PriceInformation .content table {
  width: 100%;
  border-collapse: collapse;
}

#PriceInformation .content table tbody {
  font-size: 12px;
}

#PriceInformation .content table th, #PriceInformation .content table td {
  border: 1px solid #000;
  vertical-align: top;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#PriceInformation .content table th {
  background-color: #f4f4f4;
  font-weight: normal;
}

#PriceInformation .content table th.empty {
  background-color: #fff;
}

#PriceInformation .content table.date th {
  width: 20%;
}

#PriceInformation .content table.date .period {
  display: inline-block;
  text-align: left;
}

#PriceInformation .content table.price td {
  width: 17%;
}

#PriceInformation .content table.sp {
  display: none;
}

#PriceInformation .notes {
  list-style: none;
  padding: 0;
  font-size: 12px;
}

#PriceInformation .notes li {
  padding-left: 1em;
  text-indent: -1em;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHeadVisual
  ----------------------------------------------------------------------------- */
  #PageHeadVisual {
    background-image: url(../images/rooms/head-visual-sp.jpg);
  }
  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle .title {
    width: 33px;
  }
  /* -----
   * PageHeadNavi
  ----------------------------------------------------------------------------- */
  #PageHeadNavi {
    padding-left: 0;
    padding-right: 0;
  }
  #PageHeadNavi ul {
    display: block;
    text-align: center;
    margin-bottom: -20px;
  }
  #PageHeadNavi ul li {
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
    padding: 0 0.5em;
    letter-spacing: 0;
  }
  /* -----
   * room-asset
  ----------------------------------------------------------------------------- */
  .room-asset {
    width: auto;
    padding: 0 10px;
  }
  .room-asset .title {
    font-size: 15px;
  }
  .room-asset .slider .slider-thumbs {
    display: none;
  }
  .room-asset .slider .slick-arrow {
    width: 17px;
    height: 41px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .room-asset .slider .slick-arrow.slick-prev {
    background-image: url(../images/rooms/slider-prev-sp.png);
    left: 10px;
  }
  .room-asset .slider .slick-arrow.slick-next {
    background-image: url(../images/rooms/slider-next-sp.png);
    right: 10px;
    cursor: pointer;
  }
  .room-asset .slider .view-google {
    width: 60px;
    top: -45px;
    right: 0;
  }
  .room-asset .information {
    margin-top: 20px;
  }
  .room-asset .information .data {
    width: 115px;
    padding: 15px 10px;
    margin-left: 15px;
  }
  .room-asset .information .data > h4 {
    font-size: inherit;
    white-space: nowrap;
    padding: 0 8px;
  }
  .room-asset .information .data table th, .room-asset .information .data table td {
    font-size: 10px;
  }
  .room-asset .reserv-btn {
    margin-top: 20px;
  }
  .room-asset .reserv-btn a {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
  }
  .room-asset .reserv-btn a:after {
    width: 33px;
    height: 10px;
    background-image: url(../images/rooms/icon-reserv-arrow-sp.png);
    right: 20px;
  }
  .room-asset .slider-title {
    width: 120px;
    top: -30px;
    left: 12px;
  }
  /* *** 個別設定 *** */
  #Room1 .title img {
    width: 36px;
  }
  #Room1-2 {
    margin-top: 50px;
  }
  #Room1-2:before {
    width: 459px;
    height: 464px;
    top: -28px;
    right: -257px;
  }
  #Room1-2 .title img {
    width: 36px;
  }
  #Room2 {
    margin-top: 120px;
  }
  #Room2:before {
    width: 459px;
    height: 464px;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-48%);
            transform: translateX(-48%);
  }
  #Room2 .title img {
    width: 48px;
  }
  #Room2 .first-comment {
    font-size: inherit;
    text-align: center;
    margin: 1em 0 50px;
  }
  #Room2 .slider-title {
    width: 287px;
  }
  #Room3 {
    margin-top: 70px;
  }
  #Room3:before {
    background-image: url(../images/rooms/room2-bg.png);
    width: 459px;
    height: 464px;
    top: -50px;
    left: -210px;
  }
  #Room3 .slider-title {
    width: 287px;
  }
  #Room4 {
    margin-top: 110px;
  }
  #Room4 .title img {
    width: 80px;
  }
  #Room4 .slider:before {
    top: -145px;
    right: -55px;
  }
  /* -----
   * Items
  ----------------------------------------------------------------------------- */
  #Items {
    width: auto;
    padding: 0 10px;
    margin-top: 50px;
  }
  #Items .content {
    margin-top: 30px;
    padding: 40px 15px 15px;
  }
  #Items .content .title {
    font-size: inherit;
    -webkit-background-size: 25px 6px;
            background-size: 25px 6px;
    padding-top: 15px;
  }
  #Items .content ul {
    display: inline;
    float: none !important;
    width: auto !important;
    white-space: normal !important;
  }
  #Items .content ul li {
    padding: 0;
    text-indent: 0;
    float: left;
  }
  #Items .content .images {
    display: none;
  }
  #Items .notes {
    font-size: 10px;
  }
  /* -----
   * PriceInformation
  ----------------------------------------------------------------------------- */
  #PriceInformation {
    width: auto;
    margin-top: 65px;
    padding: 0 10px;
  }
  #PriceInformation .content {
    margin-top: 40px;
  }
  #PriceInformation .content .head .title {
    display: block;
    font-size: 13px;
    color: #005f3f;
    position: relative;
  }
  #PriceInformation .content .head .title.has-border {
    padding-left: 60px;
  }
  #PriceInformation .content .head .title.has-border:before {
    width: 50px;
    position: absolute;
    top: 0.875em;
    left: 0;
  }
  #PriceInformation .content table thead {
    font-size: 11px;
  }
  #PriceInformation .content table tbody {
    font-size: 10px;
  }
  #PriceInformation .content table th, #PriceInformation .content table td {
    padding: 10px 15px;
    vertical-align: middle;
  }
  #PriceInformation .content table.date {
    display: block;
  }
  #PriceInformation .content table.date thead {
    display: none;
  }
  #PriceInformation .content table.date tbody {
    display: block;
  }
  #PriceInformation .content table.date tbody tr {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }
  #PriceInformation .content table.date tbody tr td {
    display: table-row;
    padding: 0;
    text-align: left;
  }
  #PriceInformation .content table.date tbody tr td:before {
    display: table-cell;
    content: attr(data-alphabet);
    padding: 10px 15px;
    vertical-align: middle;
    width: 30%;
    background-color: #f4f4f4;
    border-right: 1px solid #000;
    text-align: center;
  }
  #PriceInformation .content table.date tbody tr td .period {
    display: table-cell;
    padding: 10px 15px;
    vertical-align: middle;
  }
  #PriceInformation .content table.price tbody th {
    width: 14%;
  }
  #PriceInformation .content table.price td {
    width: auto;
  }
  #PriceInformation .content table.pc {
    display: none;
  }
  #PriceInformation .content table.sp {
    display: table;
  }
}
