@charset "utf-8";
#page_content {
	max-width:980px;
	margin: 0 auto 30px;
}
@media only screen and (max-width: 599px) {
	#page_content {
		margin: 0 5px;
	}
}
#pankuzu {
/*
	-js-display: flex;
	display: flex;
*/
    margin: 20px auto;
    padding: 0;
}
#pankuzu li{
	display: inline-block;
}
.page_tit {
    clear: both;
    color: #333333;
    border-bottom: solid 3px #715106;
    font-weight: normal;
}
@media only screen and (min-width: 600px) {
	.page_tit{
		font-size: 22px;
		margin: 0 0 30px 0;
		padding: 10px 0 10px 10px;
		padding: 0;
	}
}
@media only screen and (max-width: 599px) {
	.page_tit{
		font-size: 18px;
		margin: 0 0 15px 0;
		padding: 0;
	}
}
.customer_navi, .customer_navi_c {
	border: 1px solid #CCC;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #eee;
	clear: left;
	overflow: hidden;
}
.customer_navi p {
	margin: 0;
}
.customer_navi {
	text-align: right;
}
.customer_navi_c {
	text-align: center;
}
.customer_navi_left {
	dislpay: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.customer_navi .pages {
	display: inlline-block;
	padding: 5px;
	margin: 0;
}
.customer_navi .current {
	display: inlline-block;
	padding: 3px 5px;
	margin: 0 2px;
	border: 1px solid #333;
	background-color: #fff;
}
.customer_photo01 img {
	border: 1px solid #CCC;
}
.customer_navi .page, .customer_navi .last, .customer_navi .nextpostslink, .customer_navi .first, .customer_navi .previouspostslink {
	display: inlline-block;
	padding: 3px 5px;
	margin: 0 2px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.customer_navi .page:hover, .customer_navi .last:hover, .customer_navi .nextpostslink:hover, .customer_navi .first:hover, .customer_navi .previouspostslink:hover {
	background-color: #333;
	color: #fff;
}
.customer_navi .last, .customer_navi .nextpostslink {
	text-decoration: none;
}

/*ページナビ*/
.page_back_btn01,.page_back_btn02,.page_back_btn01 p,.page_back_btn02 p{
	display:inline;
}
.page_back_btn02 a,.page_back_btn01 a{
	display:inline-block;
	border:1px solid #CCC;
	padding:5px;
}
.page_back_btn02 a:hover,.page_back_btn01 a:hover{
	background-color:#333;
	color:#fff;
}

/*スマホ用*/
.nav-below{
	display: flex;
    margin-bottom: 10px;
}
.nav-below .prev{
	margin-right: auto;
}

.nav-below .nex{
	margin-left: auto;
}
.nav-below p a{
	display: block;
	background: #eee;
	padding: 10px;
}

/* ------------------------------------------------------
   下層ページ -> コラム　一覧
------------------------------------------------------ */
.wrap_archive-colum .content .box {
    /* border: solid 1px #ccc;
    margin-bottom: 30px; */
}
.page_tit:before {
    content: url(https://www.happy-reform.com/wp/wp-content/themes/reform_ver2/images/icon/logo_icon.png);
    margin-right: 10px;
}
.archive-colum {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
  padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 3px dotted #715106;
}

.archive-colum .photo{
  width: 28%;
	height: 192px;
	overflow: hidden;
  padding: 0 15px 0 0;
}
.archive-colum .txt{
  width: 70%;
}
.archive-colum .photo img{
  width: 100%;
}
.archive-colum .h3type01{
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 20px;
}
.archive-colum .btn-detail a{
  float: right;
}
.archive-colum .event_tit {
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
}
.archive-colum .more .more_btn1:after {
    content: '>';
    margin-left: 15px;
}

@media only screen and (min-width: 600px){
	.archive-colum .more .more_btn1 {
	    width: 200px;
	    margin: 0 0 0 auto;
	}
}

@media only screen and (max-width: 599px){
	.archive-colum .photo,
	.archive-colum .txt{
		width: 100%;
		padding:0;
	}
}

.colum_single .box {
    line-height: 2
}
.colum_single .box .colum_tit {
    background-color: #ccc;
    font-weight: bold;
    padding: 10px;
    font-size: 20px;
	margin: 0 0 20px;
    color: #513c09;
}

.colum_single .Post-text{
	padding-bottom: 30px;
}

/* seko */
.seko_archives .inner .box .pic,
.renovation_archives .inner .box .pic{
	max-height: 160px;
	display: block;
	overflow: hidden;
    background-color: #ededed;
}

.seko_archives .inner .box .pic img,
.renovation_archives .inner .box .pic img{
	height: 160px;
  width: 100%;
	object-fit: contain;
}

/* リノベーション事例new */
#renovation_archives { width:100%; max-width:980px; }
#renovation_arc_box { /* Flexboxコンテナ これで囲まれた要素は自動的にFlexboxアイテムとなる */
	 display: flex;
	 display: -webkit-flex;
	 display: -moz-flex;
	 display: -ms-flex;
	 display: -o-flex;
	 flex-direction:row; /* 子要素の配置方向の設定(横配置) */
	 flex-wrap:wrap; /* 子要素の折り返し設定（行の設定）*/
	 justify-content:space-between;
}

#renovation_arc_box:before{ /* 最後の行が4つに満たない場合は左によせる */
    content:"";
    display:block;
    width: 24%;
    height:0;
    order:1;
  }
#renovation_arc_box:after{ /* 最後の行が4つに満たない場合は左によせる */
    content:"";
    display:block;
    width: 22%;
    height:0;
  }
#renovation_arc_box .one_centence {
	display:block;
	width:23%;
	margin-bottom:5%;
	position:relative;
}

#renovation_arc_box .one_centence img {
	margin-bottom:10rem;
}

#renovation_arc_box .one_centence h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
	line-height:1.6rem;
	font-weight:bold;
	color:#000;
	margin-bottom:0.5rem;
	height: 3rem;
}

#renovation_arc_box .one_centence p.data {
	padding:0.2rem 0.5rem;
	background: #FDF3C4;
	line-height:1.2rem;
	height:3.4rem;
	margin-bottom:0.8rem;
}

#renovation_arc_box .one_centence p.comment {
	line-height:1.2rem;
	margin-bottom:0.5rem;
	height: 3rem;
}

#renovation_arc_box .more_btn {
	text-align:center;
	background:#F90;
	padding:0.8rem 0;
	width:100%;
	font-size:1.4vmin;
	color:#FFF;
	font-weight:300;
	letter-spacing:0.2vmin;
}

#renovation_arc_box .more_btn:hover {
	background:#FC3;
}

#renovation_arc_box .more_btn .arrow {
	padding:0;
	margin:0;
	border-bottom:1px #fff solid;
	text-align:right;
	position:relative;
	width:20px;
	display:inline-block;
}

#renovation_arc_box .more_btn .arrow .triangle {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid transparent;
  transform: rotate(-45deg);
  position:absolute;
  right:2px;
  top:-6px;
}
#renovation_arc_box .one_centence .new {
	position:absolute;
	top:0;
	left:0;
	background:#F00;
	padding:0.5rem;
	color:#FFF;
	text-align:center;
}

#renovation_arc_box .one_centence .arc_photo { height:150px; overflow:hidden; margin-bottom:0.8vmin; }
#renovation_arc_box .one_centence .arc_photo img { width:100%; height:auto; } 

@media only screen and (max-width: 414px){
#renovation_arc_box:before{ /* 最後の行が2つに満たない場合は左によせる */
    width: 48%;
  }
#renovation_arc_box:after{ /* 最後の行が2つに満たない場合は左によせる */
    width: 48%;
  }
#renovation_arc_box .one_centence {
	width:48%;
	}
#renovation_arc_box .one_centence .arc_photo { height:120px; overflow:hidden; }
#renovation_arc_box .more_btn {
	font-size:3.4vw;
}
}

.rm_archives p{
    line-height: calc(20px + 0.4vw);
    font-size: calc(12px + 0.2vw);
    margin-bottom: calc(12px + 0.1vw);
}


/* =================gaiheki=================== */
.mb30 {
	margin-bottom:3rem;
}

.mb40 {
	margin-bottom:4rem;
}

#gaiheki {}
#gaiheki .sansen {
	margin-bottom:1rem;
}

#gaiheki .sansen img {
	margin-top:-2px;
}
#gaiheki table {
	border:2px solid #CCC;
	width:100%;
	margin-bottom:3rem;
}
#gaiheki table tr td:nth-of-type(1) {
	width:20%;
	text-align:center;
	vertical-align:middle;
	line-height:140%;
}
#gaiheki table tr td:nth-of-type(2),
#gaiheki table tr td:nth-of-type(3){
	width:40%;
}
#gaiheki table tr:nth-of-type(1) td {
	text-align:center;
}
#gaiheki table tr:nth-of-type(3),
#gaiheki table tr:nth-of-type(5){
	background:#fffed7;
}
#gaiheki table td,tr {
	padding:1rem 2rem 0.5rem 2rem;
	border:1px solid #ccc;
	font-size:110%;
	font-weight:bold;
	line-height:140%;
}
#gaiheki table td ul li {
	list-style: disc;
	margin:0 0 0.5rem 0;
	line-height:1.4rem;
	font-size:120%;
}
#gaiheki .promise {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#gaiheki .promise div {
	margin-bottom:2rem;
	width:315px;
}
#gaiheki .promise div img {
	width:100%;
	height:auto;
}
#gaiheki .promise div p {
	line-height:160%;
}
@media only screen and (max-width: 414px){
	#gaiheki table {
	margin-bottom:0;
}
	#gaiheki table:nth-of-type(4) {
	margin-bottom:3rem;
}

#gaiheki table:nth-of-type(1) td,th,
#gaiheki table:nth-of-type(3) td,th {
	background:#FFF;
}
#gaiheki table:nth-of-type(2) td,th,
#gaiheki table:nth-of-type(4) td,th {
	background:#fffed7;
}

	#gaiheki .promise {
	display:block;
}
#gaiheki .promise div {
	width:100%;
}
}
/* ------------------------------------------- colum - */
.colum_single .box h2 {
  font-size: 4.8vw;
  margin: 1.8em 0 0.8em 0;
  padding: 0.1em 0.5em;
  background-color: #513c09;
  color:#fff;
  font-weight: 700;
  }


.colum_single .box h3 {
  font-size: 4.5vw;
  margin: 3em 0 0.5em;
  padding: 0.2em 0.8em;
  border-left: 6px solid #513c09;
  border-bottom: none;
  color: #513c09;
  font-weight: 700;
  line-height: 1.4;
  }


.colum_single .box h4 {
  font-size: 4vw;
  margin: 3em 0 0.5em;
  padding: 0 1em 0 1.5em;
  font-weight: 700;
    position: relative;
    line-height: 1.4;
  }

.colum_single .box h4:before {
  content: "■";
  left: 0;
  position: absolute;
  top: 0;
  display: block;
  width: 1em;
  height: 1em;
  font-size: 4vw;
  }


  .colum_single .box h2 span{
    font-size: 4.8vw !important;
    }
  
  
  .colum_single .box h3 span {
    font-size: 4.5vw !important;
    }
  
  
  .colum_single .box h4  span{
    font-size: 4vw !important;
  }
  

  

@media screen and (min-width: 751px) {
  .colum_single .box h2 {
    font-size: 1.9vw;
  }
  .colum_single .box h3 {
    font-size: 1.9vw;
    line-height: 1.6;
  }

  .colum_single .box h4 {
    font-size: 1.83333vw;
    line-height: 1.8;
  }
.colum_single .box h4:before {
    top: 0;
    font-size: 1.83333vw;
  }
  .colum_single .box h2 span{
    font-size: 1.9vw !important;
    }
  
  
  .colum_single .box h3 span {
    font-size:  1.83333vw !important;
    }
  
  
  .colum_single .box h4  span{
    font-size:  1.83333vw !important;
  }

 }

@media screen and (min-width: 1441px) {
  .colum_single .box h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .colum_single .box h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .colum_single .box h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .colum_single .box h4:before {
    font-size: 14px;
    font-size: 1.4rem;

  }
  .colum_single .box h2 span{
    font-size: 14px !important;
    font-size: 1.4rem !important;
    }
  
  
  .colum_single .box h3 span {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    }
  
  
  .colum_single .box h4  span{
    font-size: 14px !important;
    font-size: 1.4rem !important;
  }


 }
/* ------------------------------------------- mokuji - */
.colum-mokuji {
  position: relative;
  margin-bottom: 5.33333vw;
  padding: 6vw 7.33333vw;
  background-color: #ededed;
  border-top: 4vw solid #ffc600;
  }
.colum-mokuji-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.66667vw;
  padding-left: 12vw;
  height: 9.33333vw;
  color: #513c09;
  font-size: 4.8vw;
  font-weight: 700;
  }
.colum-mokuji-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 9.33333vw;
  height: 9.33333vw;
  background-image: url(../../page_image/colum/mokuji-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  }
.colum-mokuji > ul > li {
  margin-bottom: 0.8em;
  font-weight: 700;
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 1.8em;
  }
.colum-mokuji > ul > ul {
  margin-bottom: 1.8em;
  padding-left: 1em;
  }
.colum-mokuji > ul > ul > li {
  font-weight: 700;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  }
.colum-mokuji > ul > ul > ul {
  margin-bottom: 1em;
  padding-left: 2em
  }
.colum-mokuji > ul > ul > ul > li {
  font-weight: 700 !important;
  list-style-position: inside;
  list-style-type: disc;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  }
@media screen and (min-width: 751px) {
  .colum-mokuji {
    margin-bottom: 2.08333vw;
    padding: 1.73611vw 2.08333vw;
    border-top: 1.04167vw solid #ffc600;
    font-size: 150%;
  }
  .colum-mokuji-head {
    margin-bottom: 1.73611vw;
    padding-left: 3.125vw;
    height: 2.43056vw;
    font-size: 1.25vw
  }

  .colum-mokuji-head:before {
    width: 2.43056vw;
    height: 2.43056vw;
  }
 }

@media screen and (min-width: 1441px) {
  .colum-mokuji {
    margin-bottom: 30px;
    padding: 25px 30px;
    border-top: 15px solid #ffc600;
    font-size: 125%;
  }

  .colum-mokuji-head {
    margin-bottom: 25px;
    padding-left: 45px;
    height: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .colum-mokuji-head:before {
    width: 35px;
    height: 35px;
  }
 }



 
.colum_single p {
  margin-bottom: 1.5em;
  padding: 0;
  font-size: 14px;
  font-size: 1rem;
}


.colum_single #toc_container {
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-top: #ffc600 solid 7px;
  padding: 10px 20px;
  background-color: #ededed;
}

.colum_single #toc_container p.toc_title{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6.66667vw;
  padding-left: 12vw;
  height: 9.33333vw;
  color: #513c09;
  font-size: 4.8vw;
  font-weight: 700;
}

.colum_single #toc_container p.toc_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 9.33333vw;
  height: 9.33333vw;
  background-image: url(../../page_image/colum/mokuji-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

#toc_container > ul > li {
  text-indent: 0;
  font-size: 14px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 30px;
}
#toc_container > ul > li:last-child {
  margin-bottom: 0;
}
#toc_container ul li a {
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
  font-weight: bold;
}

#toc_container ul li:before {
  content: none;
}

#toc_container.no_bullets ul li li {
  list-style: disc;
  text-indent: 0;
  font-size: 1rem;
}

#toc_container.no_bullets ul li li a {
  margin-bottom: 10px;
}

#toc_container ul li li span {
  display: none;
}

#toc_container ul li li li a {
  font-weight: normal;
}
#toc_container ul li li li span {
  display: none;
}

.colum_single .customer_navi p {
  margin-bottom: 0;
}
.colum_single p.right {
  text-align: right;
}
.colum_single p.right br {
  display: block;
}

@media screen and (min-width: 751px) {
  .colum_single #toc_container p.toc_title {
    margin-bottom: 1.73611vw;
    padding-left: 3.125vw;
    height: 2.43056vw;
    font-size: 1.25vw
  }

  .colum_single #toc_container p.toc_title:before {
    width: 2.43056vw;
    height: 2.43056vw;
  }
  .colum_single p.right br {
    display: none;
  }
}

@media screen and (min-width: 1441px) {
  .colum_single #toc_container p.toc_title{
    margin-bottom: 25px;
    padding-left: 45px;
    height: 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .colum_single #toc_container p.toc_title:before {
    width: 35px;
    height: 35px;
  }
 }