@charset "UTF-8";
/*===========================================

art project
#54B5C0
===========================================*/
.art_project{
    color: #54B5C0
}

.smallTxt{
    font-size: .8em;
}

/*
sec-page-title 
custum
*/
.main .sec-page-title .inner {
  height: 100%;
}

@media (max-width: 959px) {
  .main .sec-page-title .inner {
    padding: 0;
  }
}

.main .sec-page-title .page-title-container {
  height: 400px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-title-container {
    height: 60vw;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-title-container {
    height: 140vw;
  }
}

.main .sec-page-title .page-image {
  display: block;
  height: 100%;
  background: #54B5C0;
}

.main .sec-page-title .page-image img {
  opacity: 0.8;
}

.main .sec-page-title .page-title {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4rem;
  color: #FFFFFF;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-title {
    font-size: 3.0rem;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-title {
    font-size: 2.4rem;
  }
}

.main .sec-page-title .page-lead {
  font-size: 1.4rem;
  color: #54B5C0;
  max-width: 680px;
  margin: 40px auto 0;
}

@media (max-width: 959px) {
  .main .sec-page-title .page-lead {
    padding: 0 40px;
    max-width: inherit;
  }
}

@media (max-width: 559px) {
  .main .sec-page-title .page-lead {
    padding: 0 20px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}




/*
swiper 
custum
*/
.sec-text-image {
  margin-top: 8vw;
}

@media (max-width: 959px) {
  .sec-text-image .inner {
    padding: 0;
  }
}

@media (max-width: 559px) {
  .sec-text-image {
    margin-top: 16vw;
  }
}

.sec-text-image .sec-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5vw;
}

.sec-text-image .sec-content:last-child {
  margin-bottom: 0vw;
}

@media (max-width: 959px) {
  .sec-text-image .sec-content {
    margin-bottom: 8vw;
    position: relative;
    padding-bottom: 50px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-content {
    margin-bottom: 16vw;
  }
}

.sec-text-image .text-container {
  width: 460px;
  padding: 40px 60px;
}

@media (max-width: 959px) {
  .sec-text-image .text-container {
    width: 100%;
    padding: 0px 40px 40px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .text-container {
    padding: 0px 20px 20px;
  }
}

.sec-text-image .text-container .text-title {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 3px solid #54B5C0;
  padding-bottom: 10px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-title {
    font-size: 1.8rem;
  }
}

.sec-text-image .text-container .text-sub-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-sub-title {
    font-size: 1.8rem;
  }
}

.sec-text-image .text-container .btn-instagram {
  position: absolute;
  right: -50px;
  color: #54B5C0;
  font-size: 3.0rem;
  display: inline-block;
}

.sec-text-image .text-container .text-description {
  margin-top: 20px;
  font-size: 1.2rem;
}

@media (max-width: 559px) {
  .sec-text-image .text-container .text-description {
    font-size: 1.2rem;
  }
}

.sec-text-image .text-container .reserve-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .sec-text-image .text-container .reserve-container {
    position: absolute;
    bottom: 0;
    right: 40px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .text-container .reserve-container {
    right: 20px;
  }
}

.sec-text-image .text-container .btn-reserve {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 3px solid #4B5678;
  padding: 5px 20px 5px 30px;
  position: relative;
  color: #4B5678;
}

.sec-text-image .text-container .btn-reserve:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 959px) {
  .sec-text-image .text-container .btn-reserve {
    padding-right: 10px;
    font-size: 1.2rem;
  }
}

.sec-text-image .swiper-container {
  width: calc(100% - 520px);
  height: 460px;
  margin: 0;
}

@media (max-width: 959px) {
  .sec-text-image .swiper-container {
    width: 100%;
    height: 60vw;
  }
}

@media (max-width: 959px) {
  .sec-text-image .swiper-container.swiper-fade {
    padding: 0 30px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .swiper-container.swiper-fade {
    padding: 0 20px;
  }
}

.sec-text-image .sec-title {
  margin-bottom: 2vw;
  text-align: center;
}

.sec-text-image .sec-title .floor {
  display: block;
  font-size: 3.6rem;
  width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 3px solid #4B5678;
}

@media (max-width: 959px) {
  .sec-text-image .sec-title .floor {
    font-size: 3.0rem;
    padding-bottom: 10px;
    width: 360px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-title .floor {
    font-size: 2.0rem;
    padding-bottom: 5px;
    width: 200px;
  }
}

.sec-text-image .sec-title .name {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 959px) {
  .sec-text-image .sec-title .name {
    font-size: 3.0rem;
    margin-top: 10px;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-title .name {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.sec-text-image .sec-floormap {
  margin-bottom: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 959px) {
  .sec-text-image .sec-floormap {
    padding: 20px 40px;
    margin-bottom: 0vw;
  }
}

@media (max-width: 559px) {
  .sec-text-image .sec-floormap {
    padding: 30px 20px;
  }
}

.sec-text-image .sec-floormap a {
  display: block;
  color: #4B5678;
  border: 1px solid #4B5678;
  padding: 5px 40px 5px 20px;
  position: relative;
}

.sec-text-image .sec-floormap a:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f31d";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}
