* { margin: 0; padding: 0;}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #EEEEEE !important;
  overflow-x: hidden;
}

.archive_section1{
	background: linear-gradient(to bottom, transparent 50%, rgba(200,200,200,0.3) 50%);
	margin-bottom: 3em;
    padding: 30px 0;
}

.archive_title{
	width: 600px;
	padding: 35px 0;
	color:white;
	background-color: #272727;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}

/*スライダー*/
#thumb-a.slider-pro .sp-button, #thumb-b.slider-pro .sp-button,#thumb-c.slider-pro .sp-button, #thumb-d.slider-pro .sp-button, #thumb-e.slider-pro .sp-button,#thumb-f.slider-pro .sp-button,#thumb-g.slider-pro .sp-button,#thumb-h.slider-pro .sp-button {
    width: 10px;
    height: 10px;
	background-color: #C5C5C5;
    border: 0px solid;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#thumb-a.slider-pro .sp-selected-button, #thumb-b.slider-pro .sp-selected-button, #thumb-c.slider-pro .sp-selected-button, #thumb-d.slider-pro .sp-selected-button, #thumb-e.slider-pro .sp-selected-button,#thumb-f.slider-pro .sp-selected-button,
#thumb-g.slider-pro .sp-selected-button,#thumb-h.slider-pro .sp-selected-button{
    background-color: #585858;
	z-index: 10000000;
}

.sp-slide.tall-slide  img {
  width: auto !important; 
  height: 100% !important;
  object-fit: contain !important;
  max-width: none !important;
  margin: 0 auto; 
  display: block; 
}

.sp-slide.tall-slide {
  background-color: #fff !important;
}

/*ページネーション*/
.Pagination_div{
	margin-bottom: 5em;
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 2px #272727;
  font-size: 14px;
  color: #272727;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #272727;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #272727;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 12px;
}



@media (min-width: 1025px) {

/*ボタン*/
.archive_button{
	margin: 3em auto;
	display: flex;
	justify-content: center;
}

.archive_button_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
	margin: 0 1em;
    padding: 10px 2px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_left:before {
    transform: rotate(225deg);
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_left:hover {
    background-color: #272727;
}

.archive_button_right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
	margin: 0 1em;
    padding: 10px 2px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_right:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_right:hover {
    background-color: #272727;
}

.center_button{
	margin: 0 auto;
}
}



.portfolio-detail {
  margin: 0 auto;
}
.portfolio-header {
  margin-bottom: 32px;
}
.portfolio-label {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #272727;
  margin-bottom: 0;
}
.portfolio-title {
  font-size: 32px;
  font-weight: 700;
  color: #272727;
}
.portfolio-mainimg img {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.portfolio-catch {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 40px;
}
.portfolio-content {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
  max-width: 1280px;
}

.reform h2 {
	max-width: 1280px;
	margin: 0 auto;
	padding: 40px 20px;
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    color: #272727;
    letter-spacing: 1.92px;
    line-height: 1.2;
    margin-bottom: 60px;
}

.reform h2 span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #272727;
    letter-spacing: 1px;
    margin-top: 8px;
}

/* ===== スライダーエリア ===== */
#thumb-h {
  width: 100%;       /* 親幅に追従 */
  max-width: 880px;  /* PCでの最大幅 */
  flex: 1;
}

/* ===== DATAエリア ===== */
.portfolio-data {
  width: 400px;
  background: #E0E0E0;
}
.portfolio-data-title {
  font-family: 'Anton', sans-serif;
  font-weight: 100;
  letter-spacing: 2px;  
  background: #272727;
  color: #fff;
  padding: 8px;
  margin-bottom: 16px;
  text-align: center;
}
.portfolio-data dl {
  padding: 0 20px;
}
.portfolio-data dt {
  font-weight: 600;
  margin: 12px 0 2px;
}
.portfolio-data dd {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #BABABA;
}

/* ===== 間取り ===== */
.portfolio-floorplan img {
  width: 100%;
  margin: 40px 0;
}

/* ===== リストエリア ===== */
.renovation-list {
  background: #E0E0E0;
  padding: 40px;
}
.renovation-list h2 {
  font-family: 'Anton', sans-serif;
  font-size: 28px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 24px;
}
.renovation-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 40px;
  list-style: none;
  padding: 0 40px;
}
.renovation-list li {
  font-size: 16px;
}

/* ===== レスポンシブ ===== */
@media (max-width: 1024px) and (min-width: 769px) {
	
.archive_title{
	width: 600px;
	padding: 35px 0;
	color:white;
	background-color: #272727;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}
	
  .portfolio-content {
    flex-direction: column;
  }
  .portfolio-gallery-wrap,
  .portfolio-data {
    width: 100%;
  }
  .portfolio-data dl {
    padding: 0 20px 10px;
  }
  .portfolio-data dd:last-child {
    border-bottom:none;
  }
  .renovation-list{
    margin:0 -20px -40px;
  }
	
/*ボタン*/
.archive_button{
	margin: 3em auto;
	display: flex;
	justify-content: center;
}

.archive_button_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 auto;
	margin: 0 1em;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_left:before {
    transform: rotate(225deg);
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_left:hover {
    background-color: #272727;
}

.archive_button_right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 auto;
	margin: 0 1em;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_right:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_right:hover {
    background-color: #272727;
}

.center_button{
	margin: 0 auto;
}
}
@media (max-width: 768px) and (min-width: 481px){
	
.archive_title{
	width: 600px;
	padding: 35px 0;
	color:white;
	background-color: #272727;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}
	
  .portfolio-title {
    font-size: 24px;
  }
  .portfolio-catch {
    font-size: 16px;
  }
  .renovation-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
	
/*ボタン*/
.archive_button{
	margin: 3em 0;
}

.archive_button_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:15px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_left:before {
    transform: rotate(225deg);
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_left:hover {
    background-color: #272727;
}

.archive_button_right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_right:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_right:hover {
    background-color: #272727;
}

.center_button{
	margin: 0 auto;
}
}
@media (max-width: 480px) {
	
/*ページネーション*/
.Pagination_div{
	margin-bottom: 5em;
}

.Pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 35px;
  height: 35px;
  background: #fff;
  border: solid 2px #272727;
  font-size: 14px;
  color: #272727;
  font-weight: bold;
  transition: all 0.15s linear;
}
.Pagination-Item-Link-Icon {
  width: 20px;
}
.Pagination-Item-Link.isActive {
  background: #272727;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #272727;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 5px;
}

	
	
.archive_title{
	width: auto;
	padding: 35px 0;
	color:white;
	background-color: #272727;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
}
 
    .reform h2 {
        font-size: 24px;
        letter-spacing: 0.5px;
        line-height: 1.3;
        margin-bottom: 24px;
    }
	
.reform h2 span {
        font-size: 12px;
        letter-spacing: 0px;
        margin-top: 4px;
    }
	
　.portfolio-detail {
    padding: 20px 10px;
  }
  .portfolio-title {
    font-size: 20px;
  }
  .portfolio-catch {
    font-size: 14px;
  }
  .renovation-list{
    margin:0 -10px -20px;
  }  
  .renovation-list ul {
    grid-template-columns: 1fr;
	gap:4px 0;
	padding: 0 10px;
  }
	
/*ボタン*/
.archive_button{
	margin: 3em 0;
}

.archive_button_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:15px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_left:before {
    transform: rotate(225deg);
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_left:hover {
    background-color: #272727;
}

.archive_button_right{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #272727;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
}

.archive_button_right:after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.archive_button_right:hover {
    background-color: #272727;
}

.center_button{
	margin: 0 auto;
}
}
