@charset "utf-8";

.text-center{
    text-align: center;
}

	.pc-none{
		display: none;
	}


.gray{
    background: #f0f0f0;
}

.cream{
	 background: #f7f2eb;
}

.color_b{
	color: #7a3e3e;
}

.light-pink {
    background:#f5ecf4;
}

.no-border{
	border-bottom: none;
}

.text-black{
    color: #333;
}

.text-black:hover{
    color:#BE9696; /*40%白を加えたイメージ*/
}

/* ベーススタイル（PC向け） */
.header-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;

    width: auto;
    height: 100px;
    position: relative;
    margin: 0px 10%;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.container {
  display: flex;
}

.list.c3 {
  flex: 1 1 calc(50% - 10px); /* 2列になるよう調整 */
  box-sizing: border-box;
}

.list.c3.c2 {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  /*justify-content: center;*/
  text-align: center;
  padding: 20px;
  height: 100%;
}

.list.c3.c2 .img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  width: 65%;
}

.dis_flex_center{
    justify-content: center !important;
}

.container-bgc-color {
    background-color: 	#7a3e3e;
}

.container-bgc-color:hover{
    background-color:#BE9696; /*40%白を加えたイメージ*/
}

.list a:hover .hover_pink{
    color:#573731;
}

.text-cente{
    background-color: #fff;
    /*margin: 0% -5%;*/
}

.text_pink_big{
	font-size: 30px !important;
}

.realestate-p{
    padding: 7px 20px 14px;
}
input[type="submit"].realestate-button,
.realestate-button {
  display: inline-block;
  padding: 5px 33px;
  background-color: #e52691;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
      clear: both;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

input[type="submit"].realestate-button:hover,
.realestate-button:hover {
  background-color: #FFE6F2;
  color: #573731;
}

.contents .black{
    color: #333;
}

.contents .color_b{
    color: #7a3e3e;
}

.contents .deep-color{
    color: #7a3e3e;
}

.contents .deep-color:hover{
    color: #BE9696;
}

.flex_item_estate:hover {
    background-color: #fff;
    -webkit-box-shadow: 5px 5px #BE9696;
    box-shadow: 5px 5px #BE9696;
}


/*contact.html*/
	.ta1-bordered, .ta1-bordered td, .ta1-bordered th {
		border-bottom: none;
	}

	.ta1 .tal{
	    text-align: left;
	}

/*realestate.html*/
.realestate-wrap {
  display: flex;
  gap: 20px; /* 要素間のスペース */
}

.realestate-wrap .mb30 {
  flex: 1; /* 均等幅にしたい場合 */
  /*min-width: 300px;*/
}



/*realestate-detail.html*/
.box {
    background: #FFE6F2;
    padding: 30px 30px 20px;
    margin: 0 2% 50px;
    border-radius: 6px;
    overflow: hidden; /* float解除 */
}

.box::after {
    content: "";
    display: table;
    clear: both;
}


.box dt {
    float: left;
    width: 4.5em;
    margin-bottom: 0.5em;
    margin-right: 1em;
    /*padding: 0 2px;*/
    border-radius: 2px;
    background: #e52691;
    color: #FFF;
    font-size: 95%;
    font-weight: bold;
    text-align: center;
}

.box dd {
    float: left;
    width: calc((50% - 5.5em) - 4px);
    margin-bottom: 0.5em;
    font-weight: bold;
}


.ta2 th {
   /* width: 150px;*/
    background: #F6F6F6;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.ta2 td {
    width: 180px;
}

.ta2 td, .ta2 th {
    border: 1px solid #CCC;
    vertical-align: top;
}

.ta2, .ta2 td, .ta2 th {
    line-height: 2;
    /*padding: 5px 10px;*/
    padding:10px;
    word-break: break-all;
}

.thumbnail li img {
    height: 100px;
    width: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 5px;
    padding: 5px;
    background-color: #FFF;
    border: 1px solid #d4d4d4;
    border-radius: 0;
}
a img {
    transition: 0.5s;
}

.ws{
    width: 90%;
    padding: 7px;
}

.box_estate {
    background: #ffffff;
}

.box_estate dt {
    background: #BE9696;
    color: #FFF;
}

.ta_estate th {
    color:#9C6A6A;
}


/*お問い合わせのフォーム*/
#contact_form .ta1 th {
  width: 30%;
}

#contact_form .ta1 td {
  width: 70%;
}


/*realestate-list.html*/

.contents .arrow_estate {
    background: url(../images/arrow_estate.png) no-repeat left center;
    padding-left: 50px;
}

input[type="submit"].realestate-button-estate,
.realestate-button-estate {
    background-color: #7a3e3e;
    padding: 10px 35px;
}

input[type="submit"].realestate-button-estate:hover,
.realestate-button-estate:hover {
	background-color: #BE9696;
	color: #ffffff;
}

.text_center_estate {
    text-align: center;
}

.ta2 th {
    width: 80px;
    color: #7a3e3e;
    padding: 15px;
    /*text-align: center;*/
}

.ta_estate td {
  background-color: #fff; /* 好きな色に変更OK */
}

.new-card {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-left: 8px;
  border-radius: 4px;
  vertical-align: middle;
}


/* 1000px以下 */
@media screen and (max-width: 1000px) {
  .header-inner {
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 10px;

	margin: 0px;
	height: auto;
  }

  .header-inner img {
    width: 90%;
    max-width: 250px;
    height: auto;
  }

	.tel-img{
	        max-width: 400px !important;
	}

	/* 親コンテナにFlexbox適用（横並びが基本） */
	.container {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px;
	}

	/* 各リストを2列（PC・タブレット用） */
	.list.c3.c2 {
	  flex: 1 1 calc(50% - 10px);  /* 2列になるよう調整 */
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	 /* align-items: center;*/
	  text-align: center;
	}

	.text_pink_big {
	    font-size: 20px !important;
	}





  .list.c3 {
    width: 100%;       /* フル幅に */
    margin-right: 0;   /* マージンをリセット */
    margin-bottom: 20px;
  }

  .realestate-p select,
  input[type="submit"].realestate-button-estate,
  .realestate-button-estate {
    width: 90%;         /* 幅広く */
    max-width: 100%;
    font-size: 16px;
    padding: 15px;
  }

  .realestate-p {
    margin-bottom: 15px;
  }

  h2.color_b {
    font-size: 20px;
  }

  .section label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
  }

.realestate-wrap {
 	display: block;
}




}


@media screen and (max-width: 900px) {

    .box {
        padding: 15px 15px 10px;
        margin: 0 0 15px;
    }

    .box dd {
        width: calc((100% - 5em) - 4px);
        width: calc((100% - 5.5em) - 4px);
    }

    .ta1.ta_vertically_900 th, #sell .ta1.ta_vertically_900 th, #rent .ta1.ta_vertically_900 th, .ta1.ta_vertically_900 td {
        display: block;
        padding: 10px 15px;
        border-bottom: none;
    }

	#contact_form th {
	          width: calc(100% - 32px);
	}

	#contact_form td {
	          width: calc(100% - 32px);
	}

    .header-inner {
        flex-direction: column;
        align-items: center; /* ← 中央揃えに変更 */
        justify-content: center; /* ← 必要であれば追加 */
        height: auto;
        text-align: center; /* ← テキストやインライン要素の中央揃え */
    }

    .header-wrapper {
        flex-direction: column;
        align-items: center; /* ← 中央揃えに変更 */
    }

	.header-wrapper {
	    gap: 0px;
	}

	#works01 th {
	          width: calc(100% - 32px);
	}

	#works01 td {
	          width: calc(100% - 32px);
	}

}

/* 768px以下 */
@media (max-width: 768px) {
    .ta1 th {
        display: block;
        border-right: none;
        border-left: none;
        padding-bottom: .6em;
    }

    .ta1 td {
        display: block;
    }






}



/* 600px以下 */
@media (max-width: 600px) {

	.contents .black {
	    font-size: 1rem;
	}

	.pc-none {
		display: block;
	}



}


/* 480px以下 */
@media (max-width: 480px) {
	.container-none{
	    display: block !important;
	}

	input[type="submit"].realestate-button,
	.realestate-button {
   padding: 0px;
}

  .realestate-p select,
  input[type="submit"].realestate-button,
  .realestate-button-estate {
    padding: 15px;
  }

}



