.renovation-wrap{
	background-size:cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.renovation-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 20%, rgba(201,160,99,0.5) 80%, rgba(201,160,99,0) 100%);
	display: inline-block;
	padding:10px 60px;
	margin: 60px auto;
}
.renovation-title{
	font-family: 'Spartan', sans-serif;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	max-width:100%;
	font-weight: 100;
	color: #ffffff;
}
.renovation-subtitle{
	font-size:1.4rem;
	line-height:1.4rem;
	font-weight:bold;
}
@media screen and (max-width: 767px) {
.renovation-title_wrap{
	background: rgb(201,160,99);
	background: linear-gradient(90deg, rgba(201,160,99,0) 0%, rgba(201,160,99,0.5) 10%, rgba(201,160,99,0.5) 90%, rgba(201,160,99,0) 100%);
	display:block;
	padding:10px 0px;
	margin: 30px auto;
}
.renovation-title{
	font-size: 2.8rem;
	line-height: 2.8rem;
	text-align: center;
	letter-spacing: 0.15rem;
	white-space: nowrap;
	display: block;
	font-weight: 100;
	color: #ffffff;
}
}
.renovation-title2{
	font-size: 2.8rem;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom:30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	letter-spacing: 0.1rem;
	white-space: nowrap;
	display: block;
}
.renovation-title2:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -5px;
	display: inline-block;
	width: 60px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #BD975E;
}
.googlemap {
    width: 100%;
    aspect-ratio: 16/9;
}
.renovation-text{
	line-height: 1.5;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 15px 0px;
}
.renovation-bf_wrap{
	border:5px solid #BD975E;
	font-size:0px;
	padding:60px;
	display:flex;
	flex-wrap: wrap;
}
.renovation-bf_con100{
	vertical-align:top;
	width:100%;
}
.renovation-bf_title{
	text-align:center;
	font-size:3.6rem;
	line-height: 3.6rem;
	font-weight:normal;
}
.renovation-bf_con70{
	vertical-align:top;
	width:70%;
}
.renovation-bf_con70 img {
	width:100%;
	vertical-align:top;
}
.renovation-bf_con30{
	vertical-align:top;
	width:30%;
	padding-left:30px;
}
.renovation-bf_con30 img {
	margin-top:45px;
	width:100%;
	vertical-align:top;
}

/*-- 2024.09 ---*/
.renovation-bf_con50{
	vertical-align:top;
	width:50%;
}
.renovation-bf_con50 img {
	width:100%;
	vertical-align:top;
}
.renovation-bf_con50r{
	vertical-align:top;
	width:50%;
	padding-left:60px;
}
.renovation-bf_con50r img {
	margin-top:45px;
	width:100%;
	vertical-align:top;
}
.r_tex{
  text-align:right;
}

.r_tex p{
  display:inline-block;
  text-align: left;
}
/*-- / ---*/


.renovation-bf_wrap p{
	margin-top:1.6rem;
	line-height:1.5;
	font-size:1.6rem;
	font-weight:normal;
}
.renovation-bf_wrap p > span{
	font-weight:bold;
}
.renovation-bf_btn_black{
	display:inline-block;
	padding:20px 60px;
	background:#BD975E;
	color:#000000;
	font-weight:normal;
}
.renovation-bf_btn_white{
	display:inline-block;
	padding:20px 60px;
	background:#BD975E;
	color:#ffffff;
	font-weight:bold;
	margin:auto;
}
.renovation-bf_btn_inc{
    position: relative;
    text-align: center;
    border: 3px solid #BD975E;
    color: #ffffff;
    background: #BD975E;
    font-weight: bold;
    font-size: 1.5rem;
    width: auto;
    max-width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
    padding: 20px 0px;
    word-break: keep-all;
    margin: auto;
}
.renovation-bf_btn_inc:hover{
    color:rgba(255,255,255,0.7);
}
.renovation-bf_btn_inc:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) scale(0.5);
    width: 0;
    height: 0;
    transition: transform 0.3s;
    border-width: 7px 0 7px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
}
table#renovation-table{
	width:100%;
	border-collapse: collapse;
}
table#renovation-table th{
	border-bottom:1px solid #000000;
	text-align:left;
	white-space: nowrap;
	padding:15px;
}
table#renovation-table th > span{
	color:#BD975E;
}
table#renovation-table td{
	border-bottom:1px solid #000000;
	text-align:left;
	word-break: keep-all;
	padding:15px;
}
.renovation-infotitle{
	display:block;
	text-align:center;
	font-weight:bold;
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1.8rem 0px;
}
.renovation-arrowimg{
	height:60px;
	margin-bottom:50px;
}
.pankuzu_wrap{
	width:100%;
	max-width:1340px;
	margin:0 auto;
	padding: 10px 0px 30px 30px;
}
.pankuzu{
	font-size:1.2rem;
}
@media screen and (max-width: 767px) {
.renovation-title2{
	font-size: 1.8rem;
}
.pankuzu_wrap{
	padding: 10px 0px 30px 15px;
}
.renovation-text{
	padding:0px 0px 15px 0px;
}
.renovation-bf_wrap{
	border:2px solid #BD975E;
	font-size:0px;
	padding:15px;
}
.renovation-bf_con70{
	width:100%;
}
.renovation-bf_con30{
	width:100%;
	padding-left: 0px;
}
.renovation-bf_con30 img {
	margin-top:5px;
}

/*-- 2024.09 ---*/
.renovation-bf_con50{
	vertical-align:top;
	width:100%;
}
.renovation-bf_con50 img {
	width:100%;
	vertical-align:top;
}
.renovation-bf_con50r{
	vertical-align:top;
	width:100%;
	padding-left:0px;
}
.renovation-bf_con50r img {
	margin-top:45px;
	width:100%;
	vertical-align:top;
}
.r_tex{
  text-align: left;
}

.r_tex p{
  display:inline-block;
  text-align: left;
}
/*-- / ---*/



.renovation-bf_wrap p {
    margin-top:5px;
    margin-bottom:5px;
}
.renovation-arrowimg {
    height: 30px;
    margin-top:15px;
    margin-bottom:15px;
}
.renovation-bf_btn_black {
	padding:15px auto;
	width:100%;
}
.renovation-bf_btn_white {
	padding:15px auto;
	width:100%;
}
.renovation-bf_title {
    margin: 5px auto;
}
table#renovation-table th {
    display: block;
}
table#renovation-table td {
    display: block;
}
.renovation-bf_btn_inc{
    max-width: 100%;
}
}


.youtube_wrap {
	width: 60%;
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 20%;
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  /*left: 0;*/
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
.youtube_wrap {
	width: 100%;
	margin: 0 ;
}
}


/* table 2024.09 */
.tbl-renova tr {
}

.tbl-renova th,
.tbl-renova td {
  padding: 0px 0;
  border: none;
	font-size:1.4rem;
}

.tbl-renova th {
  width: 36%;
	font-weight: normal;
	text-align: left;
	font-size:1.4rem;
}
.tbl-renova th span{
	color:#BD975E;
	padding-right:6px;
	font-size:1.3rem;
}
/* sp 
@media only screen and (max-width: 480px) {
  .tbl-renova th,
  .tbl-renova td {
    width: 100%;
    display: block;
  }
.tbl-renova th {
	font-weight: 600;
}
  .tbl-renova th {
    width: 100%;
  }

  .tbl-renova td {
    padding-top: 0;
	border-top: 1px solid #b5b1b1;
  }
}*/
/*-----*/
.btn_renova01 {
	color: #ffffff!important;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*	border: 2px solid #27acd9;*/
	transition: 0.5s;
	background: #202020;
	margin:10px -8px;
	padding:10px 5px;
}
.btn_renova02 {
	color: #ffffff!important;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	/*	border: 2px solid #27acd9;*/
	transition: 0.5s;
	background: #BD975E;
	/*margin:10px -8px;*/
	margin:10px -20px 10px 0px;
	padding:10px 5px;
}
.btn_renova01 a, .btn_renova02 a {
	color: #ffffff!important;
}
.btn_renova01:hover, .btn_renova02:hover {
	color: #000000!important;
	background: #c4c4c4;
	font-weight: bold;
}
@media screen and (max-width:480px) {
.btn_renova01, .btn_renova02 {
	margin:10px 2px;
}
}