@charset "utf-8";
.custom_bg {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
}
/* 共通 */
.img_c {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.h2_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.2rem;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 10px;
  align-items: center;
  font-weight: bold;
}
.h2_ttlw {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.2rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 10px;
  align-items: center;
  font-weight: bold;
}
.h2_ttlw_sub {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 1%;
  padding-bottom: 10px;
  align-items: center;
}
.h3_ttl {
  margin-top: 5%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.9rem;
  color: #000;
  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%, #DBCA91 50%, rgba(255, 255, 255, 0.1) 85%);
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}

/* top_area */
.top_area {
  width: 100%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}
.top_photo {
  padding-top: 0%;
  padding-bottom: 0%;
}
.top_photo img {
  width: 100%;
}
/* read_area */
.read_area {
  padding-top: 0%;
  padding-bottom: 5%;
  position: relative;
  background: linear-gradient(180deg, #EAEAEA 0%, #EAEAEA 90%, #ffffff 90%, #ffffff 100%);
}

.read_ttl {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0rem;
  color: #3e3939;
  text-transform: uppercase;
  padding-top: 5%;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
.read_ttl {  
  font-size: 2.5rem;
}
}
.read01 {
  margin-top: 3%;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.1rem;
  color: #3e3939;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
.read01 {  
  font-size: 1.7rem;
}
}
.read_photo01 {
  margin-top: 3%;
  padding-top: 5%;
}
.read_photo02 {
  margin-top: -13%;
}
.read_box {
  padding-right: 5%;
  padding-left: 5%;
}
/* information_area */
.information_area {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  background-color: #FFFFFF;
}
.information_area img {
  padding-bottom: 5%;
}
.information_ttl {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0rem;
  color: #3e3939;
  margin-bottom: 10%;
}
@media (max-width: 576px) {
.information_ttl {  
  font-size: 2.5rem;
}
}
.information_ttl::before {
  background-color: #3e3939; /* 線の色 */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 100px; /* 線の長さ */
}
.shinchiku_ttl {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5rem;
  color: #000000;
  margin-top: 5%;
  margin-bottom: 3%;
  letter-spacing: 0.3em;
}
@media (max-width: 576px) {
.shinchiku_ttl {  
  font-size: 2.5rem;
	margin-bottom: 20px;
}
}
.shinchiku_ttl::before {
  background-color: #eab3c9; /* 線の色 */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 8px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 300px; /* 線の長さ */
}
.takuchi_ttl {
  position: relative;
  text-align: center; /* 文字の中央寄せ */
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5rem;
  color: #000000;
  margin-top: 5%;
  margin-bottom: 3%;
  letter-spacing: 0.3em;
}
@media (max-width: 576px) {
.takuchi_ttl {  
  font-size: 2.5rem;
	margin-bottom: 20px;
}
}
.takuchi_ttl::before {
  background-color: #f4e4aa; /* 線の色 */
  bottom: -10px; /* 線の位置 */
  content: "";
  height: 8px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%); /* 線の中央寄せ */
  width: 300px; /* 線の長さ */
}
.bn_area {
  position: relative;
  padding-bottom: 10%;
}
.shinchiku_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.takuchi_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
.shinchiku_img {
    position: static;
    right: 0;
    bottom: 0;
}
.takuchi_img {
  position: static;
  right: 0;
  bottom: 0;
}
}
.map_area {
  padding-top: 1%;
  padding-bottom: 0%;
  background-image: url(../img/bg_pink.jpg);
  background-repeat: repeat;
  background-size: cover;
  position: relative;
}
.map_ttl {
  text-align: center; /* 文字の中央寄せ */
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0rem;
  color: #fff;
  margin-top: 1%;
  margin-bottom: 0%;
}
.map_subttl {
  text-align: center; /* 文字の中央寄せ */
  font-family: 'Noto Serif JP', serif;
  font-size: 6rem;
  color: #fff;
  margin-top: 0%;
  margin-bottom: 1%;
}
@media (max-width: 576px) {
.map_ttl {  
  font-size: 2.5rem;
}
.map_subttl {  
  font-size: 4rem;
}
}
#map_canvas {
  clear: both;
  width: 100%;
  margin-bottom: 30px;
  height: 450px;
}
#map_canvas iframe {
  width: 100%;
}
.kodawari_area {
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}
.kodawari_ttl {
  margin-top: 1%;
  margin-bottom: 1%;
}
.estate_box {
  padding-top: 5%;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
.estate_box {
  padding-top: 20%;
  padding-bottom: 5%;
}
}
.estate_bg {
  padding-top: 0%;
  padding-bottom: 0%;
  background-color: #E6E6E6;
}
@media (max-width: 576px) {
.estate_bg {
  padding-top: 30px;
}
}
.estate_txbox {
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #eab3c9;
}
.estate_txbox2 {
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f4e4aa;
}
.estate_ttl {
  font-family: 'Noto Serif JP', serif;
  font-size: 5.7rem;
  color: #3e3939;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
.estate_ttl {
  padding-bottom: 20px;
}
}
.estate_ttl img {
  vertical-align: middle;
  margin-right: 5px;
}
@media (max-width: 576px) {
.estate_ttl {  
  font-size: 3.7rem;
}
.estate_ttl img {
    width: 30%;  
}
}
.estate_read {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  color: #232c2a;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
.estate_read {  
  font-size: 2.6rem;
}
}
.estate_tx {
  margin-top: 0%;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  color: #232c2a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sns_area {
  padding-top: 2%;
  padding-bottom: 5%;
  position: relative;
}
.sns_bg {
  position: absolute;
  left: 3%;
  bottom: 0%;
  width: 25vw;
}
@media (max-width: 767px) {
  .sns_area {
    padding-bottom: 30%;
  }
  .sns_bg {
    position: absolute;
    left: 5%;
    bottom: 0%;
    width: 80vw;
  }
}
.btn-more a {
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  display: block;
  letter-spacing: 0.1em;
  transition: 1s;
  font-size: 1.5rem;
  text-align: center;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 767px) {
  .btn-more a {
    margin-bottom: 5%;
  }
}
.btn-more a:hover {
  background: #999999;
  box-shadow: 0px 0px 10px #666;
  color: #fff;
  transition: 1s;
}

.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;
}
.shodan{
	position: relative;
}
.shodan:after{
    /*content: "完売御礼";*/
	content: url("../img/shodan_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;
}