/* head_bg
----------------------------------*/
.head_imgarea {
  width: 100%;    
    padding-top: 5%;
    padding-bottom: 5%;
}
/*@media (max-width: 575px) {
  .head_area {
    background-image: url(../img/head_wave_s.svg), url(../img/equ/head_bg_s.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: center bottom, center top;
  }
}*/

.estate_area {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
}
@media (max-width: 575px) {
.estate_area {  
  padding-left: 10px;
    padding-right: 10px;
}
}
.estate_area2 {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 5%;
    padding-top: 5%;
	background-image: url(../img/estate_details/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: repeat;
}
@media (max-width: 575px) {
.estate_area2 {  
  padding-left: 10px;
    padding-right: 10px;
}
}
.ttl_box_estate {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7%;
}
.ttl_box_estate_read {
    font-size: 20px;
    text-align: center;
    margin-bottom: 3%;
}
@media (max-width: 575px) {
.ttl_box_estate_read {
    font-size: 18px; 
	text-align: left;
}
}
/* details_area
------------------------------------------------------------*/

.details_area {
    display: grid;
    grid-template-columns: 200px auto;
    grid-template-rows: auto;
    column-gap: 5%;
    row-gap: 10px;
    padding-bottom: 3%;
    padding-right: 5%;
}
@media (max-width: 1199px) {
.details_area {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    column-gap: 5%;
    row-gap: 10px;
    padding-bottom: 3%;
    padding-right: 5%;
}
}
.logo_img {  
  
}
.details_box {  
  
}
.details_typebox {  
  display: flex;
	justify-content:space-between;
	align-items:center;
}
.property_type {  
  font-size: 24px;
}
@media (max-width: 575px) {
.property_type {  
  font-size: 18px;
}
}
.property_kukaku {
    font-size: 20px;
    border: 1px solid #4d4d4d;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 575px) {
.property_kukaku {  
  font-size: 16px;
}
}
.property_name {
    font-size: 40px;
    font-weight: bold;
}
@media (max-width: 575px) {
.property_name {  
  font-size: 28px;
}
}
.property_price {  
  font-size: 20px;
}
@media (max-width: 575px) {
.property_price {  
  font-size: 14px;
}
}
.property_price span {  
  font-size: 36px;
}
@media (max-width: 575px) {
.property_price span {  
  font-size: 22px;
}
}
.property_price_red {
    font-size: 36px;
    font-weight: bold;
    color: #C30003;
}
@media (max-width: 575px) {
.property_price_red {  
  font-size: 22px;
}
}
.details_paybox {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    grid-template-rows: auto;
    /*column-gap: 10px;
    row-gap: 10px;*/    
    /*padding-top: 1%;
	padding-bottom: 1%;*/
    align-content: center;
    justify-content: center;
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    margin-bottom: 10px;
}
@media (max-width: 575px) {
.details_paybox {
    display: grid;
    grid-template-columns: 50px 1fr 2fr;    
}
}
.pay_month {
    font-size: 18px;
    align-items: center;
    justify-items: center;
    text-align: center;
    background-color: #8DBBE4;
	border-right: 1px solid #595757;
}
@media (max-width: 575px) {
.pay_month {  
  font-size: 14px;
}
}
.pay_price {  
  font-size: 18px;
	align-items: center;
	justify-items: center;
	text-align: center;
	border-right: 1px solid #595757;
}
@media (max-width: 575px) {
.pay_price {  
  font-size: 14px;
}
}
.pay_bounus {  
  font-size: 18px;
	align-items: center;
	justify-items: center;
	text-align: center;
}
@media (max-width: 575px) {
.pay_bounus {  
  font-size: 14px;
}
}
.property_tx {  
  font-size: 15px;
}
@media (max-width: 575px) {
.property_tx {  
  font-size: 14px;
}
}
.details_copy {
    display: flex; 
	flex-wrap: wrap;
}
@media (max-width: 991px) {
.details_copy {
  margin-bottom: 20px;
}
}
.details_copy li {  
  font-size: 27px;
}
@media (max-width: 575px) {
.details_copy li {  
  font-size: 18px;
}
}
.details_copy li::before {
    content: "■";
    margin-right: 5px;
    color: rgba(141,187,228,0.5);
}
.main_imgbox {  
  
}


/* 現場新着写真
----------------------------------*/
.swiper_area {
    position: relative;
	padding: 0 100px;
}
@media (max-width: 575px) {
.swiper_area {    
	padding: 0 50px;
}
}

.swiper{
    padding: 0 50px;
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px !important;
}
@media (max-width: 575px) {
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 200px !important;
}
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 250px;*/
  text-align: center;
}
.swiper-slide img {
    /* 画像の比率 width / height */
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
}

.swiper-button-prev,
.swiper-button-next {
    width: 60px!important; /* ボタンの幅 */
    height: 104px!important; /* ボタンの高さ */
    background-size: 60px 104px!important; /* 表示したいサイズ */
    transform: translateY(-50%);
}
@media (max-width: 1399px) {
.swiper-button-prev,
.swiper-button-next {
    width: 50px!important; /* ボタンの幅 */
    height: 83px!important; /* ボタンの高さ */
    background-size: 50px 83px!important; /* 表示したいサイズ */
    transform: translateY(-70%);
}
}
@media (max-width: 575px) {
.swiper-button-prev,
.swiper-button-next {
    width: 30px!important; /* ボタンの幅 */
    height: 50px!important; /* ボタンの高さ */
    background-size: 30px 50px!important; /* 表示したいサイズ */
    transform: translateY(-50%);
}
}

/* 次ページボタンのスタイル */
.swiper-button-next {
    background-image: url("../img/estate_details/arrow_next.svg");
    background-repeat: no-repeat;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  background-image: url("../img/estate_details/arrow_back.svg");  
	background-repeat: no-repeat;
}

.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}

.swiper-button-prev {
    left: -30px;
}

.swiper-button-next {
    right: -30px;
}
.photo_day {
    font-size: 14px;
    padding-top: 5px;
    color: #000000;
}

/* 区画図
----------------------------------*/
.land_read {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #595757;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
@media (max-width: 575px) {
.land_read {
    font-size: 21px;    
}
}
.land_tx {  
  font-size: 16px;
}

.land_copy {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}
.land_copy li {
    font-size: 26px;
    margin-bottom: 10px;
    margin-right: 10px;
}
@media (max-width: 575px) {
.land_copy li {
    font-size: 20px;    
}
}
.land_copy li::before {
    content: "◎";
    margin-right: 5px;    
}

/* 間取り
----------------------------------*/
.plan_box {
    margin-bottom: 3%;
}
.plan_read {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px solid #595757;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
@media (max-width: 575px) {
.plan_read {
    font-size: 21px;    
}
}
.plan_outline {  
  font-size: 16px;
}
.plan_outline span {
    margin-left: 100px;  
}

.plan_copy {
    display: flex;
    flex-wrap: wrap;
    margin-top: 3%;
}
.plan_copy li {
    font-size: 18px;
    margin-bottom: 15px;
	position: relative;
	padding-left: 1.5em;
}
@media (max-width: 575px) {
.plan_copy li {
    font-size: 16px;    
}
}
.plan_copy li span {
    font-weight: bold;  
}
.plan_copy li::before {
    content: "◎";
    margin-right: 5px;    
	position: absolute;
	left: 0;
}

/* 設備仕様
----------------------------------*/
.equ_icobox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	column-gap: 10px;
	 row-gap: 20px;
	place-content: center;
}
@media (max-width: 991px) {
.equ_icobox {    
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));	
}
}
@media (max-width: 767px) {
.equ_icobox {    
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));	
}
}
.equ_icobox li {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.equ_icobox li img {
    border: 2px solid #808080;    
}
.equ_name {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 767px) {
.equ_name {
    font-size: 13px;
}
}
/* 周辺環境
----------------------------------*/
.loca_photo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
	column-gap: 20px;
	 row-gap: 10px;
}
@media (max-width: 767px) {
.loca_photo {    
    grid-template-columns: repeat(2, 1fr);    
}
}
.loca_txlist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    margin-bottom: 10px;
    column-gap: 10px;
    row-gap: 10px;
    margin-top: 5%;
}
@media (max-width: 767px) {
.loca_txlist {    
    grid-template-columns: repeat(2, 1fr);    
}
}
@media (max-width: 575px) {
.loca_txlist {    
    grid-template-columns:1fr;    
}
}
/* map
----------------------------------*/
.map_area iframe {
    width: 100%;    
}
/* 概要
----------------------------------*/
.n_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
}
.n_table th {
    width: 25%;
    font-weight: bold;
}
.n_table td {
	width: 75%;
	background-color: #fff;
}
.n_table th,.n_table td {
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
	vertical-align: top;
	padding: 15px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #929292;
	font-feature-settings: "palt";
	
}
@media (max-width: 575px) {
.n_table th,.n_table td {    
    font-size: 14px;
}
}
.out_caution {
    font-size: 16px;
    margin-top: 10px;
}
.movie_ttl {
    font-size: 2.1rem;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.movie_area {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_area iframe {
    position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
