@charset "UTF-8";
@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
}

/*
  Single Page (貸会議室)
*/
.p-single-room {
  padding: 40px 0 100px;
  color: #171717;
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  .p-single-room {
    padding: 30px 15px 60px;
  }
}
.p-single-room .l-container {
  max-width: 1260px;
  position: relative;
}
@media (max-width: 767px) {
  .p-single-room .l-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-single-room__content {
  background-color: #ffffff;
  padding: 30px 30px 60px;
  flex: 1;
  max-width: 920px;
}
@media (max-width: 767px) {
  .p-single-room__content {
    padding: 15px 15px 60px;
  }
}
@media (max-width: 1220px) {
  .p-single-room__content {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-single-room__content h3 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  line-height: 1;
  letter-spacing: 3%;
  border-bottom: 2px solid #CCCCCC;
}
@media (max-width: 767px) {
  .p-single-room__content h3 {
    font-size: 18px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
}
.p-single-room__content .room-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-title {
    gap: 4px;
    margin-bottom: 13px;
  }
}
.p-single-room__content .room-title .room-floor {
  background: #184AAA;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: normal;
  font-weight: 500;
  font-size: 29px;
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-title .room-floor {
    font-size: 24px;
    width: 40px;
    height: 40px;
  }
}
.p-single-room__content .room-title strong {
  font-size: 38px;
  flex: 1;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-single-room__content .room-title strong {
    font-size: 28px;
  }
}
.p-single-room__content .room-message {
  margin-bottom: 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-message {
    font-size: 14px;
  }
}
.p-single-room__content .room-slide-main {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-slide-main {
    margin-bottom: 7px;
  }
}
.p-single-room__content .room-slide-box-inner {
  position: relative;
}
.p-single-room__content .room-slide-box-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7px 10px;
  background: rgba(23, 23, 23, 0.75);
  color: #fff;
  line-height: 1.84;
  text-align: left;
  display: grid;
  place-items: center;
  font-size: 13px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-slide-box-msg {
    font-size: 12px;
    padding: 0 10px;
  }
}
.p-single-room__content .room-slide-thumb {
  margin-bottom: 22px;
}
.p-single-room__content .room-slide-thumb-box {
  max-width: 160px;
}
.p-single-room__content .room-slide-thumb-box img {
  width: 160px;
  max-width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-single-room__content .room-tag {
  line-height: 1.71;
  border: 1px solid #CCCCCC;
  border-radius: 30px;
  padding: 2px 25px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-tag {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.p-single-room__content .room-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-tag-wrap {
    gap: 5px 4px;
    margin-bottom: 40px;
  }
}
.p-single-room__content .room-floormap-wrap {
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-wrap {
    margin-bottom: 40px;
  }
}
.p-single-room__content .room-floormap-slide {
  max-width: 836px;
  margin: 0 auto 72px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-slide {
    margin-bottom: 25px;
  }
}
.p-single-room__content .room-floormap-slide-box {
  padding: 0 78px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-slide-box {
    padding: 0 25px;
  }
}
.p-single-room__content .room-floormap-slide .js-floormap-prev, .p-single-room__content .room-floormap-slide .js-floormap-next {
  border-radius: 50%;
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-slide .js-floormap-prev, .p-single-room__content .room-floormap-slide .js-floormap-next {
    width: 20px;
    height: 20px;
    background-size: 7px auto !important;
  }
}
.p-single-room__content .room-floormap-slide .js-floormap-prev {
  background: #184AAA url(../images/common/slide-arrow-left.svg) no-repeat 47% 50%/11px auto;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-slide .js-floormap-prev {
    left: 0;
  }
}
.p-single-room__content .room-floormap-slide .js-floormap-next {
  background: #184AAA url(../images/common/slide-arrow-right.svg) no-repeat 56% 50%/11px auto;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-slide .js-floormap-next {
    right: 0;
  }
}
.p-single-room__content .room-floormap-pdf {
  display: grid;
  align-items: center;
  background: transparent url(../images/common/icon-pdf.svg) no-repeat right 20px top 50%/25px auto;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  width: 203px;
  padding: 8px 20px 9px 18px;
  margin: 0 0 32px auto;
  min-height: 54px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-pdf {
    background-size: 17px auto;
    font-size: 14px;
    width: 161px;
    padding: 8px 12px;
    margin: 0 0 30px auto;
    min-height: 40px;
  }
}
.p-single-room__content .room-floormap-pdf + p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-pdf + p {
    font-size: 14px;
    text-align: left;
    margin-right: -10px;
  }
}
.p-single-room__content .room-floormap-pdf + p br {
  display: none;
}
@media (max-width: 767px) {
  .p-single-room__content .room-floormap-pdf + p br {
    display: inline;
  }
}
.p-single-room__content .room-informations {
  margin-bottom: 35px;
}
.p-single-room__content .room-informations-title {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-informations-title {
    margin-bottom: 29px;
  }
}
.p-single-room__content .room-informations-table {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-single-room__content .room-informations-table {
    padding-bottom: 19px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1259px) {
  .p-single-room__content .room-informations-table {
    overflow-x: scroll;
  }
}
.p-single-room__content .room-informations table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 860px;
}
.p-single-room__content .room-informations table th {
  font-weight: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.21;
}
.p-single-room__content .room-informations table thead tr th {
  padding: 0 0 8px;
}
.p-single-room__content .room-informations table thead tr:nth-of-type(1) th:nth-child(7) {
  width: 6em;
}
.p-single-room__content .room-informations table tbody tr td {
  padding: 4px 4px;
  font-size: 12px;
  text-align: center;
  min-width: 4em;
  border-bottom: 1px dashed #CCCCCC;
}
.p-single-room__content .room-informations table tbody tr td:nth-child(1) {
  width: 108px;
  padding: 4px;
}
.p-single-room__content .room-informations table tbody tr td:nth-child(2) {
  padding: 4px 14px;
  width: calc(4em + 28px);
}
.p-single-room__content .room-informations table tbody tr td:nth-child(3) {
  padding: 4px 14px;
  width: calc(2em + 28px);
}
.p-single-room__content .room-informations table tbody tr td:nth-child(14) {
  text-align: right;
}
.p-single-room__content .room-informations table tbody tr td:nth-child(14).room-informaitons-contact {
  text-align: center;
}
.p-single-room__content .room-informations table tbody tr:nth-of-type(1) td {
  border-top: 1px solid #CCCCCC;
}
.p-single-room__content .room-informations-attn {
  margin-bottom: 40px;
}
.p-single-room__content .room-informations-attn li {
  font-size: 14px;
  line-height: 1.71;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 3%;
}
.p-single-room__content .room-informations-attn li + li {
  margin-top: 6px;
}
.p-single-room__content .room-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.p-single-room__content .room-link-box {
  width: 360px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-single-room__content .room-link-box {
    width: 330px;
  }
}
.p-single-room__content .room-link-box a {
  font-size: 17px;
  width: 100%;
  display: grid;
  place-items: center;
  min-height: 64px;
  color: #fff;
  background: #184AAA url(../images/common/arrow-card.svg) no-repeat right 21px top 26px/24px auto;
}
@media (max-width: 767px) {
  .p-single-room__content .room-link-box a {
    background-size: 22px auto;
  }
}
.p-single-room .room-sidebar {
  width: 240px;
  width: 240px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: 350px;
}
@media (max-width: 1220px) {
  .p-single-room .room-sidebar {
    display: none;
  }
}
.p-single-room .room-sidebar1 {
  margin-bottom: 9px;
  border-bottom: 1px solid #CCCCCC;
}
.p-single-room .room-sidebar1 li {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background: #fff;
}
.p-single-room .room-sidebar1 li:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.p-single-room .room-sidebar1 li:last-of-type {
  border-bottom: none;
}
.p-single-room .room-sidebar1 li a {
  color: #171717;
  display: block;
  padding: 20px 20px 19px 21px;
  line-height: 1;
}
.p-single-room .room-sidebar1 li a.active {
  background: #184AAA;
  color: #fff;
}
.p-single-room .room-sidebar2 {
  margin-bottom: 20px;
  background: #fff;
  padding: 17px 10px;
}
.p-single-room .room-sidebar2 li + li {
  margin-top: 14px;
}
.p-single-room .room-sidebar2 li a {
  display: block;
  min-height: 22px;
  padding-left: 35px;
}
.p-single-room .room-sidebar2 li:nth-of-type(1) a {
  background: transparent url(../images/common/icon-file-room.svg) no-repeat 0 50%;
}
.p-single-room .room-sidebar2 li:nth-of-type(2) a {
  background: transparent url(../images/common/icon-check-room.svg) no-repeat 0 50%;
}
.p-single-room .room-sidebar3 dt {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #184AAA;
  color: #fff;
  font-weight: bold;
  font-weight: 800;
  font-style: 14px;
  line-height: 24px;
  display: grid;
  place-items: center;
  height: 43px;
}
.p-single-room .room-sidebar3 dd {
  padding: 20px 0 17px 12px;
  background: #fff;
  border: 1px solid #184AAA;
}
.p-single-room .room-sidebar3-tel {
  margin-bottom: 7px;
}
.p-single-room .room-sidebar3-tel a {
  color: #184AAA;
  padding-left: 25px;
  background: transparent url(../images/common/icon-tel-room.svg) no-repeat 0 50%;
  font-size: 29px;
  font-weight: bold;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
.p-single-room .room-sidebar3-info {
  text-align: center;
  line-height: 1.5;
  font-size: 12px;
}

/*# sourceMappingURL=p-single-room.css.map */