@charset "utf-8";


.wrap {
  width: 100%;
  overflow: hidden;
}

header {
  height: auto;
  width: 100%;
}

#navbarNavAltMarkup {
  font-size: 20px;
}

.navbar {
  background-color: rgb(255, 255, 255);
  width: 100%;
}

.navbar-nav {
  margin-left: auto;
  text-align: center;
}

.navbar img {
  width: 50%;
}

.top {
  margin-top: 5%;
  margin-bottom: 7%;
  background-image: url("../img/marble/l-img.png");
  background-position: left 8% bottom;
  background-repeat: no-repeat;
  background-size:auto 90%;
}

#main-img {
  position: relative;
}

.t-text {
  font-size: 50px;
  padding-left: 1%;
  position: absolute;
  top: 0;
}

.t-text p {
  color: rgba(7, 7, 7, 0.897);
}

.row {
  width: 100%;
}

.top p {
  font-size: 25px;
}

.main {
  position: relative;
  background-image: url("../img/marble/r-img.png");
  background-position: right 8% bottom;
  background-repeat: no-repeat;
  background-size:auto 80%;
}

#m-info {
  width: 100%;
  margin: auto;
  background-color: rgba(214, 210, 210, 0.685);
}

.m-text {
  font-size: 24px;
  padding: 3% 2% 10% 8%;
}

.m-text b {
  font-size: 35px;
}

.m-img {
  padding: 3%;
}

.rose-img {
  height: 35vh;
}

.rose-img img {
  position: absolute;
  top: 430px;
  left: 250px;
  opacity: 0.6;
}

#m-style {
  width: 100%;
  margin: auto;
}

.m-logo {
  margin-left: 3%;
}

.m-content {
  width: 100%;
  margin: auto;
  background-color: rgba(138, 138, 184, 0.39);
}

.m-title {
  font-size: 35px;
  margin-bottom: 1%;
  padding: 3% 3% 3% 8%;
}

.m-box1, .m-box2 {
  font-size: 24px;
}

.d-logo {
  margin-left: 5%;
}

.d-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  font-size: 24px;
}

#room {
  height: 950px;
  background-image: url("../img/marble/l2-img.png");
  background-position: left 10% top 15%;
  background-repeat: no-repeat;
  background-size:auto 50%;
}

.room2 {
  height: 950px;
  background-image: url("../img/marble/l-img.png");
  background-position: right 2% bottom;
  background-repeat: no-repeat;
  background-size:auto 48%;
}

.room-box {
  width: 65%;
  height: 85vh;
  position: relative;
  margin-left: 10%;
}

.r-logo {
  margin-left: 3%;
}

#room-l-logo img {
  transform: rotate(180deg);
}

#room-l-logo2 img {
  position: relative;
  top: 450px;
  left: 72%;
  opacity: 0.8;
}

.room-box p {
  font-size: 20px;
}

.r-title {
  position: absolute;
  top: 5%;
  left: 3%;
}

.r-title p {
  font-size: 35px;
}

.box1 {
  background-color: rgba(248, 225, 228, 0.637);
  position: absolute;
  left: 1%;
  top: 40%;
  padding: 5%; 
  width: 50vw;
}

.box1 p {
  font-size: 21px;
}

.box2 {
  position: absolute;
  top: 0;
  left: 55%;
  width: 45vw;
}

#bathroom {
  margin-bottom: 4%;
  width: 100%;
}

#b-imgBox {
  margin-left: 0%;
}

.b-logo {
  margin-left: 3%;
}

#other {
  background-color: rgb(226, 225, 225);
}

.o-logo {
  margin-left: 4%;
}

.o-text {
  font-size: 24px;
  padding: 5%;
}

.o-text p {
  color: rgb(102, 100, 100);
}

#bathroom p{
  font-size: 18px;
}

.info {
  width: 100%;
  margin: auto;
}

.info-text {
  font-size: 20px;
}

.info-btn {
  text-align: center;
  margin-top: 10%;
}

.map {
  text-align: center;
  margin: 2%;
}

.fadeIn {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1000ms;
}

.fadeIn .scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

#y-box {
  background-color: rgb(243, 241, 241);
  margin-top: 7%;
  margin-bottom: 7%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.y-title p {
  padding: 2%;
  color: rgb(97, 100, 102);
  font-size: 35px;
}

@media screen and (max-width:1024px) {

  .rose-img img {
    top: 550px;
    left: 250px;
    opacity: 0.6;
  }

  .rose-img {
    height: 10vh;
  }

  .main {
    background-position: right 10% bottom;
    background-repeat: no-repeat;
    background-size:auto 50%;
  }
  
  .box1 {
    left: 1%;
    top: 22%;
    padding: 5%;
    width: 50vw;
  }

  .box2 {
    top: 25px;
    left: 65%;
    width: 45vw;
  }
}

@media screen and (max-width:896px) {

  #navbarNavAltMarkup {
    text-align: center;
  }

  .navbar img {
    height: 55px;
    width: 90px;
  }
  
  #main-img img{
    height: auto;
  }

  .row {
    width: 100%;
  }

  .top {
    background-position: left 8% bottom 30%;
    background-repeat: no-repeat;
    background-size:auto 80%;
  }
  
  .t-text p {
    font-size: 30px;
    top: 0;
  }

  .top p {
    font-size: 15px;
    text-align: center;
  }

  .main {
    background-position: right 8% bottom;
    background-repeat: no-repeat;
    background-size:auto 40%;
  }

  .m-text {
    padding-top: 3%;
  }

  .m-text p {
    text-align: center;
    font-size: 16px;
  }

  .rose-img {
    height: 10vh;
  }

  .rose-img img {
    top: 70%;
    left: 20%;
    width: 18%;
  }

  .m-title {
    font-size: 30px;
    padding: 0% 3% 3% 15%;
  }

  .m-content {
    height: 510px;
  }

  .m-box1 {
    margin: 0%;
  }

  .m-box p {
    font-size: 18px;
  }

  .d-text p {
    font-size: 17px;
  }

  #room {
    height: 1120px;
    background-position: left 7% top 5%;
    background-repeat: no-repeat;
    background-size:auto 20%;
  }

  .room2 {
    height: 1120px;
    background-position: right 3% bottom;
    background-repeat: no-repeat;
    background-size:auto 40%;
  }

  .r-title {
    position: relative;
    top: auto;
    left: auto;
  }

  .r-title p {
    text-align: center;
    font-size: 35px;
  }

  .room-box p {
    font-size: 20px;
  }

  .room-box {
    width: auto;
    height: auto;
    margin-bottom: 3%;
    margin-left: 0;
  }

  .box1 {
    background-color: rgb(248, 225, 228);
    padding: 2%;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .box1 p {
    text-align: center;
  }

  .box2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }

  .m-img {
    text-align: center;
  }

  .r-img {
    text-align: center;
  }

  .r-img img {
    width: 80%;
  }

  #bathroom {
    margin-bottom: 15%;
  }

  #bathroom p{
    font-size: 15px;
  }

  #other {
    height: 490px;
  }

  .o-text p {
    text-align: center;
    font-size: 12px;
  }

  .info-text {
    font-size: 12px;
  }

  .info-btn {
    margin-top: 3%;
    margin-bottom: 3%;
  }
}

@media screen and (max-width:599px) {

  .top {
    background-position: left 8% bottom 42%;
    background-repeat: no-repeat;
    background-size:auto 55%;
  }
  
  .t-text p {
    font-size: 20px;
    top: 0;
  }

  .top p {
    font-size: 15px;
    text-align: center;
  }

  .rose-img {
    height: 10vh;
  }

  .rose-img img {
    top: 85%;
    left: 15%;
  }

  .main {
    background-position: right 8% bottom;
    background-repeat: no-repeat;
    background-size:auto 30%;
  }

  .m-text {
    padding: 3% 2% 0 0;
  }

  .m-text p {
    text-align: center;
    font-size: 16px;
  }

  .m-content {
    height: 362px;
  }

  .m-title {
    font-size: 16px;
    padding: 3% 3% 3% 13%;
  }

  .m-box p {
    font-size: 14px;
  }

  #room {
    height: 690px;
    background-position: left 40% top 2%;
    background-repeat: no-repeat;
    background-size:auto 20%;
  }

  .room2 {
    height: 690px;
    background-position: right 3% bottom;
    background-repeat: no-repeat;
    background-size:auto 40%;
  }

  #bathroom p{
    font-size: 10px;
  }

  .room-box span {
    font-size: 12px;
  }
  
  .room-box p {
    font-size: 13px;
  }

  .room-box {
    width: auto;
    height: auto;
    margin-bottom: 3%;
    margin-left: 0;
  }

  .r-title {
    position: relative;
    top: auto;
    left: auto;
  }

  .r-title p {
    text-align: center;
    font-size: 20px;
  }

  .box1 {
    background-color: rgb(248, 225, 228);
    padding: 2%;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
  }

  .box1 p {
    text-align: center;
  }

  .box2 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .m-img {
    text-align: center;
  }

  .r-img {
    text-align: center;
  }

  .r-img img {
    width: 80%;
  }

  #other {
    height: 630px;
  }

  .o-text p {
    text-align: center;
    font-size: 14px;
  }

  .info-text {
    font-size: 12px;
  }

  .info-btn {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .y-title p {
    font-size: 20px;
  }
}



