@charset "UTF-8";

/*
▼英字▼
font-family: "adobe-garamond-pro", serif;
font-weight: 400;
font-style: normal;

font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;

▼日本語明朝体▼
font-family: 'Noto Serif JP', serif;
*/

@media screen and (max-width: 1120px) {
	/* #commonspace #mainimgArea h2 {
    bottom: -4.5%;
		font-size: 10.714vw;
	} */
}
/* sp */
@media only screen and (max-width: 768px) {
  /* #commonspace #mainimgArea h2 {
		position: absolute;
		right: 0;
    bottom: -2.5%;
		left: 0;
	} */
}



/*---------------------------
トップ
---------------------------*/

#top_mainimg .mainTtl>.p-en_mr {
  display: inline-block;
  padding: 0.2em 0.3em;
  white-space: nowrap;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background-color: #FFF;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.1em;
}

/*---------------------------
テキスト部分
---------------------------*/
/* 
.mainContent {
  padding-top: 0;
}

.conTxt {
  padding-top: 7vw;
}

.conTxt p {
  text-align: center;
  color: #000;
}

.conTxt .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.conTxt .txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

@media screen and (max-width: 1120px) {
  .conTxt .ttl {
    font-size: 2.5vw;
  }

  .conTxt .txt {
    font-size: 1.429vw;
  }
} */



/*---------------------------
モデルルーム写真
---------------------------*/

.mainttlArea {
  text-align: center;
  padding-top: 4vw;
  font-family: 'Noto Serif JP', Serif;
}

.mainttlArea .mptitle {
  font-family: 'Cinzel', Serif;
}


.mainttlArea .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
  margin: 0 0 30px;
  padding-bottom: 40px;
  position: relative;
}

.mainttlArea .ttl span {
  font-size: 34px;
}

.mainttlArea .ttl::after {
  content: "";
  background: #333;
  height: 1px;
  width: 80px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
}

.mainttlArea .txt {
  font-size: 16px;
  color: #333;
  line-height: 2;
}

@keyframes line_move {
  0% {
    height: 0;
    bottom: 100%;
  }

  50% {
    height: 100%;
    bottom: 0;
  }

  100% {
    height: 100%;
    bottom: -100%;
  }
}

/* Tab */
@media screen and (max-width: 1120px) {

  /*  */
  .mainttlArea .ttl {
    font-size: 2.143vw;
  }

  .mainttlArea .ttl span {
    font-size: 3.036vw;
  }

  .mainttlArea .txt {
    font-size: 1.429vw;
  }
}

/* sp */
@media only screen and (max-width: 768px) {

  .mainttlArea .ttl {
    font-size: 4.427vw;
    margin: 0 0 20px;
    padding-bottom: 4vw;
  }

  .mainttlArea .ttl span {
    font-size: 5.729vw;
  }

  .mainttlArea .ttl::after {
    width: 10.417vw;
  }

  .mainttlArea .txt {
    font-size: 3.385vw;
  }
}

.mr_wrap{
  margin-bottom: 20px;
}

figcaption {
	position:absolute;
	right:10px;
	bottom:7px;
	font-family: "trajan-pro-3", serif;
	font-style: italic;
	color: white;
  background: rgba(51,51,51,0.3);
	padding: 0.3%;
}

@media screen and (min-width:768px){
	figcaption{
		font-size: 150%;
		right:15px;
		bottom:10px;
	}
}
