@charset "UTF-8";

.universal-intro-description {
  text-align: center;
}

.wrapper table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
  overflow-wrap: anywhere;
}

.universal-list {
  margin-top: 50px;
  margin-bottom: 70px;
}

.universal-list-el-details {
  display: none;
}

.universal-list-el-title {
  width: 800px;
  margin: 0 auto;
  padding: 16px 0px;
  margin-bottom: 20px;
  text-align: center;
  background: #142335;
  color: #fff;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}

.universal-list-el-title svg {
  fill: #fff;
}

.universal-list {
  margin-top: 35px;
}

@media (max-width: 1024px) {
  .universal-list {
    margin-top: 10px;
  }
}

.universal-list h3 {
  color: #000;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .universal-list h3 {
    margin-top: 0;
  }
}

.universal-list h3::before,
.universal-list h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  background: #AB8D4B;
  width: 20px;
  height: 2px;
  margin: auto;
}

@media (max-width: 1024px) {

  .universal-list h3::before,
  .universal-list h3::after {
    right: 17px;
  }
}

.universal-list h3::after {
  top: 0;
  bottom: 0;
  right: 39px;
  width: 2px;
  height: 20px;
}

@media (max-width: 1024px) {
  .universal-list h3::after {
    right: 26px;
  }
}

.universal-list h3.active {
  background: rgba(163, 133, 75, 0.1);
}

.universal-list h3.active::after {
  opacity: 0;
}

.universal-list h3:first-of-type {
  border-top: 1px solid #C2C2C2;
}

.universal-list h3,
.universal-list div.answer {
  position: relative;
  border-bottom: 1px solid #C2C2C2;
  padding: 23px 30px;
  line-height: 1.6;
  font-feature-settings: "palt";
}

@media (max-width: 1024px) {

  .universal-list h3 {
    padding: 16px 40px 16px 15px;
  }

  .universal-list div.answer {
    padding: 16px 15px;
  }
}


.universal-list div.answer {
  display: none;
  border-top: none;
  background: #E8E8E3;
}

table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  color: #121b27;
}

table th,
table td {
  padding: 10px;
  border-right: 1px solid #bbb;
  vertical-align: middle;
  text-transform: capitalize;
}

table th {
  width: 45%;
  background-color: #f3eee4;
}

table thead th:first-of-type {
  background-color: #ab8d4b;
}

table thead tr {
  background-color: #ab8d4b;
  color: #fff;
}

table thead tr td {
  text-align: center;
  text-transform: capitalize;
  width: 12%;
}

table td.txt {
  text-align: center;
  width: 10%;
}

table td.price {
  text-align: left;
  width: 45%;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
    width: 100%
  }

  table th {
    width: 45%;
    display: table-cell;
  }

  table td {
    width: 25%;
  }

  table td:first-of-type {
    width: 15%;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

p.secTitle02 {
  margin-bottom: 15px;
}

h2.secTitle02 {
  background: #fff;
  text-align: center;
  margin-top: 60px;
  padding: 22px 0;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  h2.secTitle02 {
    padding: 17px 0;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

h3.secTitle02 {
  text-transform: capitalize;
}

/* ユニバーサルルーム */
.universal-room-block {}

.universal-room-title {
  font-size: 3.2rem;
  text-align: center;
}

.universal-room-layout-img {
  width: 36%;
  padding-right: 50px;
}

.universal-room-layout-img img {
  width: 100%;
}

.universal-room-layout-text {
  width: 65%;
}

.universal-room-infomation ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 53px 33px;
  margin-bottom: 50px;
}

.universal-room-infomation li:nth-child(3n) {
  margin-right: 0%;
}

.universal-room-infomation h3 {
  margin-bottom: 8px;
}

.universal-room-infomation p.photo img {
  aspect-ratio: 3/2;
}

.universal-room-layout {
  margin-top: 40px;
  margin-bottom: 50px;
}

.universal-room-layout-maintitle {
  font-size: 18px;
}

.universal-room-layout-text p {
  font-size: 15px;
}

.universal-room-layout-text p.hotel-info {
  border: 1px solid #c2c2c2;
  padding: 12px 24px;
  margin: 24px 0px;
}

.universal-room-layout-text a {
  display: block;
  margin-top: 24px;
}

.universal-room-layout-details {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {

  .universal-room-layout-details {
    display: block;
  }

  .universal-room-title {
    font-size: 2.5rem;
  }

  .fix-logo {
    width: 130px;
    top: 18px;
    left: 20px;
  }

  .globalHeader h1.logo img {
    width: 130px;
  }

  .globalHeader {
    height: 58px;
  }

  .universal-list-el-title {
    width: 100%;
    padding: 16px 0px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .universal-list {
    margin-top: 32px;
    margin-bottom: 50px;
  }

  .universal-list-el-title:after {
    right: 4px;
    top: 14px;
    font-size: 16px;
  }

  table th {
    /* width: 100%; */
  }

  table td {
    font-size: 13px;
  }

  table td.txt {
    /* width: 100%; */
  }

  table td.price {
    /* width: 100%; */
    text-align: center;
  }

  .universal-room-block .universal-intro-description {
    width: 100%;
    margin-top: 12px;

  }

  .universal-room-layout-maintitle {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .universal-room-layout-img {
    width: 60%;
    padding-right: 0px;
    margin: 0 auto;
  }

  .universal-room-layout-text {
    width: 100%;
  }

  .universal-room-layout {
    margin-top: 32px;
    margin-bottom: 50px;
  }

  .universal-room-layout-text p {
    font-size: 13px;
    margin-top: 16px;
  }

  .universal-room-infomation li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .universal-room-infomation .photo img {
    aspect-ratio: 1/1;
  }

  .universal-room-info-title {
    font-size: 15px;
  }

  .universal-room-info-categorytitle {
    font-size: 15px;
    border-left: 3px solid #a28137;
    padding-left: 12px;
    margin-bottom: 24px;
  }

}

@media (max-width: 767px) {
  .universal-room-infomation ul {
    display: block;
  }
}