.page-title-insti img {
  left: 53.5%;
}

/* ---------------------------------------------institution------------------------------------- */

#institution {
  width: 80%;
  margin: 0 auto;
}

.insti-wrapper {
  width: 100%;
  border-radius: 50px;
  position: relative;
  background-color: #FBB9B9;
  margin-top: 150px;
  padding-bottom: 100px;
}

.insti-iconBox {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}

.insti-iconBox div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FBB9B9;
  position: relative;
}

.insti-iconBox div img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instiItem-titleWrapper {
  width: 500px;
  height: 60px;
  background-color: #fff;
  border-radius: 100vh;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}

.instiItem-titleWrapper div {
  width: 8px;
  height: 8px;
  background-color: #291A02;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.instiItem-titleWrapper h2 {
  font-size: 1.8rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.instiItem-titleWrapper div:nth-of-type(1) {
  left: 7%;
}
.instiItem-titleWrapper div:nth-of-type(2) {
  right: 7%;
}

.insti-itemWrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}



/* -----------------------------------imgBox--------------------------------------------- */

.insti-imgBox {
  width: 45%;
}

.instiImg-Big {
  width: 100%;
  height: auto;
}

.instiImg-smallBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instiImg-small {
  width: 28%;
  margin-top: 15px;
}

.instiImg-small img{
  width: 100%;
  height: auto;
}


.room-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.room-imgBox {
  width: 45%;
  position: relative;
  margin-bottom: 80px;
}

.room-titleBox {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFFDD8;
  border-radius: 15px;
}

.room-titleWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.room-titleWrapper h5 {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.room-info {
  width: 60px;
  height: 35px;
  background-color: #F86C3D;
  border-radius: 100vh;
  position: absolute;
  top: 5%;
  right: 5%;
  transform: translate(50%, -50%) rotate(25deg);
}

.room-infoWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.room-infoWrapper p {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  white-space: nowrap;
}

.room-imgBox img {
  width: 100%;
  height: auto;
}



/* --------------------------------------------tableBox---------------------------------------------- */


.insti-tableBoxWrapper {
  width: 45%;
  
}

.insti-tableBoxWrapper2 {
  width: 100%;
  background-color: #FFFDD8;
  border-radius: 50px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.insti-tableBox {
  width: 80%;
  margin: 0 auto;

}

.insti-aboutBox {
  width: 100%;
  height: 130px;
  background-color: #fff;
  border: 2px solid #F86C3D;
  border-radius: 100vh;
  position: relative;
}

.table-titleBox {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.table-titleBox div {
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  background-color: #F86C3D;
  position: relative;
}

.table-titleBox div h4 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insti-aboutIconBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.insti-aboutIcon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #FFFDD8;
  position: relative;
  margin-top: 30px;
}

.insti-aboutIcon p {
  font-size: 1.1rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.insti-tableBox2 {
  width: 100%;
  background-color: #fff;
  border: 2px solid #F86C3D;
  border-radius: 30px;
  position: relative;
  margin-top: 80px;
}

.t-titleEx {
  width: 250px;
}

.instiTable-wrapper {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

.price-caution2 {
  width: 100%;
  text-align: right;
  padding-right: 10%;
  font-size: .8rem;
}

.instiTable-item {
  width: 100%;
  border-bottom: 1.5px solid #F86C3D;
}

.instiTable-itemWrapper {
  width: 80%;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}

.instiTable-item span:nth-of-type(1) {
  font-size: .9rem;
}

.instiTable-item span:nth-of-type(2) {
  font-size: 1rem;
}

.instiTable-item2 {
  height: 60px;
  margin-top: 20px;
}

.instiTable-item2 p:nth-of-type(1) {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  font-size: .9rem;
}

.instiTable-item2 p:nth-of-type(2) {
  width: 100%;
  text-align: right;
  white-space: nowrap;
  font-size: 1rem;
  padding-right: 10%;
}



.price-total {
  width: 70%;
  margin-left: auto;
  border-bottom: 1.5px solid #F86C3D;
  font-size: 1rem;
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: right;
  padding-right: 15px;
}

.price-total span{
  font-size: 1.2rem;
}


.price-item {
  font-size: 1rem;
  padding-left: 3%;
  margin-top: 50px;
}

.price-item span {
  font-size: 1.2rem;
}

.price-total2 {
  margin-bottom: 0;
}

.price-caution {
  font-size: .8rem;
  width: 100%;
  text-align: right;
  padding-right: 15px;
  margin-bottom: 30px;
}

.insiti-info-item {
  margin-bottom: 5px;
  display: flex;
  margin-top: 20px;
}



.instiInfo-item {
  padding-left: 10%;
  font-size: .9rem;
  margin-top: 20px;
}


.map-link:hover {
  opacity: .5;
  transition: .3s;
}

.insti-otherTablewrapper {
  width: 100%;
  height: 100px;
}

.insti-wrapper2 {
  background-color: #9DEDFE;
}

.insti-wrapper2 .insti-iconBox div {
  background-color: #9DEDFE;
}





@media (max-width:1500px) {

  .insti-wrapper {
    margin-top: 120px;
  }

  .page-title-insti img {
    left: 54%;
  }

  .instiItem-titleWrapper {
    width: 450px;
    height: 60px;
  }

  .instiItem-titleWrapper h2 {
    font-size: 1.3rem;
  }

  .insti-imgBox {
    width: 47%;
  }

  .room-titleBox {
    width: 130px;
    height: 45px;  
  }

  .room-titleWrapper h5 {
    font-size: 1.1rem;
  }

  .room-infoWrapper p  {
    font-size: .9rem;
  }


  .insti-itemWrapper {
    width: 92%;
  }

  .insti-aboutBox {
    height: 120px;
  }


  .insti-tableBox {
    width: 85%;
  }

  .insti-tableBoxWrapper {
    width: 47%;
  }

  .insti-tableBoxWrapper2 {
    padding-top: 80px;
  }

  .insti-aboutIcon p {
    font-size: 1rem;
  }

  .table-titleBox {
    width: 180px;
    height: 43px;
  }

  .table-titleBox div h4 {
    font-size: 1rem;
  }

  .insti-aboutIcon {
    width: 65px;
    height: 65px;
  }

  .instiTable-wrapper {
    width: 80%;
  }


  .insiti-info-item {
    margin-bottom: 5px;
  }



}





@media (max-width:1200px) {

  .insti-wrapper {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .page-title-insti img {
    left: 55%;
  }

  .instiItem-titleWrapper {
    width: 440px;
    height: 60px;
  }

  .instiItem-titleWrapper h2 {
    font-size: 1.4rem;
  }

  .insti-imgBox {
    width: 47%;
  }


  .insti-itemWrapper {
    width: 92%;
  }

  .insti-aboutBox {
    height: 120px;
  }


  .insti-tableBox {
    width: 85%;
  }

  .insti-tableBoxWrapper {
    width: 47%;
  }

  .insti-tableBoxWrapper2 {
    padding-top: 80px;
  }

  .insti-aboutIcon {
    width: 65px;
    height: 65px;
  }

  .instiTable-wrapper {
    width: 85%;
  }

  .instiTable-item2 p:nth-of-type(2) {
    padding-right: 5%;
  }


  .instiTable-itemWrapper {
    width: 85%;
  }


  .price-caution{
    font-size: .7rem;
  }

  .insiti-info-item {
    margin-bottom: 5px;
  }

  .instiInfo-item {
    font-size: .9rem;
    padding-left: 5%;
  }


}


@media (max-width: 900px) {

  @media (min-height: 1000px) {

    #institution {
      width: 90%;
    }

    .insti-iconBox {
      width: 110px;
      height: 110px;
    }

    .instiItem-titleWrapper {
      width: 350px;
      height: 50px;
      margin-top: 50px;
    }

    .instiItem-titleWrapper div {
      width: 6px;
      height: 6px;
    }

    .instiItem-titleWrapper h2 {
      font-size: 1.2rem;

    }
    
    .instiImg-smallBox {
      flex-wrap: wrap;
      margin-top: 10px;
    }

    .instiImg-small {
      width: 46%;
      margin-bottom: 10px;
    }

    .insti-tableBox2 {
      margin-top: 50px;
    }

    .room-box {
      margin-top: 80px;
    }

    .room-titleBox {
      width: 90px;
      height: 35px;
    }

    .room-titleWrapper h5 {
      font-size: .9rem;
    }

    .room-infoWrapper p {
      font-size: .8rem;
    }

    .room-info {
      width: 50px;
      height: 25px;
    }

    .room-imgBox {
      margin-bottom: 60px;
    }




    .insti-aboutBox {
      height: 110px;
    }


    .table-titleBox {
      width: 160px;
      height: 40px;
    }

    .table-titleBox div h4 {
      font-size: 1rem;
    }

    .insti-aboutIcon {
      width: 50px;
      height: 50px;
    }

    .insti-aboutIcon p {
      font-size: .9rem;
    }


    .t-titleEx {
      width: 200px;
    }

    .instiTable-item span:nth-of-type(1) {
      font-size: .8rem;
    }

    .instiTable-item span:nth-of-type(2) {
      font-size: .9rem;
    }

    .instiTable-item {
      border-bottom: 1px solid #F86C3D;
    }

    .price-caution2 {
      font-size: .7rem;
      padding-right: 5%;
    }

    .price-total {
      width: 80%;
      font-size: .8rem;
    }

    .price-total span {
      font-size: 1.1rem;
    }

    .instiTable-item2 {
      height: 50px;
      margin-top: 0px;
    }

    .instiTable-item2 p:nth-of-type(1) {
      font-size: .7rem;
    }

    .instiTable-item2 p:nth-of-type(2) {
      font-size: .9rem;
    }

    .price-caution {
      font-size: .7rem;
    }

    .instiInfo-item  {
      font-size: .8rem;
    }

    .insiti-info-item {
      flex-direction: row;
    }

    .instiInfo-item div:nth-of-type(1) {
      text-align: left;
    }
    .instiInfo-item div:nth-of-type(2) {
      padding-right: 3%;
    }

    .insiti-info-item {
      height: 50px;
    }


  }
  
}



@media (max-width:500px) {



  #institution {
    width: 90%;
  }

  .insti-wrapper {
    border-radius: 20px;
    margin-top: 60px;
    padding-bottom: 30px;
  }

  .insti-iconBox {
    width: 80px;
    height: 80px;
  }

  .instiItem-titleWrapper {
    width: 260px;
    height: 40px;
    margin-top: 30px;
  }

  .instiItem-titleWrapper h2  {
    font-size: 1rem;
  }

  .instiItem-titleWrapper div {
    width: 5px;
    height: 5px;
  }

  .insti-itemWrapper {
    width: 80%;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .insti-imgBox {
    width: 100%;
  }

  .instiImg-smallBox {
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .instiImg-small {
    width: 46%;
    margin-bottom: 10px;
  }

  .room-box {
    margin-top: 70px;
  }

  .room-titleBox {
    width: 80px;
    height: 25px;
    border-radius: 5px;
  }

  .room-titleWrapper h5 {
    font-size: .8rem;
  }

  .room-info {
    width: 40px;
    height: 25px;
    top: 0%;
    right: 0%;
  }

  .room-imgBox {
    margin-bottom: 40px;
  }

  .room-infoWrapper p {
    font-size: .7rem;
  }

  .insti-tableBoxWrapper {
    width: 100%;
    margin-top: 40px;
  }


.insti-tableBoxWrapper2 {
  border-radius: 20px;
  padding-top: 50px;
}

.table-titleBox {
  width: 130px;
  height: 35px;
}

.table-titleBox div h4 {
  font-size: .9rem;
}

.insti-aboutIcon p {
  font-size: .8rem;
}

.insti-aboutIcon {
  width: 45px;
  height: 45px;
}

.insti-aboutBox {
  height: 100px;
}

.insti-aboutIconBox {
  width: 90%;
}

.insti-tableBox2 {
  margin-top: 50px;
}

.t-titleEx {
  width: 150px;
}

.instiTable-item span:nth-of-type(1) {
  font-size: .7rem;
}
.instiTable-item span:nth-of-type(2) {
  font-size: .8rem;
}
  
.instiTable-item  {
  border-bottom: 1px solid #F86C3D;
}

.price-caution2 {
  font-size: .6rem;
  padding-right: 3%;
}

.price-total {
  margin-top: 30px;
  width: 85%;
  font-size: .7rem;
  margin-bottom: 40px;
}

.price-total span{
  font-size: 1rem;
}

.instiTable-item2 {
  height: 45px;
}

.instiTable-item2 p:nth-of-type(1) {
  font-size: .6rem;
}

.instiTable-item2 p:nth-of-type(2) {
  font-size: .9rem;
}

.price-total2 {
  margin-bottom: 0;
}

.price-caution {
  font-size: .6rem;
}

.instiInfo-item {
  font-size: .7rem;
}


.insiti-info-item {
  height: 42px;

}

.price-total span {
  font-size: .9rem;
}


.page-title-insti img {
  left: 58%;
}





}

