@charset "utf-8";
/*---パンくず---*/
#breadcrumb {
  background: #fff;
  width: 100%;
  padding: 75px 10px 5px;
  font-size: .7rem;
  color: #6D5951;
}
#breadcrumb a {
  text-decoration: underline;
  color: #6D5951;
}
@media only screen and (min-width : 768px) {
  #breadcrumb {
    padding: 90px 30px 5px;
    font-size: .8rem;
  }
}
/*---btn---*/
.wh_btn {
    text-align: center;
	margin: 2rem auto;
  }
.wh_btn a {
    border-radius: 5rem;
    padding: 1rem;
    background: #fff;
	color: #534741;
	border: 2px solid #534741;
	font-size: .9rem;
  }

/*===================project top===================*/
/*---header---*/
#pj-top-wrapper header h2,#pj-step-wrapper header h2 {
  font-family: 'Halis GR Bold';
  font-size: 2rem;
  color: #534741;
	text-align: center;
}


#pj-top-wrapper header h3 {
  color: #333333;
  font-size: .9rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin: 2rem auto;
	text-align: center;
}
#pj-top-wrapper h4.bar {
  background: #534741;
	color: #fff;
	padding: .5rem;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.5rem;
}
#pj-top-wrapper ul.pj_merrits li{
	text-align: center;
}
#pj-top-wrapper ul.pj_merrits li h2{
	background: url("../images/projects/circle.svg") no-repeat center top;
    background-size: contain;
	min-height: 120px;
	  color: #534741;
	  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
}
#pj-top-wrapper .wh_btn {
	margin: 2rem auto 3rem;
}
#pj-top-wrapper .wh_btn a{
	padding: 1rem 2rem;
}
@media only screen and (min-width : 768px) {
  #pj-top-wrapper header {
    margin-bottom: 1.5rem;
  }
  #pj-top-wrapper header h3 {
    margin: 1rem auto;
  }
	#pj-top-wrapper h4.bar {
		font-size: 1.3rem;
		padding: .75rem;
		margin-bottom: 2rem;
	}
	#pj-top-wrapper ul.pj_merrits li{
	margin-bottom: .5rem;
}	
}
@media only screen and (min-width : 1300px) {
  #pj-top-wrapper header h2,#pj-step-wrapper header h2 {
    font-size: 2.7rem;
  }
  #pj-top-wrapper header h3 {
    font-size: 1.1rem;
	  margin:2rem auto 3rem;
  }
	#pj-top-wrapper ul.pj_merrits{
		/*width: 70%;*/
		margin: auto;
	}
}
/*---pj_wbox---*/
#pj-top-wrapper ul.pj_wbox li,#pj-archive-wrapper ul.pj_wbox li {
  margin: 1rem auto;
}
#pj-top-wrapper ul.pj_wbox li div,#pj-archive-wrapper ul.pj_wbox li div {
  background: #fff;
  padding: 1.5rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px;
}
#pj-top-wrapper ul li .new-mark,#pj-archive-wrapper ul li .new-mark {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: -25px;
}
.object-fit-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE*/
}
#pj-top-wrapper ul.pj_wbox li a,#pj-archive-wrapper ul.pj_wbox li a  {
  color: #534741;
  text-align: center;
}
#pj-top-wrapper ul.pj_wbox li h2,#pj-archive-wrapper ul.pj_wbox li h2 {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
#pj-top-wrapper ul.pj_wbox li h3,#pj-archive-wrapper ul.pj_wbox li h3 {
  font-size: 1rem;
  border-top: 1px solid #98857B;
  border-bottom: 1px solid #98857B;
  padding: .5rem;
}
#pj-top-wrapper ul.pj_wbox li h4,#pj-archive-wrapper ul.pj_wbox li h4 {
  font-size: 1rem;
  padding-top: .5rem;
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
	#pj-top-wrapper ul.pj_wbox li div,#pj-archive-wrapper ul.pj_wbox li div {
		min-height: 410px;
}
	}
/*---line_h3---*/
#pj-top-wrapper h3.line_h3 {
  text-align: center;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #736357;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#pj-top-wrapper h3.line_h3:before, #pj-top-wrapper h3.line_h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 27%;
  height: 1px;
  background-color: #534741;
}
#pj-top-wrapper h3.line_h3:before {
  left: 1%;
}
#pj-top-wrapper h3.line_h3:after {
  right: 1%;
}
@media only screen and (min-width : 1024px) {
  #pj-top-wrapper h3.line_h3 {
    font-size: 1.4rem;
  }
}
/*---pj_type ul---*/
#pj-top-wrapper ul.pj_type {
  margin: 1rem auto 2rem;
  text-align: center;
}
#pj-top-wrapper ul.pj_type li {
  display: inline-block;
  margin: .75rem .5rem;
}
#pj-top-wrapper ul.pj_type li a {
  background: #fff;
  padding: .5rem 1rem;
  color: #534741;
  font-size: .9rem;
  border-radius: 20px;
}
#pj-top-wrapper ul.pj_type li a::before {
  content: '# ';
}
/*---pj_area ul---*/
#pj-top-wrapper ul.pj_area {
  margin: 1rem auto 2rem;
  text-align: center;
}
#pj-top-wrapper ul.pj_area li {
  font-size: 1.1rem;
  font-weight: bold;
  padding-top: 1rem;
  color: #998675;
}
#pj-top-wrapper ul.pj_area li:first-child {
  padding-top: 0;
}
#pj-top-wrapper ul.pj_area li a {
  color: #998675;
}
#pj-top-wrapper ul.pj_area li.children {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  margin-right: .75rem;
  color: #534741;
  padding-bottom: .25rem;
  border-bottom: 1px solid #fff;
}
#pj-top-wrapper ul.pj_area li.children a {
  color: #534741;
}
/*---kisarazu---*/
#pj-top-wrapper #kisarazu {
  max-width: 700px;
  margin: 2rem auto;
}
#pj-top-wrapper .kisa_box {
  background: #fff;
  position: relative;
}
#pj-top-wrapper .kisa_box .kisa-open {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: -25px;
}
#pj-top-wrapper .kisa_box h2 {
  background: #534741;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: .5rem;
  text-align: center;
}
#pj-top-wrapper .kisa_box h3 {
  color: #534741;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto;
}
#pj-top-wrapper .kisa_box h3 span {
  display: block;
  font-weight: normal;
  padding: .3rem 0;
}
#pj-top-wrapper .kisa_box .row {
  padding: 1rem;
}
#pj-top-wrapper .kisa_box .link {
  text-align: center;
}
#pj-top-wrapper .kisa_box .link a {
  border-bottom: 1px dotted #534741;
  padding-bottom: .25rem;
  color: #534741;
  font-size: .9rem;
}
@media only screen and (min-width : 768px) {
  #pj-top-wrapper #kisarazu {
    margin: 4rem auto;
  }
  #pj-top-wrapper #kisarazu h2 {
    font-size: 1.4rem;
  }
  #pj-top-wrapper .kisa_box .kisa-open {
    width: 90px;
    height: 90px;
    left: -45px;
    top: -45px;
  }
  #pj-top-wrapper .kisa_box h3, #pj-top-wrapper .kisa_box .link {
    text-align: left;
  }
  #pj-top-wrapper .kisa_box h3 {
    margin-top: 0;
  }
  #pj_search {
    margin-top: 6rem;
  }
}
#pj-top-wrapper h4.contact,#pj-step-wrapper h4.contact {
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
  color: #534741;
}
@media only screen and (min-width : 768px) {
  #pj-top-wrapper h4.contact,#pj-step-wrapper h4.contact  {
    font-size: 1.3rem;
    line-height: 1.6;
    text-align: center;
  }
}
/*---project btm---*/
#pj-wrapper main{
  width: 100%;
  padding: .5rem .5rem;
}
#pj-wrapper .entry-title {
  text-align: center;
  color: #6D5951;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
#pj-wrapper h2.entry-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 auto 2rem;
  line-height: 1.5;
  position: relative;
}
#pj-wrapper h2.entry-title::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 15%;
  height: 1px;
  background-color: #6D5951;
}
#pj-wrapper h3.entry-title, #pj-wrapper h4.entry-title {
  font-size: 1rem;
}
#pj-wrapper .spec {
  margin: 1.5rem auto;
}
#pj-wrapper .spec table {
  width: 100% !important;
  margin-top: 1.5rem;
}
#pj-wrapper .spec table a {
  color: #170C0C;
}
#pj-wrapper .spec tr {
  border-bottom: 1px solid #C7B299;
  line-height: 1.6;
}
#pj-wrapper .spec th {
  width: 30%;
  padding: .5rem .5rem .5rem 0;
  font-family: 'Halis GR Bold';
  font-size: .7rem;
  color: #534741;
  border-bottom: 1px solid #C7B299;
}
#pj-wrapper .spec td {
  width: 70%;
  padding: .5rem 0;
  border-bottom: 1px solid #C7B299;
  font-size: .8rem;
}
#pj-wrapper .spec .pj_td a {
  display: inline-block;
  padding: .35rem 1rem;
  background: #fff;
  font-size: .8rem;
  margin: .25rem .3rem .25rem 0;
  border-radius: 20px;
}
#pj-wrapper .entry-content {
  padding-top: .5rem;
}
#pj-wrapper .entry-content h2 {
  color: #534741;
  border-left: 5px solid #534741;
  border-bottom: 1px solid #534741;
  padding: .75rem .5rem;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .75rem;
  line-height: 1.5;
}
#pj-wrapper .entry-content h3 {
  color: #534741;
  background: #fff;
  border-left: 5px solid #534741;
  padding: .75rem;
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: .75rem;
  line-height: 1.5;
}
#pj-wrapper .entry-content .wp-block-pullquote {
  border-top: 2px solid #534741;
  border-bottom: 2px solid #534741;
  color: #6D5951;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
}
#pj-wrapper .entry-content ul {
  padding-left: 1rem;
}
#pj-wrapper .entry-content ol {
  padding-inline-start: 35px;
}
#pj-wrapper .entry-content ul li:before {
  content: '・';
}
#pj-wrapper .entry-content li.blocks-gallery-item:before {
  content: none;
}
#pj-wrapper .entry-content .wp-block-button__link {
  background: #534741;
  margin: 2rem auto;
}

#pj-wrapper .entry-content p a, #pj-wrapper .entry-content li a {
  color: #42210B;
  border-bottom: 1px dotted #A88F7B;
}

#pj-wrapper .wp-block-image{
	margin: 1.5rem auto;
}
@media only screen and (min-width : 768px) {
  #pj-wrapper main {
    padding: 1.5rem .5rem;
    border: 5px solid #fff;
  }
  #pj-wrapper .container {
    width: 95%;
    margin: .5rem auto;
  }
}
@media only screen and (min-width : 1024px) {
  #pj-wrapper {
    padding-top: 0;
  }
  #pj-wrapper main {
    position: relative;
  }
  #pj-wrapper main span {
    position: absolute;
    left: 0rem;
    top: 0;
    width: 5%;
  }
  #pj-wrapper .container {
    width: 80%;
    max-width: 900px;
    margin: 2rem auto;
  }
  #pj-wrapper .spec {
    /*max-width: 80%;*/
    margin: 3rem auto;
  }
  #pj-wrapper .spec p {
    font-size: 1rem;
  }
  #pj-wrapper h2.entry-title {
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto 2rem;
    line-height: 1.5;
  }
  #pj-wrapper h3.entry-title, #pj-wrapper h4.entry-title {
    font-size: 1.2rem;
    font-weight: bold;
  }
	#pj-wrapper .entry-content p{
	line-height: 1.6;
}
}
/*--- btn---*/
#pj-wrapper .pj_btn, #pj-top-wrapper .pj_btn, #pj-step-wrapper .pj_btn {
  text-align: center;
  margin: 3rem auto;
}
#pj-wrapper .pj_btn a, #pj-top-wrapper .pj_btn a, #pj-step-wrapper .pj_btn a {
  background: #683912;
  color: #fff;
  padding: 1.5rem;
}


/*===================project step===================*/
#pj-step-wrapper header h2{
	  font-size: 1.6rem;
	margin-bottom: 2rem;
}
#pj-step-wrapper header h2 span{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
	display: block;
	font-size: 70%;
	margin-top: 1rem;
}
#pj_step h3{
	background: #fff;
	color: #534741;
	font-size: .9rem;
	line-height: 2;
	font-weight: bold;
}

#pj_step h3 span{
		background: #534741;
	color: #fff;
	line-height: 2;
		padding: .5rem;
	margin-right: .5rem;
}

#pj_step h4{
	font-size: 1.2rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
	text-align: left;
		color: #534741;
} 
#pj_step .small{
	font-size: 80%;
}

#pj_step .step_txt{
	background: url("../images/projects/arrow.svg") no-repeat left top;
    background-size: contain;
	padding-bottom: 1rem;
}
#pj_step .step_txt p{
padding: .5rem 0 0 2.5rem;
	margin-bottom: .75rem;
}

#pj_step ul.step_ul li{
	padding: .75rem;
	border-bottom: 1px solid #fff;	
}

#pj_step ul.step_ul li:last-child{
	border-bottom: none;
}



@media only screen and (min-width : 370px) { /*iphone6*/
#pj_step h3{
	font-size: 1.1rem;
}

#pj_step h3 span{
		padding: .5rem.75rem;
	margin-right: .75rem;
}
}
@media only screen and (min-width : 768px) {
	
#pj_step .step_txt{
	background: url("../images/projects/arrow.svg") no-repeat right top;
    background-size: contain;
	padding-bottom: 1rem;
	min-height:200px;
}
#pj_step .step_txt p{
padding: .5rem 2.5rem 0 2.5rem;
}
	
}
@media only screen and (min-width : 1300px) {
	
	#pj-step-wrapper header h2{
	  font-size: 2.2rem;
	margin: 2rem auto 4rem;
}	

	
	#pj_step h3{
	font-size: 1.2rem;
		margin-bottom: 1rem
}


	#pj_step .step_txt p{
		font-size: 1rem;
padding: .5rem 2.5rem 0 2.5rem;
	margin-bottom: .75rem;
}
	
	#pj_step .wh_btn {
	margin: 3rem auto 5rem;
  }
#pj_step .wh_btn a {
    padding: 1rem 2rem;
	font-size: 1.2rem;
  }
	
}
@media only screen and (min-width : 1900px) {
	#pj_step h3{
	font-size: 1.4rem;
		margin-bottom: 1.5rem
}
}
/*===================project archive===================*/

#pj-archive-wrapper h2.archive_title{
	  color: #534741;
  font-size: 1.4rem;
	font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin: 0rem auto 1.5rem;
	text-align: center;
}

/*------------- nav  -------------*/
#pj-archive-wrapper .page-item.active .page-link{
	background: #6D5951;
	border: 1px solid #6D5951;
}

#pj-archive-wrapper a.page-link{
	color: #175A9A;
}