@charset "UTF-8";
section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.infoWrap .img360 {
  width: 100%;
  margin-bottom: 20px;
}
.infoWrap .img360 > div {
  margin: 0 auto;
}

.descWrap .box {
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.descWrap .img {
  margin-bottom: 10px;
}
.descWrap .img img {
  margin: 0 auto;
}
.descWrap .textBox {
  padding: 0 15px;
}
.descWrap .name {
  color: #18b26b;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}
.descWrap .text {
  margin-bottom: 20px;
}

/*---------- sp ----------*/
@media screen and (max-width: 812px) {
  .descWrap .img {
    padding-top: 15px;
  }
}
/*---------- モバイル縦長 ----------*/
/*---------- モバイル横長 ----------*/
@media screen and (max-width: 812px) and (orientation: landscape) {
  .descWrap .box {
    width: 49%;
  }
}
/*---------- pc ----------*/
@media screen and (min-width: 813px) {
  .descWrap .room {
    width: 1000px;
    margin: 0 auto;
  }
  .descWrap .box {
    width: 32%;
    margin-bottom: 50px;
  }
}
/*---------- タブレット ----------*/

/*# sourceMappingURL=info.css.map */
