@charset "utf-8";

.rose_area {
    background-image: url(../../images/home/bg_rose.jpg);
    background-repeat: repeat;
    background-position: center center;
    background-size: contain;
}

.top_area {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;  
}
/* property_area
------------------------------------------------------------*/
.property_area {
    padding-top: 2%;
    padding-bottom: 5%;
    background-image: url(../images/home/bg_rose.jpg);
    background-repeat: repeat;
    background-position: center center;
}
.property_box {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: rgba(255,255,255,1.00);
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 5%;
}
.property_box:hover {
    background-color: rgba(161,146,118,0.4);
	transition: 1s;
}
.verger_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.9rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(0,0,0,1.00);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 15%, #1b1464 50%, rgba(255,255,255,0.1) 85%);
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;
	display: flex;
    justify-content: center;
}
.verger_ttl img{
	width: 10%;
	margin-right:10px;
	filter: drop-shadow(3px 3px 3px rgba(255, 255, 255, 1));
}
.century_ttl {
    margin-top: 3%;
    font-family: 'Noto Serif JP', serif;
    font-size: 2.9rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,1.00);
    border-bottom: 1px solid rgba(0,0,0,1.00);
    background: linear-gradient(to right, rgba(255,255,255,0.1) 15%, #c8bb8d 50%, rgba(255,255,255,0.1) 85%);
    padding-top: 10px;
    padding-bottom: 10px;
	align-items: center;
	display: flex;
    justify-content: center;
}
.century_ttl img{
	width: 10%;
}
.property_ttl_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.property_ttl_area {
    display: block; 
}
}

.property_name {
    font-size: 2.1rem;
    color: #000;
    vertical-align: middle;
}

.property_name span {
    font-size: 1.6rem;
}
@media (max-width: 576px) {
.property_name {
    font-size: 18px;
    color: #000;
    vertical-align: middle;
}

.property_name span {
    font-size: 12px;
	display: block;
}
}
.property_name img{
	vertical-align: middle;
}
.property_name2 {
    font-size: 2.1rem;
    color: #000;
    vertical-align: middle;
}

.property_name2 span {
    font-size: 1.6rem;
}
@media (max-width: 1399px) {
.property_name2 span {
    font-size: 1.2rem;
}
}
@media (max-width: 576px) {
.property_name2 {
    font-size: 18px;
    color: #000;
    vertical-align: middle;
}

.property_name2 span {
    font-size: 12px;
    display: block;
}
}
.property_name2 img{
	vertical-align: middle;
}

.property_kukaku {
  padding-bottom: 1.8rem;
  font-size: 1.6rem;
  color: #000;
  padding-top: 15px;
}
@media (max-width: 767px) {
.property_kukaku {
  padding-bottom: 0px;
  font-size: 1.6rem;
  color: #000;
  padding-top: 5px;
}
}
@media (max-width: 576px) {
.property_kukaku {  
  font-size: 14px;
}
}

.property_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
.property_box2 {    
    margin-top: 10px;
	margin-bottom: 0px;
}
}

.c-txt {
    color: #000;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.06em;
    text-align: right;
}
.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #a19276;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn-sold a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    color: rgb(0, 0, 0);
    padding: 5px 20px;
    display: block;
    letter-spacing: 2px;
    transition: 1s;
    font-size: 2.1rem;
    text-align: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5%;
    font-family: 'Noto Serif JP', serif;
    border: 3px solid #DBA1FF;
    border-radius: 15px;
}
@media (max-width: 767px) {
.btn-sold a {    
    margin-bottom: 5%;    
}
}
.btn-sold a:hover {
    background: #9B884A;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}
.sold_container {
    margin-bottom: 5%; 
}
.soldout{
	position: relative;
}
.soldout:after{
    /*content: "完売御礼";*/
	content: url(../img/sold_ico.png);
    display: inline-block;
    width: 80%;    
    padding-top: 1%;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 1%;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-family: "Sawarabi Mincho";
    letter-spacing: 10px;
    text-align: center;
}
@media (max-width: 1399px) {
.soldout:after{
    transform: scale(0.8); 
	top: 20%;
    left: 0%;
}
}
@media (max-width: 767px) {
.soldout:after{
    transform: scale(0.6); 
	top: 20%;
    left: -10%;
}
}
@media (max-width: 468px) {
.soldout:after{
    transform: scale(0.4); 
	top: 0%;
    left: -10%;
}
}


.sold_container{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: aliceblue;
    width: 100%;
    margin: 10px auto;
    padding: 20px;
    list-style: none;
    text-align: center;*/
}

.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}

.pagination li a {
    margin-right: 0.5em;
    border: 1px solid #B8B8B8;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #C5C5C5;
}


.pagination li a:hover {
    background-color: #5A5A5A;
	color: #fff;
}

/*@media (max-width: 1210px) {
.property_area nav {
    background-color: rgba(255,255,255,0)!important;
    opacity: 1;
}
.pagination-container{
    position: static!important;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
}*/


