@charset "UTF-8";
/*=============================================================
 04_modules
=============================================================*/
/*!  button
================================================ */
/*
#styleguide
mod_btn01

mod_btn01

```
<p class="osukina-name"><a href="#" class="anime-btnFill mod_btn01"><span class="fontSerif">カタログ請求</span></a></p>
```
*/
.mod_btn01 {
 display: block;

 padding: 15px;
 color: #fff;
 font-weight: 400;
 text-align: left;
 background: #3b3b3b;
 border: 1px solid #3b3b3b;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.mod_btn01 span {
 position: relative;
 display: block;
}
.mod_btn01 span:before,
.mod_btn01 span:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.mod_btn01 span:before {
 width: 30px;
 height: 1px;
 background: #fff;
}
.mod_btn01 span:after {
 width: 4px;
 height: 4px;
 margin-top: -1px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
 .mod_btn01 {
  display: block;
  padding: 14px 30px;
  color: #3b3b3b;
  font-size: 1.5rem;
  background: transparent;
  border: 1px solid #3b3b3b;
 }
 .mod_btn01 span:before,
 .mod_btn01 span:after {
  right: 0;
 }
 .mod_btn01 span:before {
  width: 30px;
  height: 1px;
  background: #3b3b3b;
 }
 .mod_btn01 span:after {
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-top: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
 }
 .mod_btn01:hover {
  color: #fff;
 }
 .mod_btn01:hover span:before {
  background: #fff;
 }
 .mod_btn01:hover span:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
 }
}
/*
#styleguide
mod_btn02

mod_btn02

```
<a href="#" class="mod_btn02 fontLibre"><span>more</span></a>
```
*/
.mod_btn02 {
 display: block;
 padding: 15px;
 color: #3b3b3b;
 font-weight: 400;
 text-align: left;
 border: 1px solid #3b3b3b;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.mod_btn02 span {
 position: relative;
 display: block;
}
.mod_btn02 span:before,
.mod_btn02 span:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.mod_btn02 span:before {
 width: 30px;
 height: 1px;
 background: #3b3b3b;
}
.mod_btn02 span:after {
 width: 4px;
 height: 4px;
 margin-top: -1px;
 border-top: 1px solid #3b3b3b;
 border-right: 1px solid #3b3b3b;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*
#styleguide
mod_btn03

mod_btn03

```
<a href="#" class="mod_btn03 fontLibre"><span>more</span></a>
```
*/
.mod_btn03 {
 display: block;
 padding: 15px;
 color: #fff;
 font-weight: 400;
 text-align: left;
 background: #3b3b3b;
 border: 1px solid #3b3b3b;
 -webkit-transition: 0.3s;
 transition: 0.3s;
}
.mod_btn03 span {
 position: relative;
 display: block;
}
.mod_btn03 span:before,
.mod_btn03 span:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.mod_btn03 span:before {
 width: 30px;
 height: 1px;
 background: #fff;
}
.mod_btn03 span:after {
 width: 4px;
 height: 4px;
 margin-top: -1px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
 .mod_btn03 {
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 14px 30px;
  font-size: 1.5rem;
  background: transparent;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
 }
 .mod_btn03:before {
  z-index: -1;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #24140c;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
 }
 .mod_btn03 span:before,
 .mod_btn03 span:after {
  right: 0;
 }
 .mod_btn03 span:before {
  width: 30px;
  height: 1px;
  background: #fff;
 }
 .mod_btn03 span:after {
  width: 4px;
  height: 4px;
  margin-top: -1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
 }
 .mod_btn03:hover {
  color: #3b3b3b;
 }
 .mod_btn03:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
 }
 .mod_btn03:hover span:before {
  background: #3b3b3b;
 }
 .mod_btn03:hover span:after {
  border-top: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
 }
}
/*
#styleguide
mod_btn03

mod_btn03

```
<a href="#" class="mod_btn03 fontLibre"><span>more</span></a>
```
*/
.mod_categoryLinks .parentItem {
 position: relative;
 margin-bottom: 10px;
}
.mod_categoryLinks .parentLink {
 display: block;
 position: relative;
 padding: 12px 0;
 color: #fff;
 font-size: 19.2px;
 font-size: 1.2rem;
 text-align: center;
 letter-spacing: 0.075em;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 background: #3b3b3b;
}
.mod_categoryLinks .parentLink:before {
 content: "";
 position: absolute;
 top: 50%;
 right: 20px;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 4px 3px 0 3px;
 border-color: #fff transparent transparent transparent;
}
.mod_categoryLinks .parentLink.is-open {
 background-color: #3d6b8f;
}
.mod_categoryLinks .parentLink.is-open:before {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
.mod_categoryLinks .parentLink.is-open + .child {
 display: block;
}
.mod_categoryLinks .parent .en {
 margin-bottom: 5px;
 color: #fff;
 font-size: 20.8px;
 font-size: 1.3rem;
}
.mod_categoryLinks .parent .ja {
 color: #fff;
 font-size: 19.2px;
 font-size: 1.2rem;
}
.mod_categoryLinks .child {
 display: none;
 position: absolute;
 z-index: 2;
 width: 100%;
 background: #3d6b8f;
}
.mod_categoryLinks .child:hover {
 display: block;
}
.mod_categoryLinks .childItem {
 margin-bottom: 1px;
}
.mod_categoryLinks .childItem:last-child {
 margin-bottom: 0;
}
.mod_categoryLinks .childLink {
 display: block;
 padding: 12px 0;
 color: #fff;
 font-size: 19.2px;
 font-size: 1.2rem;
 text-align: center;
 letter-spacing: 0.075em;
 -webkit-transition: all 0.3s ease;
 transition: all 0.3s ease;
 background: #6e90ab;
}

@media screen and (min-width: 600px) {
 .mod_categoryLinks .parentItem {
  float: left;
  margin-bottom: 0;
 }
 .mod_categoryLinks .parentItem.current {
  background: #3d6b8f;
 }
 .mod_categoryLinks .parentLink {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 }
 .mod_categoryLinks .parentLink:before {
  content: "";
  position: absolute;
  top: inherit;
  right: 50%;
  bottom: 18px;
  margin-right: -2px;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
 }
 .mod_categoryLinks .parentLink:hover,
 .mod_categoryLinks .parentLink.is-open {
  background-color: #3d6b8f;
 }
 .mod_categoryLinks .parentLink:hover:before,
 .mod_categoryLinks .parentLink.is-open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
 }
 .mod_categoryLinks .parentLink:hover + .child,
 .mod_categoryLinks .parentLink.is-open + .child {
  display: block;
 }
 .mod_categoryLinks .parentLink:hover,
 .mod_categoryLinks .childLink:hover {
  background: #3d6b8f;
 }
 .mod_categoryLinks .parentLink:hover .ja,
 .mod_categoryLinks .childLink:hover .ja {
  text-decoration: underline;
 }
}
/*!  tit
================================================ */
.mod_tit01 {
 padding: 24px 0 25px;
 text-align: center;
 background: #fff;
}
.mod_tit01 .en {
 font-size: 35.2px;
 font-size: 2.2rem;
}
.mod_tit01 .tit {
 font-size: 19.2px;
 font-size: 1.2rem;
 margin-top: 13px;
}

@media screen and (min-width: 600px) {
 .mod_tit01 {
  padding: 37px 0 40px;
 }
 .mod_tit01 .en {
  font-size: 3.2rem;
  letter-spacing: 0.07em;
 }
 .mod_tit01 .tit {
  font-size: 1.7rem;
  margin-top: 19px;
 }
}
/*
#styleguide
mod_tit01

mod_tit01

```
<p class="mod_tit01">mod_tit01</p>
```
*/
/*!  tit
================================================ */
.mod_table01 {
 border-top: 1px solid #ccc9c8;
}
.mod_table01 th,
.mod_table01 td {
 padding: 14px 0;
 border-bottom: 1px solid #ccc9c8;
}
.mod_table01 th {
 text-align: center;
 background: #f4f5f7;
}
.mod_table01 td {
 padding: 14px 15px;
}
/*
#styleguide
mod_tit01

mod_tit01

```
<p class="mod_tit01">mod_tit01</p>
```
*/
/*!  mod_column01
================================================ */
/*
#styleguide
mod_column01

三カラム

```
<p class="mod_column01">mod_column01</p>
```
*/
/*!  pager
================================================ */
/*
#styleguide
mod_pagination01

pager

```
<div class="page_navi mod_pagination01">
	<ul class="links">
		<li class="prev"><a href="">前へ</a></li>
		<li><a href="">1</a></li>
		<li class="current"><span>2</span></li>
		<li><a href="">3</a></li>
		<li class="next"><a href="">次へ</a></li>
	</ul>
</div>
```
*/
.page_navi {
 position: relative;
 padding: 0 5px;
 font-size: 0;
 text-align: center;
}
@media screen and (max-width:767px){
  .page_navi{
    margin-bottom: 20px;
  }
}
.page_navi li {
 display: inline-block;
 margin: 0 4px;
 font-size: 24px;
 font-size: 1.4rem;
 text-align: center;
}
.page_navi li a {
 padding: 4px 9px;
 background: #fff;
}
.page_navi li a:hover {
 color: #fff;
 background: #3b3b3b;
}
.page_navi .current span {
 padding: 4px 9px;
 text-decoration: underline;
 background: #fff;
}
/* .page_navi .previous, .page_navi .next {
	position: absolute;
	top: -5px;
	margin: 0;
}
.page_navi .previous a, .page_navi .next a {
	position: relative;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent;
	border: none;
} */
.page_navi .previous a:before,
.page_navi .previous a:after,
.page_navi .next a:before,
.page_navi .next a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
/* .page_navi .previous a:before, .page_navi .next a:before {
	width: 25px;
	height: 1px;
	background: #3b3b3b;
}
.page_navi .previous a:after, .page_navi .next a:after {
	width: 4px;
	height: 4px;
	margin-top: -1px;
	border-top: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
} */
.page_navi .previous a:hover,
.page_navi .next a:hover {
 color: inherit;
 background: transparent;
}
/* .page_navi .previous {
	left: 15px;
} */
/* .page_navi .previous a:before, .page_navi .previous a:after {
	left: 0;
}
.page_navi .previous a:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
} */
/* .page_navi .previous a:hover:before, .page_navi .previous a:hover:after {
	left: -10px;
}
.page_navi .next {
	right: 15px;
} */
.page_navi .next a:hover:before,
.page_navi .next a:hover:after {
 right: -10px;
}

@media screen and (min-width: 600px) {
 .page_navi {
  max-width: 608px;
  margin: 34px auto 40px;
  text-align: center;
 }
 .page_navi li {
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
 }
 .page_navi li.current span {
  padding: 10px 13px;
 }
 .page_navi li a {
  padding: 10px 13px;
  font-family: "Libre Baskerville", serif;
 }
 /* .page_navi .previous, .page_navi .next {
	top: -12px;
	font-size: 1.9rem;
} */
 /* .page_navi .previous a, .page_navi .next a {
	text-indent: inherit;
} */
 /* .page_navi .previous a {
	padding-left: 58px;
}
.page_navi .next a {
	padding-right: 58px;
} */
}
.pager {
 position: relative;
 height: 40px;
 margin: 35px 0 45px;
 padding: 0 15px;
}
.pager a {
 display: block;
}
.pager .prev a,
.pager .next a {
 position: relative;
 display: block;
 margin: 19px 0;
 text-decoration: none;
 background: transparent;
 border: none;
}
.pager .prev a:before,
.pager .prev a:after,
.pager .next a:before,
.pager .next a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 0;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.pager .prev a:before,
.pager .next a:before {
 width: 25px;
 height: 1px;
 background: #3b3b3b;
}
.pager .prev a:after,
.pager .next a:after {
 width: 4px;
 height: 4px;
 margin-top: -1px;
 border-top: 1px solid #3b3b3b;
 border-right: 1px solid #3b3b3b;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.pager .prev {
 float: left;
}
.pager .prev a:before,
.pager .prev a:after {
 left: 0;
}
.pager .prev a:after {
 -webkit-transform: rotate(225deg);
 transform: rotate(225deg);
}
.pager .next {
 float: right;
}
.pager .back {
 position: absolute;
 top: 0;
 left: 50%;
 width: 140px;
 font-weight: bold;
 text-align: center;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.pager .back a {
 padding: 11px 0 12px;
 font-size: 24px;
 font-size: 1.5rem;
 background: #f4f5f7;
 border: 1px solid #3b3b3b;
}

@media screen and (min-width: 600px) {
 .pager {
  height: 55px;
  margin-bottom: 90px;
  padding: 0;
 }
 .pager a {
  font-size: 1.6rem;
  font-weight: 700;
 }
 .pager .prev a,
 .pager .next a {
  display: table;
  margin: 0;
  padding: 0 60px;
 }
 .pager .prev span,
 .pager .next span {
  display: table-cell;
  vertical-align: middle;
  width: 205px;
  height: 55px;
  line-height: 1.5;
 }
 .pager .back {
  width: 320px;
 }
 .pager .back a {
  padding: 18px 0;
  font-size: 1.6rem;
 }
}
/*! .mod_catalog01
================================================ */
/*
#styleguide
mod_catalog01

mod_catalog01

```
<div class="mod_catalog01">
	<div class="img fadeInRight"><img src="/img/home/img_catalog01_pc.png" alt=""></div>
	<div class="txtArea">
		<p class="tit fontSerif"><span class="ico">HOUSEデザインカタログを<br class="viewSp">1冊プレゼント!</span></p>
		<p class="txt">大人気「110の暮らしと家」<br class="viewSp">建築実例（150ページ）<br class="viewSp">カタログです。</p>
		<p class="homeBtn"><a href="#" class="anime-btnFill mod_btn01"><span class="fontSerif">カタログ請求</span></a></p>
		<p class="note">※対象：施工可能地域（愛知、岐阜、三重、静岡、大阪、京都、奈良　※一部地域除く)</p>
	</div>
</div>
```
*/
/* .mod_catalog01
-------------------------------------- */
.mod_catalog01 {
 margin: 30px 0;
 padding: 15px 0 0;
 background: #fff url(../img/home/bg_catalog01_sp.jpg) no-repeat left top;
 background-size: 50% auto;
}
.mod_catalog01 .img {
 width: 69%;
 margin: 0 0 0 27.5%;
}
.mod_catalog01 .txtArea {
 padding: 35px 15px 30px;
}
.mod_catalog01 .tit {
 margin-bottom: 15px;
 font-size: 27.2px;
 font-size: 1.7rem;
 font-weight: 500;
 letter-spacing: 0.075em;
 line-height: 1.5;
}
.mod_catalog01 .tit span {
 display: inline-block;
 position: relative;
}
.mod_catalog01 .tit span:after {
 content: "";
 position: absolute;
 top: 0px;
 right: -70px;
 width: 55px;
 height: 55px;
 background: url(../img/home/ico_catalog01_sp.png) no-repeat;
 background-size: contain;
}
.mod_catalog01 .txt {
 margin-bottom: 18px;
 font-size: 19.2px;
 font-size: 1.2rem;
 line-height: 1.45;
}
.mod_catalog01 .homeBtn {
 margin-bottom: 10px;
 padding: 0 15px;
}
.mod_catalog01 .note {
 font-size: 16px;
 font-size: 1rem;
 line-height: 1.8;
}

@media screen and (min-width: 600px) {
 .mod_catalog01 {
  overflow: hidden;
  width: 1070px;
  margin: 50px auto 110px;
  padding: 17px 44px;
  background: url(../img/home/bg_catalog01_pc.jpg) no-repeat top center;
 }
 .mod_catalog01 .img {
  float: left;
  width: 324px;
  margin: 0 0 0 54px;
 }
 .mod_catalog01 .txtArea {
  float: left;
  margin-left: 48px;
  padding: 0;
 }
 .mod_catalog01 .tit {
  margin: 20px 0 10px;
  font-size: 2.3rem;
 }
 .mod_catalog01 .tit span:after {
  width: 60px;
  height: 60px;
  top: -10px;
  right: -80px;
  background: url(../img/home/ico_catalog01_pc.png) no-repeat;
 }
 .mod_catalog01 .txt {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.7;
 }
 .mod_catalog01 .homeBtn {
  padding: 0;
 }
 .mod_catalog01 .homeBtn a {
  width: 205px;
  margin: 17px 0;
 }
 .mod_catalog01 .homeBtn a:before {
  background-color: #3b3b3b;
 }
 .mod_catalog01 .homeBtn a span:before,
 .mod_catalog01 .homeBtn a span:after {
  right: -10px;
 }
 .mod_catalog01 .note {
  font-size: 1.2rem;
 }
}
/*=============================================================
 mod_web01 WEB
=============================================================*/
.mod_web01 .areaTxt {
 padding: 15px 25px 0;
}
.mod_web01 .areaTxt .txt {
 font-size: 19.2px;
 font-size: 1.2rem;
 line-height: 2;
}
.mod_web01 .areaTxt .point {
 padding: 20px 22px 25px;
 background: #fff;
 margin-top: 15px;
 text-align: center;
}
.mod_web01 .areaTxt .point dt {
 position: relative;
 display: inline-block;
 font-size: 28.8px;
 font-size: 1.8rem;
}
.mod_web01 .areaTxt .point dt:after {
 content: "";
 display: block;
 position: absolute;
 bottom: -3px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 width: 100%;
 height: 1px;
 background: #323232;
}
.mod_web01 .areaTxt .point dd {
 text-align: left;
 margin-top: 18px;
 font-size: 19.2px;
 font-size: 1.2rem;
 line-height: 2;
}
.mod_web01 .btn {
 width: 225px;
 margin: 25px auto 0;
}

/* forPC */
@media screen and (min-width: 600px) {
 .mod_web01 {
  padding-bottom: 70px;
 }
 .mod_web01 .content {
  width: 1070px;
  margin: 54px auto 0;
  overflow: hidden;
 }
 .mod_web01 .left {
  width: 615px;
  float: left;
  padding-top: 6px;
 }
 .mod_web01 .right {
  width: 385px;
  float: right;
 }
 .mod_web01 .areaTxt {
  padding: 0 0 0;
 }
 .mod_web01 .areaTxt .txt {
  font-size: 1.3rem;
 }
 .mod_web01 .areaTxt .point {
  padding: 30px 40px 25px;
  margin-top: 25px;
  text-align: left;
 }
 .mod_web01 .areaTxt .point dt {
  font-size: 2rem;
 }
 .mod_web01 .areaTxt .point dt:after {
  bottom: -8px;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
 }
 .mod_web01 .areaTxt .point dd {
  margin-top: 26px;
  font-size: 1.3rem;
 }
 .mod_web01 .btn {
  width: 235px;
  margin: 48px 0 0;
 }
 .mod_web01 .btn a {
  font-size: 1.6rem;
  text-align: left;
  padding: 24px 30px;
 }
 .mod_web01 .btn a span:before {
  right: -10px;
 }
 .mod_web01 .btn a span:after {
  right: -12px;
 }
}
/*!  list
================================================ */
.mod_list_gallery {
 padding-bottom: 40px;
}
.mod_list_gallery .list {
 padding: 20px 16px 25px;
 overflow: hidden;
}
.mod_list_gallery .list li {
 float: left;
 width: 50%;
 padding-bottom: 15px;
}
.mod_list_gallery .list li:nth-child(odd) {
 padding-right: 7px;
 clear: both;
}
.mod_list_gallery .list li:nth-child(even) {
 padding-left: 7px;
}
.mod_list_gallery .list .tit {
 margin-top: 10px;
 font-size: 17.6px;
 font-size: 1.1rem;
 line-height: 1.82;
 font-weight: 500;
}
.mod_list_gallery .btn {
 width: 225px;
 margin: 0 auto;
 font-size: 24px;
 font-size: 1.5rem;
}

/* forPC */
@media screen and (min-width: 600px) {
 .mod_list_gallery {
  padding: 60px 0 80px;
 }
 .mod_list_gallery .list {
  width: 1070px;
  margin: 0 auto;
  padding: 0 0 50px;
  overflow: hidden;
 }
 .mod_list_gallery .list li {
  width: 246px;
  padding-bottom: 0;
 }
 .mod_list_gallery .list li:nth-child(odd) {
  margin: 0 28px;
  clear: none;
  padding-right: 0;
 }
 .mod_list_gallery .list li:nth-child(even) {
  padding-left: 0;
 }
 .mod_list_gallery .list li:nth-child(4n + 1) {
  clear: both;
  margin-left: 0;
 }
 .mod_list_gallery .list .tit {
  text-align: center;
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 2;
 }
 .mod_list_gallery .btn {
  width: 295px;
  text-align: center;
 }
 .mod_list_gallery .btn a {
  font-size: 1.6rem;
  padding: 24px 30px;
 }
}
/*
#styleguide
mod_list01

mod_list01

```
<p class="mod_list01">mod_list01</p>
```
*/
.mod_list_flow .txt {
 font-size: 19.2px;
 font-size: 1.2rem;
 line-height: 2;
 padding: 25px 25px 0;
}
.mod_list_flow .list {
 padding: 22px 33px 30px;
}
.mod_list_flow .list li {
 position: relative;
 background: #fff;
}
.mod_list_flow .list li + li {
 margin-top: 20px;
}
.mod_list_flow .list li + li:before {
 content: "";
 display: block;
 width: 1px;
 top: -15px;
 height: 10px;
 left: 50%;
 position: absolute;
 background: #323232;
}
.mod_list_flow .list li + li .flowIn {
 display: table;
 table-layout: fixed;
}
.mod_list_flow .list li .num {
 width: 45px;
 text-align: center;
 display: table-cell;
 vertical-align: middle;
}
.mod_list_flow .list li .tit {
 padding: 14px 11px;
 display: table-cell;
 font-size: 19.2px;
 font-size: 1.2rem;
 vertical-align: middle;
 letter-spacing: 0.04em;
}
.mod_list_flow .list li .free {
 position: absolute;
 right: 10px;
 top: 50%;
 padding: 2px 10px;
 display: inline-block;
 font-size: 1.2rem;
 background: #edeef0;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}

.mod_list_flow .list li a.ancerLink {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}

/* forPC */
@media screen and (min-width: 600px) {
 .mod_list_flow {
  width: 1070px;
  margin: 0 auto;
  padding: 52px 0;
 }
 .mod_list_flow .txt {
  font-size: 1.3rem;
  padding: 0;
 }
 .mod_list_flow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 82px 0 61px;
 }
 .mod_list_flow .list li {
  width: 182px;
  min-height: 181px;
  text-align: center;
  padding: 33px 0 44px;
  margin: 0 40px 0 0;
 }
 .mod_list_flow .list li:before {
  width: 15px;
  top: 50%;
  height: 1px;
  left: 196px;
  content: "";
  display: block;
  position: absolute;
  background: #323232;
 }
 .mod_list_flow .list li + li {
  margin-top: 0;
 }
 .mod_list_flow .list li + li:before {
  width: 15px;
  top: 50%;
  height: 1px;
  left: 196px;
 }
 .mod_list_flow .list li:nth-child(5n),
 .mod_list_flow .list li:last-child {
  margin-right: 0;
 }
 .mod_list_flow .list li:nth-child(5n):before,
 .mod_list_flow .list li:last-child:before {
  display: none;
 }
 .mod_list_flow .list li:nth-child(n + 6) {
  margin-top: 30px;
 }
 .mod_list_flow .list li + li .flowIn {
  display: block;
 }
 .mod_list_flow .list li .num {
  font-size: 2.2rem;
  display: block;
  width: auto;
 }
 .mod_list_flow .list li .tit {
  padding: 13px 0 0;
  display: block;
  font-size: 1.7rem;
  line-height: 1.41;
  letter-spacing: 0.075em;
 }
 .mod_list_flow .list li .free {
  font-size: 1.4rem;
  top: auto;
  bottom: 10px;
  left: 50%;
  padding: 5px 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 500;
 }
}
/*! .mod_catalog01
================================================ */
/*
#styleguide
mod_catalog01

mod_catalog01

```
		<div class="mod_cv_bottom01">
			<div class="innerPc cf">
				<p class="catch fontSerif">パパママハウスの注文住宅、<br class="viewSp">
				リノベーション、<br>
				デザイン規格住宅に興味のある方は、<br>
				なんでもお気軽にお問い合わせください。</p>
				<div class="cvBox">
					<div class="telArea">
						<div class="tel"><span class="txt fontLibre">FREE DIAL</span><a href="tel:052-526-4509" class="fontLibre">052-526-4509</a></div>
						<p class="reception">受付時間　AM 10:00 ～ PM 5:00</p>
					</div>
					<ul class="list">
						<li class="item"><a href="#">
							<div class="txtArea">
								<p class="tit fontSerif">カタログ請求</p>
								<p class="txt">150Pのカタログ無料送付!</p>
							</div>
						</a></li>
						<li class="item"><a href="#">
							<div class="txtArea">
								<p class="tit fontSerif">住宅相談</p>
								<p class="txt">お家のことならなんでも!!</p>
							</div>
						</a></li>
						<li class="item"><a href="#">
							<div class="txtArea">
								<p class="tit fontSerif">イベント情報</p>
								<p class="txt">最新見学会・相談会情報!!</p>
							</div>
						</a></li>
					</ul>
				</div>
			</div>
		</div>
```
*/
/* .mod_cv_bottom01
-------------------------------------- */
.mod_cv_bottom01 .catch {
 padding: 28px 0;
 color: #fff;
 font-size: 22.4px;
 font-size: 1.4rem;
 text-align: center;
 letter-spacing: 0.075em;
 line-height: 1.86;
 background: url(../img/common/cv_bottom/bg_cv01_sp.jpg) no-repeat center top;
 background-size: cover;
}
.mod_cv_bottom01 .cvBox {
 padding: 30px 15px 36px;
 background: #f3f5f6;
}
.mod_cv_bottom01 .cvBox .telArea {
 padding: 0 0 25px;
 text-align: center;
}
.mod_cv_bottom01 .cvBox .telArea .tel {
 margin-bottom: 10px;
}
.mod_cv_bottom01 .cvBox .telArea .tel .txt,
.mod_cv_bottom01 .cvBox .telArea .tel a {
 display: inline-block;
 vertical-align: middle;
}
.mod_cv_bottom01 .cvBox .telArea .tel .txt {
 margin-right: 5px;
 font-size: 17.6px;
 font-size: 1.1rem;
}
.mod_cv_bottom01 .cvBox .telArea .tel a {
 font-size: 41.6px;
 font-size: 2.6rem;
}
.mod_cv_bottom01 .cvBox .telArea .tel .reception {
 font-size: 19.2px;
 font-size: 1.2rem;
}
.mod_cv_bottom01 .cvBox .list {
 overflow: hidden;
}
.mod_cv_bottom01 .cvBox .list .item {
 display: table;
 width: 100%;
 min-height: 55px;
 margin-bottom: 10px;
 background: #fff;
 border: 1px solid #ccc9c8;
}
.mod_cv_bottom01 .cvBox .list .item:last-child {
 margin-bottom: 0;
}
.mod_cv_bottom01 .cvBox .list .item a {
 position: relative;
 display: table-cell;
 vertical-align: middle;
 margin-bottom: 7px;
 padding-left: 64px;
 background: url(../img/common/cv_bottom/pic_contact01.png) no-repeat left top;
 background-size: contain;
}
.mod_cv_bottom01 .cvBox .list .item a:before,
.mod_cv_bottom01 .cvBox .list .item a:after {
 content: "";
 display: block;
 position: absolute;
 top: 50%;
 right: 14px;
 -webkit-transition: 0.2s;
 transition: 0.2s;
 -webkit-transition-delay: 0.2s;
 transition-delay: 0.2s;
}
.mod_cv_bottom01 .cvBox .list .item a:before {
 width: 23px;
 height: 1px;
 background: #3b3b3b;
}
.mod_cv_bottom01 .cvBox .list .item a:after {
 width: 4px;
 height: 4px;
 margin-top: -1px;
 border-top: 1px solid #3b3b3b;
 border-right: 1px solid #3b3b3b;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.mod_cv_bottom01 .cvBox .list .item:nth-child(2) a {
 background: url(../img/common/cv_bottom/pic_contact02.png) no-repeat left top;
 background-size: contain;
}
.mod_cv_bottom01 .cvBox .list .item:nth-child(3) a {
 background: url(../img/common/cv_bottom/pic_contact03.png) no-repeat left top;
 background-size: contain;
}
.mod_cv_bottom01 .cvBox .list .item .txtArea .tit {
 font-size: 25.6px;
 font-size: 1.6rem;
}

@media screen and (min-width: 600px) {
 .mod_cv_bottom01 {
  background: url(../img/common/cv_bottom/bg_cv01_pc.jpg) no-repeat center top;
  background-size: 1920px auto;
  margin-top: 100px;
 }
 .mod_cv_bottom01 .catch {
  float: left;
  width: 605px;
  padding: 182px 30px 190px 124px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.66;
  text-align: left;
  background: none;
 }
 .mod_cv_bottom01 .cvBox {
  float: left;
  width: 465px;
  padding: 75px 0 75px 75px;
  background: none;
 }
 .mod_cv_bottom01 .cvBox .telArea {
  padding: 0;
  text-align: left;
 }
 .mod_cv_bottom01 .cvBox .telArea .tel .txt {
  font-size: 1.4rem;
 }
 .mod_cv_bottom01 .cvBox .telArea .tel a {
  font-size: 3.2rem;
 }
 .mod_cv_bottom01 .cvBox .telArea .reception {
  margin: 20px 0 25px;
 }
 .mod_cv_bottom01 .cvBox .list .item {
  display: block;
  min-height: auto;
 }
 .mod_cv_bottom01 .cvBox .list .item:before {
  background: #f4f5f7;
 }
 .mod_cv_bottom01 .cvBox .list .item:hover:before {
  background: #f4f5f7;
 }
 .mod_cv_bottom01 .cvBox .list .item a {
  width: 390px;
  padding-left: 102px;
 }
 .mod_cv_bottom01 .cvBox .list .item a:before,
 .mod_cv_bottom01 .cvBox .list .item a:after {
  right: 30px;
 }
 .mod_cv_bottom01 .cvBox .list .item a:before {
  width: 30px;
  height: 1px;
  background: #3b3b3b;
 }
 .mod_cv_bottom01 .cvBox .list .item .txtArea {
  margin: 22px 0px;
 }
 .mod_cv_bottom01 .cvBox .list .item .txtArea .tit {
  margin-bottom: 10px;
  font-size: 1.8rem;
 }
 .mod_cv_bottom01 .cvBox .list .item .txtArea .txt {
  font-size: 1.2rem;
  font-weight: 700;
 }
}
@media screen and (max-width: 767px) {
 .mod_cv_bottom01 {
  margin-top: 30px;
 }
}
.bnr01 {
 display: block;
}
@media screen and (min-width: 1025px) {
 .bnr01:hover {
  opacity: 0.7;
 }
}
@media screen and (min-width: 768px) {
 .bnr01 {
  max-width: 1070px;
  margin: 0 auto 50px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
 }
}
@media screen and (max-width: 767px) {
  body:not(#home) .bnr01 {
   margin-top: 20px;
  }
 }
@media screen and (min-width: 768px) {
 .bnr02 {
  max-width: 1070px;
  margin: 0 auto 50px;
 }
}
.linebrn {
 display: block;
}
@media screen and (min-width: 768px) {
 .linebrn {
  max-width: 355px;
  margin: auto;
 }
}
.linebrn:hover {
 opacity: 0.5;
}
.linebrn img {
 max-width: 100%;
 display: block;
 width: 100%;
 height: auto;
}
@media screen and (max-width: 767px) {
 .linebrn {
  width: 100% !important;
  padding: 25px 23px 45px !important;
 }
 .linebrn img {
  max-width: 100% !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
 }
}

/*# sourceMappingURL=maps/modules.css.map */
