@import url("global.css");

/* ------------------------------
 TopHeader
------------------------------ */

#container {
	padding-top: 0;
}

#topheader {
	width: 100%;
}
#topheader .slider {
	width: 100%;
	height: 600px;
	position: relative;
	background-color:#F2ECE7;
}
#topheader .slider .wrapper {
	width: 1100px;
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 999;
}
#topheader .slider .wrapper h1 {
	position: absolute;
	left: 0;
}
#topheader .slider .wrapper h1 .sp {
	display: none;
}
#topheader .slider .wrapper .tel {
	position: absolute;
	right: 0;
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	text-shadow: 1px 1px 2px #999;  
}
#topheader .slider p.lead {
	font-size: 30px;
	font-weight: 700;
	color: #333;
	padding: 30px 2px;
	background-color: #fff;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	top: 90px;
	right: 50%;
	margin-left: -55px;
	z-index: 50;
	text-align: center;
}
#topheader .slider p.sub {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	padding: 25px 2px;
	background-color: #fff;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	position: absolute;
	top: 90px;
	right: 50%;
	margin-right: -55px;
	z-index: 50;
	text-align: center;
}
/**#topheader .slider-pro {
	width: 100%;
	height: 600px;
}**/
#topheader .slick-slide img {
	margin: 0 auto;
	text-align: center;
	position: relative;
	left: 50%; /* 画像の左端が画面中央にくる */
	margin-left: -650px;
}
#topheader #inner {
	width: 100%;
	height: 70px;
	position: relative;
	background-color: rgba(255,255,255,0.95);
}
#topheader #inner.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 120;
}


/* ------------------------------
 product
------------------------------ */

#product {
	width: 1100px;
	margin: 0 auto;
	padding: 80px 0 40px;
}
#product ul li {
	width: 350px;
	float: left;
	margin-left: 25px;
	position: relative;
}
#product ul li:first-child {
	margin-left: 0px;
}
#product ul li .image img {
	border-radius: 4px;
}
#product ul li .title {
	font-size: 19px;
	font-weight: 600;
	color: #582614;
	padding: 0 10px;
	height: 200px;
	background-color: #fff;
	border: 1px solid #582614;
	border-radius: 4px;
	position: absolute;
	top: -30px;
	left: 10px;
	white-space: nowrap;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: mixed;
}
#product ul li .txt {
	font-size: 15px;
	font-weight: 600;
	padding: 20px 0 15px;
	margin: 0 10px;
	line-height: 1;
	border-bottom: 1px dashed #333;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#product ul li a:hover .txt {
	color: #582614;
}


#product ul li .title img {
	width: 14px;
	margin: 10px 10px 0 0;
}

/* ------------------------------
 topics
------------------------------ */

#topics {
	width: 1100px;
	margin: 40px auto;
}

/*** event ***/

#topics #event {
	width: 730px;
	float: left;
}
#topics #event a {
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#topics #event .image {
	width: 350px;
	height: 240px;
	overflow: hidden;
	float: left;
}
#topics #event a:hover .image {
	opacity: 0.7;
}
#topics #event .image img {
	border-radius: 4px;
}
#topics #event .txt {
	padding-left: 370px;
	text-align: left;
}
#topics #event .txt .category {
	background-color: #582614;
	display: inline-block;
	padding: 5px 30px;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
#topics #event .txt h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0 10px;
	line-height: 1.5;
}
#topics #event .txt a:hover h3 {
	color: #582614;
}
#topics #event .txt .day {
	font-size: 12px;
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}
#topics #event .txt .day::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 10px;
	height: 2px;
	width: 20px;
	background-color: #333;
}
#topics #event .txt .text {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.7;
}


/*** news ***/

#topics #news {
	width: 350px;
	float: right;
}
#topics #news h3 {
	background-color: #582614;
	padding: 5px 30px;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}
#topics #news ul {
	margin-top: 0px;
}
#topics #news ul li {
	border-bottom: 1px dashed #aaa;
}
#topics #news ul li a {
	padding: 10px 20px;
	margin: 5px 0;
	text-align: left;
	display: block;
}
#topics #news ul li div {
	padding: 10px 20px;
	margin: 5px 0;
	text-align: left;
	display: block;
}
#topics #news ul li a:hover {
	background-color: #F2ECE7;
}
#topics #news ul li .day {
	font-weight: 600;
}
#topics #news ul li .title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	padding-top: 2px;
}
#topics #news .arrow {
	text-align: right;
	margin-top: 10px;
}



/* ------------------------------
 space
------------------------------ */

#space {
	background: url(../img/space_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding: 80px 0 110px;
}
#space .wrapper {
	text-align: center;
}
#space::before {
	content: "";
	background: url(../img/space_top.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 20px;
}
#space::after {
	content: "";
	background: url(../img/space_bottom.png) no-repeat center center;
	background-size: cover;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 20px;
}
#space h2 {
	font-size: 36px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
	margin-bottom: 12px;
	border-bottom: 1px dashed #582715;
	padding: 0 50px 14px;
}
#space .txt {
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 23px;
	font-weight: 700;
	color: #582715;
	line-height: 1;
}
#space ul {
	margin-top: 40px;
}
#space ul li {
	width: 260px;
	float: left;
	margin-left: 20px;
}
#space ul li:first-child {
	margin-left: 0px;
}
#space ul li img {
	border-radius: 4px;
}



/* ------------------------------
 blog
------------------------------ */

#blog {
	padding: 60px 0;
}
#blog .fl,
#blog .fr {
	width: 48%;
}
#blog h3 {
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	border: 1px solid #592816;
	border-radius: 4px;
	line-height: 1;
	margin-bottom: 30px;
}
#blog h3 a {
	display: block;
	padding: 10px 20px;
	color: #592816;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#blog h3 a:hover {
	background-color: #F2ECE7;
}
#blog h3 span {
	float: right;
}
#blog .image {
	margin-left: 10px;
	width: 205px;
	float: left;
	background-color: #582614;
	border-radius: 4px;
}
#blog .image a:hover {
	opacity: 0.7;
}
#blog .image img {
	border-radius: 4px;
}
#blog .txt {
	padding-left: 245px;
	margin-right: 10px;
}
#blog .txt .day {
	font-size: 13px;
	font-style: italic;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	line-height: 1;
}
#blog .txt .category {
	font-size: 13px;
	font-style: italic;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	border-left: 1px solid #aaa;
	line-height: 1;
}
#blog .txt h4 {
	font-size: 15px;
	font-weight: 700;
	margin-top: 10px;
	line-height: 1.6;
}
#blog .txt .text {
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.7;
}

/* ------------------------------
 LINE BLOG
------------------------------ */

#lineblog{
	width:1100px;
	margin:10px auto 50px;
	overflow: hidden;
}
#lineblog .bnr {
/*	float: left;*/
	border-radius: 3px;
	margin: 0 auto;
	width: 530px;
	box-sizing: border-box;
	overflow: hidden;
	display: inline-block;
}
/*#lineblog .bnr:nth-child(odd) {
	margin-right: 40px;
}*/

#lineblog div a {
	text-align: center;
	display: block;
}
#lineblog div a:hover{
	opacity: 0.8;
}
#lineblog .line {
	border: 1px solid #592816;
}
#lineblog .recruit {
}
#lineblog .recruit a {
	background: url(../img/recruit_bnr.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 3px;
	height: 100px;
/*	display: block;*/
}
#lineblog .recruit a span {
	color: #fff;
	display: block;
	font-size: 33px;
	line-height: 96px;
	letter-spacing: 7px;
	text-align: left;
	padding-left: 75px;
	text-shadow: 0px 0px 8px #000;
}

/* --- ウッドデッキ展示場 .exhibition --- */

#lineblog .bnr:nth-child(3n) {
	margin-top: 20px;
}
#lineblog .bnr:nth-child(3) {
	margin-right: 0;
}

#lineblog .exhibition {
}
#lineblog .exhibition a {
	background: url(../img/exhibition_bnr.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 3px;
	height: 100px;
/*	display: block;*/
}
#lineblog .exhibition a span {
	color: #fff;
	display: block;
	font-size: 33px;
	line-height: 96px;
	letter-spacing: 1px;
	text-align: left;
	padding-left: 75px;
	text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
}



.urin {
	margin: 60px 0;
}
.urin a {
	display: block;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 60px 0;
	text-align: center;
	overflow: hidden;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 200;
	background: url("../img/banner_urin.jpg") no-repeat center center;
	background-size: cover;
}
.urin a:hover {
	opacity: .7;
}
.urin p {
	color: #FFF;
	font-size: 38px;
	line-height: 1.5;
	position: relative;
	text-indent: -44px;
	margin-bottom: 10px;
}
.urin p img {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translate(17px, -20px);
	transform: translate(17px, -20px);
}
.urin span {
	display: inline-block;
	background-color: #58943E;
	color: #FFF;
	padding: 0 50px 3px;
	font-size: 23px;
	line-height: 36px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.urin p.btn {
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
    max-width: 600px;
	font-size: 26px;
	font-weight: bold;
    padding: 10px 0;
    border: 2px solid #fff;
    display: block;
    position: relative;
    border-radius: 3px;
    text-align: center;
	background: #582614;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.urin p.btn::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -6px;
}
.urin a:hover >p.btn{
	background: #C76A38;
}



/* ------------------------------
 works
------------------------------ */

#works .wrapper h2 {
	font-family:'Segoe Print', 'Kalam', 'Noto Sans JP',"Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 48px;
	font-weight: 500;
	padding-left: 45px;
	position: relative;
}
#works .wrapper h2::before {
	content:"";
	position: absolute;
	top: 45px;
	left: 2px;
	width: 20px;
	height: 2px;
	background-color: #333;
}
#works .workslist {
	height: 360px;
}
#works .workslist li a {
	display: block;
	width: 510px;
	height: 360px;
	position: relative;
}
#works .workslist li a .image {
	position: absolute;
	top:0;
	left:0;
}
#works .workslist li a::before {
	content: "";
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-color: rgba(255,255,255,0.6);
	opacity:0;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 3;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#works .workslist li a:hover::before {
	opacity:1;
}
#works .workslist li a .txt .title {
	position: absolute;
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	top: 120px;
	left: 0;
	font-size: 18px;
	font-weight: 700;
	padding: 0 40px;
	line-height: 1.6;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 5;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works .workslist li a:hover .txt .title {
	opacity:1;
}
#works .workslist li a .txt .text {
	position: absolute;
	display: block;
	top: 160px;
	left: 0;
	font-size: 14px;
	font-weight: 600;
	padding: 0 40px;
	text-align: left;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	z-index: 5;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#works .workslist li a:hover .txt .text {
	opacity:1;
}




/* ------------------------------------------------------------------------------------------------------------------------

/* 1099px（タブレット縦）以下から 1カラム表示

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

#container {
	padding-top: 70px;
}

/* ------------------------------
 TopHeader
------------------------------ */

#topheader .slider {
	height: auto;
	background-color:#fff;
}
#topheader .slider .wrapper h1 {
	position: fixed;
	top:15px;
	left: 10px;
	z-index:9999;
}
#topheader .slider .wrapper h1 .pc {
	display: none;
}
#topheader .slider .wrapper h1 .sp {
	display: block;
	width: 200px;
}
#topheader .slider .wrapper .tel {
	display: none; 
}
#topheader .slider p.lead {
	font-size: 24px;
	padding: 30px 2px;
	top: 75px;
	right: 50%;
	margin-left: -55px;
}
#topheader .slider p.sub {
	font-size: 16px;
	padding: 25px 2px;
	top: 75px;
	right: 50%;
	margin-right: -50px;
}
#topheader .slick-slide img {
	left: inherit; /* 画像の左端が画面中央にくる */
	margin-left: 0;
}
#topheader #inner {
	position: fixed;
	left: 0;
	top: 0;
	z-index:120;
}



/* ------------------------------
 product
------------------------------ */

#product {
	width: auto;
	max-width: 100%;
	margin: 0 20px;
	padding: 70px 0 40px;
}
#product ul li {
	width: 48%;
	margin-left: 4%;
}
#product ul li:nth-child(3) {
	width: 48%;
	margin-left: 0;
	margin-top: 60px;
}



/* ------------------------------
 topics
------------------------------ */

#topics {
	width: auto;
	max-width: 100%;
	margin: 40px auto 60px;
}


/*** event ***/

#topics #event {
	width: auto;
	max-width: 100%;
	margin: 0 20px;
	float: none;
}
#topics #event .image {
	width: 280px;
	height: 200px;
}
#topics #event .txt {
	padding-left: 310px;
}
#topics #event .txt .category {
	padding: 4px 25px;
	font-size: 14px;
}
#topics #event .txt h3 {
	font-size: 20px;
}


/*** news ***/

#topics #news {
	width: auto;
	max-width: 100%;
	float: none;
	margin: 40px 20px 0;
}
#topics #news h3 {
	padding: 10px 30px;
}



/* ------------------------------
 space
------------------------------ */

#space {
	padding: 70px 0 70px;
}
#space h2 {
	font-size: 30px;
}
#space .txt {
	font-size: 20px;
}
#space ul li {
	width: 23.5%;
	margin-left: 2%;
}




/* ------------------------------
 blog
------------------------------ */

#blog {
	padding: 60px 0;
}
#blog .fl,
#blog .fr {
	width: 100%;
	float: none;
	margin-top: 60px;
}
#blog .fl {
	margin-top: 0px;
}
#blog h3 {
	font-size: 15px;
	font-weight: 600;
	overflow: hidden;
	border: 1px solid #592816;
	border-radius: 4px;
	line-height: 1;
	margin-bottom: 30px;
}
#blog .image {
	width: 130px;
}
#blog .txt {
	padding-left: 170px;
	margin-right: 10px;
}

/* ------------------------------
 LINE BLOG
------------------------------ */
#lineblog{
	width:auto;
	margin:20px auto 40px;
}
#lineblog .bnr {
	margin: 0 auto 15px;
	padding: 1px;
	float: none;
}
#lineblog .bnr:nth-child(odd) {
	margin: 0 auto 15px;
}


/* --- ウッドデッキ展示場 .exhibition --- */

#lineblog .bnr:nth-child(3n) {
    margin-top: 0;
}


.urin a {
	padding: 70px 0;
}
.urin p {
	font-size: 36px;
}
.urin span {
	padding: 0 20px 3px;
	margin: 0 20px;
	font-size: 20px;
	line-height: 32px;
}

.urin p.btn {
    text-align: center;
    max-width: 480px;
	font-size: 24px;
}

	
	

/* ------------------------------
 works
------------------------------ */

#works .wrapper h2 {
	font-size: 40px;
	padding-left: 40px;
	margin-bottom: 10px;
}
#works .wrapper h2::before {
	content:"";
	top: 35px;
}
#works .workslist {
	height: 300px;
}
#works .workslist li a {
	display: block;
	width: 425px;
	height: 282px;
	position: relative;
}
#works .workslist li a .txt {
	display: none;
}
.slick-slide img
{
	max-width: 100%;
}

}




/* ------------------------------------------------------------------------------------------------------------------------

/* 幅644px以下

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

#container {
	padding-top: 60px;
}

/* ------------------------------
 TopHeader
------------------------------ */

#topheader .slider {
	height: auto;
}
#topheader .slider .wrapper h1 .sp {
	width: 130px;
}
#topheader .slider .wrapper .tel {
	display: none; 
}
#topheader .slider p.lead {
	color: #fff;
	font-size: 20px;
	padding: 5px;
	width: 80%;
	top: 50%;
	left: 50%;
	margin-left: 0;
	margin-top: -15px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background-color: inherit;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	text-shadow: 1px 1px 2px #999;
}
#topheader .slider p.sub {
	color: #fff;
	font-size: 16px;
	padding: 5px;
	width: 80%;
	top: 50%;
	left: 50%;
	margin-left: 0;
	margin-top: 15px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	background-color: inherit;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	text-shadow: 1px 1px 2px #999;
}
#topheader .slider-pro {
	height: 270px;
}
#topheader #inner {
	height: 60px;
}



/* ------------------------------
 product
------------------------------ */

#product {
	margin: 0 10px;
	padding: 20px 0 40px;
}
#product ul li {
	width: 100%;
	margin-left: 0%;
	margin-top: 20px;
}
#product ul li:nth-child(3) {
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
}
#product ul li .image {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
#product ul li .title {
	font-size: 22px;
	font-weight: 600;
	color: #582614;
	padding: 0;
	height: auto;
	background-color: inherit;
	border: none;
	border-radius: 4px;
	position: relative;
	top: 0;
	left: 0px;
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;
	writing-mode: horizontal-tb;
	margin-top: 10px;
}
#product ul li .txt {
	font-size: 13px;
	padding: 1px 0 10px;
	margin: 0 ;
	line-height: 1.6;
	border-bottom: 1px dashed #aaa;
}

#product ul li .title img {
	margin: 0px 5px 2px;
    width: 16px;
}



/* ------------------------------
 topics
------------------------------ */

#topics {
	width: auto;
	max-width: 100%;
	margin: 10px auto 50px;
}


/*** event ***/

#topics #event {
	margin: 0 10px;
}
#topics #event .image {
	width: 100%;
	max-wifth: 360px;
	margin: 0 auto;
	float: none;
}
#topics #event .txt {
	padding-left: 0px;
	margin-top: 20px;
}
#topics #event .txt .category {
	padding: 4px 25px;
	font-size: 14px;
}
#topics #event .txt h3 {
	font-size: 16px;
	line-height: 1.6;
}
#topics #event .txt .text {
	line-height: 1.8;
}


/*** news ***/

#topics #news {
	margin: 40px 10px 0;
}
#topics #news h3 {
	padding: 10px 0px;
}
#topics #news ul li a {
	padding: 10px 5px;
	margin: 5px 0;
	text-align: left;
	display: block;
}
#topics #news ul li div {
	padding: 10px 5px;
	margin: 5px 0;
	text-align: left;
	display: block;
}


/* ------------------------------
 space
------------------------------ */

#space {
	padding: 50px 0 60px;
}
#space h2 {
	font-size: 24px;
}
#space .txt {
	font-size: 16px;
}
#space ul {
	margin-top: 20px;
}
#space ul li {
	width: 49%;
	margin-left: 2%;
	margin-top: 10px;
}
#space ul li:nth-child(3) {
	margin-left: 0%;
}



/* ------------------------------
 blog
------------------------------ */

#blog {
	padding: 40px 0;
}
#blog .fl,
#blog .fr {
	margin-top: 20px;
}
#blog h3 {
	font-size: 15px;
	line-height: 1;
	margin-bottom: 25px;
}
#blog h3 a {
	padding: 10px 10px;
}
#blog .image {
	width: 100px;
	margin-left: 0;
}
#blog .txt {
	padding-left: 120px;
	margin-right: 0px;
}
#blog .txt h4 {
	font-size: 15px;
	margin-top: 5px;
}
#blog .txt .text {
	font-size: 13px;
	margin-top: 10px;
	line-height: 1.8;
}

/* ------------------------------
 LINE BLOG
------------------------------ */

#lineblog .bnr{
	width: auto;
	margin: 10px;
	display: block;
}
#lineblog .bnr:nth-child(odd) {
	margin: 10px;
}

#lineblog .recruit a {
	height: 80px;
	background-size: cover;
}
#lineblog .recruit a span {
	padding-left: 35px;
	font-size: 22px;
	line-height: 78px;
}

/* --- ウッドデッキ展示場 .exhibition --- */

#lineblog .exhibition a {
	height: 80px;
	background-size: cover;
}
#lineblog .exhibition a span {
	padding-left: 35px;
	font-size: 22px;
	line-height: 78px;
}

.urin {
	margin: 30px 0;
}
.urin a {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 40px 0;
}
.urin p {
	font-size: 24px;
	line-height: 1.4;
	text-indent: -22px;
}
.urin p img {
	width: 22px;
	-webkit-transform: translate(7px, -5px);
	transform: translate(7px, -5px);
}
.urin span {
	margin: 0 10px;
	padding: 10px 20px 12px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.4;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}

.urin p.btn {
    text-align: center;
    font-size: 15px;
    max-width: none;
	width: 95%;
    margin: 20px auto 0;
}
.urin p.btn::after {
    width: 10px;
    height: 10px;
    right: 10px;
    margin-top: -7px;
}

			
/* ------------------------------
 works
------------------------------ */

#works .wrapper h2 {
	font-size: 30px;
	padding-left: 35px;
}
#works .wrapper h2::before {
	content:"";
	top: 25px;
}
#works .workslist {
	height: 180px;
}
#works .workslist li a {
	display: block;
	width: 255px;
	height: 170px;
	position: relative;
}
#works .workslist li a .txt {
	display: none;
}





}









