@charset "UTF-8";
/*
dea's patio contents page style

0. page-header, page title
1. patio
2. option
3. tokucyo
4. paint
5. shop list
6. example

*/

/* 0. page-header, page title
-------------------------------------*/
.page-header_l_inner { padding: 20px 0; }
.bread-nav { font-size: 1.3rem; }
.bread-nav a { color: #666; }
.patio-pagetitle { padding: 0 0 60px; }
.page-product_tit {
	background: url(../img-product/page_title_bg.png) no-repeat center top;
	margin: 0 0 40px;
	padding: 13px 0 0;
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.1;
	letter-spacing: .05em;
}
.patio-pagetitle p {
	width: 770px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1.6;
}

@media (max-width: 767px) {
.bread-nav, .torisetu-btn { margin-bottom: 15px; }
.page-product_tit {
	background: url(../img-product/page_title_bg.png) no-repeat center top;
	background-size: 100% auto;
	padding: 20px 0;
	text-align: center;
	margin-bottom: 10px;
}
.imgtxt-page-product_tit {
	width: 119px;
	height: 29px;
	background: url(../img-product/page_title.png) no-repeat center top;
	background-size: 100% auto;
}
.imgtxt-page-option_tit {
	width: 125px;
	height: 27px;
	background: url(../img-option/page_title.png) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 0;
}
.imgtxt-page-tokucyo_tit {
	width: 140px;
	height: 28px;
	background: url(../img-tokucyo/page_title.png) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 0;
}
.imgtxt-page-shoplist_tit {
	width: 149px;
	height: 29px;
	background: url(../shop-list/img/page_title.png) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 0;
}
.imgtxt-page-example_tit {
	width: 88px;
	height: 28px;
	background: url(../example/img/page_title.png) no-repeat center top;
	background-size: 100% auto;
	margin-bottom: 0;
	}
.patio-pagetitle { margin: 0 10px; }
.patio-pagetitle p {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6;
}
}
/* --------------------------------------------------
	1. patio
-------------------------------------------------- */
.patio-wall_tit, .patio-pillar_tit, .patio-option_tit, .patio-tokucyo_tit1, .patio-tokucyo_tit2 {
	border-bottom: 2px solid #717171;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.patio-wall_read, .patio-option_read {
	color: #629521;
	margin-bottom: 15px;
}
/* wall outline
-------------------------------------*/
.wall-outline {
	border-bottom: 1px dotted #cfa93b;
	padding: 20px 0;
}
.wall-outline:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.bdr_none { border: none; }
.wall-outline-type_tit {
	background: url(../img-product/wall_title_bg.png) no-repeat 440px 80px;
	padding: 0 98px 24px 0;
	margin-bottom: 80px;
}
.wall-outline_img {
	float: left;
	width: 470px;
}
.wall-outline_desc {
	position: relative;
	float: right;
	width: 670px;
}
.wall-outline-type_fig {
	position: absolute;
	top: 210px;
	left: 345px;
}
.wall-outline-type_p {
	width: 370px;
	z-index: 10;
	position: absolute;
}
.wall-outline_caption, .pillar-outline_caption { margin: 10px 0 }
.wall-outline_caption dt, .pillar-outline_caption dt { font-size: 1.2rem; }
.wall-outline_caption dd, .pillar-outline_caption dd {
	font-size: 1.2rem;
	letter-spacing: -.05em;
}

@media (max-width: 767px) {
.wall-outline-type_tit {
	padding: 0;
	margin: 0 0 15px;
}
.wall-outline-type_tit img { width: 100%; }
.wall-outline_img, .wall-outline_desc {
	float: none;
	width: 100%;
	position: static;
}
.wall-outline-type_fig {
	position: static;
	margin: 15px auto 10px;
	text-align: center;
}
.wall-outline-type_fig img { margin-bottom: 10px; }
.wall-outline-type_p {
	position: static;
	width: 100%;
}
}
/* wall option
-------------------------------------*/

.patio-wall-option {
	background: #f3ecdb;
	padding: 55px 0 40px;
	margin: 40px 0;
}
.wall-option_list { margin-bottom: 20px; }
.wall-option_list:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.wall-option_list li {
	float: left;
	list-style: none;
	width: 270px;
	margin-right: 30px;
}
.wall-option_list li:last-child { margin: 0; }
.wall-option_list li dt { margin-bottom: 10px; }
.patio-wall-option_btn {
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
.wall-option_list li {
	float: none;
	margin: 0 auto 10px;
	width: 300px;
}
.wall-option_list li:last-child { margin: 0 auto; }
.patio-wall-option_btn { text-align: center; }
}
/* patio-pillar
-------------------------------------*/

.pillar-outline_img1 {
	float: left;
	width: 470px;
	margin-bottom: 30px;
}
.pillar-outline_img2 {
	float: right;
	width: 670px;
}
.pillar-outline_desc {
	clear: both;
	float: left;
	width: 570px;
}
.pillar-outline_img3 {
	float: right;
	width: 570px;
	margin-bottom: 60px;
}
.pillar-outline_img3:after, .patio-pillar-detail2:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.pillar-outline_desc h4 {
	color: #9c682e;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 60px;
}
.pillar-outline_desc p { font-size: 1.5rem; }
.patio-pillar-detail1 {
	clear: both;
	float: left;
	width: 570px;
}
.patio-pillar-detail2 {
	float: right;
	width: 570px;
	margin-bottom: 60px;
}
.pillar-detail_desc {
	float: right;
	width: 270px;
}
.pillar-detail_img {
	float: left;
	width: 270px;
}
.pillar-detail_img img { margin: 0 auto; }
.pillar-detail_desc h3 img { margin-bottom: 30px; }
.pillar-detail_desc p { margin-bottom: 15px; }
.patio-pillar .footnote04 {
	clear: both;
	margin-bottom: 60px;
	padding: 50px 0;
}
.pillar-gate_img {
	float: left;
	width: 300px;
	text-align: center;
}
.pillar-gate_desc {
	float: right;
	width: 850px;
}
.pillar-gate_img img { margin: 0 auto; }
.pillar-gate_desc h4 {
	color: #9c682e;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.pillar-gate_desc h5 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: normal;
}
.pillar-gate_desc dl, .pillar-gate_desc ul {
	clear: both;
	margin-bottom: 15px;
}
.pillar-gate_desc dl dd {
	font-weight: bold;
	padding-top: 7px;
}
.pillar-gate_desc dl dt {
	display: inline-block;
	float: left;
	margin-right: 1em;
	font-weight: normal;
}

@media (max-width: 767px) {
.pillar-outline_img1, .pillar-outline_img2, .pillar-outline_img3, .pillar-outline_desc, .patio-pillar-detail1, .patio-pillar-detail2, .pillar-detail_desc, .pillar-detail_img {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.pillar-outline_desc h4 {
	font-size: 1.5rem;
	margin-bottom: 1em;
}
.pillar-outline_desc p {
	font-size: 1.4rem;
	margin-bottom: 1em;
}
.pillar-detail_desc p { font-size: 1.3rem; }
.pillar-detail_img { text-align: center; }
.pillar-detail_img img { margin: 0 auto; }
.patio-pillar .footnote04 {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 0;
}
.pillar-detail_desc h3 {
	border-top: 2px solid #9c682e;
	padding-top: 15px;
	margin-top: 15px;
}
.pillar-gate_desc h4 {
	color: #9c682e;
	font-weight: bold;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.pillar-gate_desc h5 {
	font-size: 1.3rem;
	margin-bottom: 10px;
	font-weight: normal;
}
.pillar-gate_img, .pillar-gate_desc {
	width: 100%;
	float: none;
	padding: 0 10px
}
.pillar-gate_desc dl dt {
	display: inline-block;
	float: none;
	font-weight: normal;
}
.pillar-gate_desc .btn-pdfdl { margin-bottom: 25px; }
}
/* --------------------------------------------------
	2. option
-------------------------------------------------- */

/* kasagi
-------------------------------------*/
.patio-option .row, .patio-option-parts { margin: 30px 0 50px; }
.patio-option_subtit { margin-bottom: 30px; }
.patio-option-kasagi, .patio-option-yoroido, .patio-option-planter { margin-bottom: 60px; }
.patio-option .row:after, .patio-option-kasagi:after, .patio-option-yoroido:after, .patio-option-planter:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.patio-option-kasagi_desc img, .patio-option-kasagi_img img { margin-bottom: 20px; }
.patio-option-joint_img {
	text-align: center;
	margin: 30px 0 60px;
}
.patio-option-joint_img img { margin: 0 auto; }
.patio-option-joint_desc h3 { margin-bottom: 30px; }
.patio-option-joint_desc p { margin-bottom: 1em; }
.patio-option-gardengoods .grid3 img { margin-bottom: 30px; }
.patio-option-about_tit {
	background: #f3e9db;
	padding: 15px 0;
	border-top: 1px solid #918778;
	margin-bottom: 25px;
	text-align: center;
}
.patio-option-parts .grid4 h4 {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.patio-option-parts .grid4 dt {
	font-weight: normal;
	margin-bottom: 5px;
}
.patio-option-parts p { margin-bottom: 1em; }
.patio-option-gardengoods .footnote01 ul { margin: 10px; }
.patio-option-gardengoods .footnote01 ul li { margin-bottom: 5px; }

@media (max-width: 767px) {
.patio-option .row {
	width: 100%;
	max-width: 100%;
	margin: 10px 0 20px;
}
div[class*=grid] { margin: 0 0 10px 0; }
}
/* --------------------------------------------------
	3. tokucyo
-------------------------------------------------- */
.patio-tokucyo, .patio-size, .patio-fb-detail, .patio-fb-package { margin-bottom: 60px; }
.patio-fb-tokucyo_tit1 { clear: both; }
.patio-fb-kozo, .patio-fb-zokei, .patio-fb-quarity, .patio-fb-strength, .patio-fb-safety, .patio-fb-construction { margin: 20px 0 40px; }
.patio-fb-kozo:after, .patio-fb-zokei:after, .patio-fb-quarity:after, .patio-fb-strength:after, .patio-fb-safety:after, .patio-fb-construction:after, .patio-fb-package:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.patio-fb-kozo li, .patio-fb-zokei li {
	float: left;
	margin-right: 30px;
	width: 570px;
}
.patio-fb-quarity li, .patio-fb-strength li, .patio-fb-safety li, .patio-fb-construction li {
	float: left;
	margin-right: 30px;
	width: 270px;
}
.patio-fb-kozo li:last-child, .patio-fb-zokei li:last-child, .patio-fb-quarity li:last-child, .patio-fb-strength li:last-child, .patio-fb-safety li:last-child, .patio-fb-construction li:last-child { margin-right: 0; }
.patio-fb-package_desce dt { margin-bottom: 30px; }
.patio-fb-package_desc dt span {
	background: #b9e3f9;
	padding: 3px 6px;
	color: #542f21;
	margin-right: 1em;
}
.patio-fb-detail_para { margin: 15px 0 25px; }
.patio-price_list table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}
.patio-price_list table th, .patio-price_list table td {
	padding: 7px;
	border: 1px solid #666;
}
.patio-price_list table th {
	background: #bae3f9;
	text-align: center;
}
/*.patio-price_list table th	{ width: 13%; }*/
.patio-price_list table td { text-align: center; }
.patio-price_list table tr:nth-child(odd) { background-color: #fff; }
.patio-price_list table tr:nth-child(even) { background-color: #f3f3f3; }
.patio-price_list table td[rowspan] {
	background-color: #fff;
	vertical-align: middle;
}
.patio-price_list table td:nth-last-child(2) {
	text-align: left;
	padding-left: 10px;
}
/*.patio-price_list table td:first-child	{ text-align: left; }*/

.patio-transport h3 {
	color: #9c682e;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.patio-transport p, .patio-size p { margin-bottom: 10px; }
.patio-transport .footnote04 { padding: 15px; }
.patio-transport .footnote04 dt { margin-bottom: 10px; }

@media (max-width: 767px) {
.patio-fb-kozo li, .patio-fb-zokei li, .patio-fb-quarity li, .patio-fb-strength li {
	float: none;
	margin: 0 0 10px;
	width: 100%;
}
.patio-fb-kozo li img, .patio-fb-zokei li img, .patio-fb-quarity li img, .patio-fb-strength li img {
	text-align: center;
	margin: 0 auto;
}
.patio-price_list table {
	display: block;
	width: 100%;
	margin: 0 10px 20px;
}
.patio-price_list table thead {
	display: block;
	float: left;
	overflow-x: scroll;
}
.patio-price_list table tbody {
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}
.patio-price_list table th {
	display: block;
	width: auto;
}
.patio-price_list table tbody tr {
	display: inline-block;
	margin: 0 -3px;
}
.patio-price_list table td { display: block; }
.patio-price_list table td[rowspan] { background: #eed38b; }
}
/* --------------------------------------------------
	4. paint
-------------------------------------------------- */

.paint-pagetitle {
	padding: 30px 0 60px;
	text-align: center;
}
.paint_title { margin-bottom: 30px; }
.paint-category_tit {
	border-bottom: 2px solid #717171;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.paint-finishcoat, .paint-colorcoat { margin-bottom: 80px; }
.paint-finishcoat p, .paint-colorcoat p { margin-bottom: 1em; }
.paint-top .row { margin-bottom: 40px; }
.paint-finishcoat:after, .paint-colorcoat:after, .paint-top .row:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.paint-colorcoat dl { margin-bottom: 15px; }
.paint-colorcoat dt { margin-bottom: 10px; }
.paint-superior-function { }
.paint-superior-function h3 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #ebe1ce;
	border-top: 1px solid #867359;
	padding: 8px 12px;
	margin-bottom: 20px;
}
.paint-superior-function dt {
	color: #d86804;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.paint-superior-function dd { margin-bottom: 8px; }
.paint-superior-function .grid3 { text-align: center; }
.paint-superior-function .grid3 img { margin: 0 auto; }

@media (max-width: 767px) {
.paint-pagetitle { margin: 0 10px; }
.paint-top .row {
	width: 100%;
	max-width: 100%;
	margin: 10px 0 20px;
}
div[class*=grid] { margin: 0 0 10px 0; }
}
/* --------------------------------------------------
	5. shop list
-------------------------------------------------- */
.patio-shop-list:after { content : ""; display : block; height : 0; clear : both; }

.ggmap {
	position: relative;
	padding: 0 0 50%;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.ggmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.area_list {
	
	background: #fae0d3;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
	font-size: 1.5rem;
}
.area_list a:link, .area_list a:visited {
	color: #333;
	text-decoration: none;
}
.area_list a:hover { color: #e05236; }

.shop-list { margin-bottom: 60px;}
.shop-list-area_tit, .shop-detail_tit {
	clear: both;
	border-bottom: 2px solid #f1b99d;
	font-size: 1.8rem;
	margin-bottom: 20px;
	padding: 0 0 3px 3px;
}


.display-shop-list { margin-bottom: 40px;}
.display-shop-list:after, .shop-list:after, .shop-detai_gallery .row:after { content : ""; display : block; height : 0; clear : both; }
.display-shop-list li {
	width: 570px;
	float: left;
	/*background: url(../shop-list/img/icon_shoplist_arrow.png) no-repeat 544px center;*/
	border-bottom: 1px dotted #666;
	line-height: 2.2em;
	font-size: 1.6rem;
}
.display-shop-list li:nth-child(odd) { margin-right: 30px; }
.display-shop-list li span { color:#6bb444; width: 70px; padding-left:5px; display: inline-block; font-size: 1.4rem;}
.display-shop-list li a:link, .display-shop-list li a:visited { text-decoration:underline; color:#5a5a5a; font-weight: bold;}
.display-shop-list li a:hover { color: #f2c5b5; text-decoration: underline;}

.shop-detail { margin-bottom: 60px;}
.shop-detail_tit span {color:#6bb444; text-align: right; display:block; float: right; font-size: 1.5rem; font-weight: normal; padding-right: 5px; padding-top:3px;}
.shop-detail_info { background:#f3ecdb; border-radius: 5px; padding: 10px; margin-bottom: 30px;}
.shop-detail_info dl dt { font-weight: normal; float: left; margin-right: 1em;}

.shop-detai_gallery .row { margin-bottom:40px;}


@media (max-width: 767px) { 
	.display-shop-list li {
	width: 100%;
	/*background: url(../shop-list/img/icon_shoplist_arrow.png) no-repeat right center;*/
	border-bottom: 1px dotted #666;
	line-height: 2.2em;
	font-size: 1.4rem;
	padding-right: 10px;
}
	
}

/* --------------------------------------------------
	6. example
-------------------------------------------------- */
.patio-example { margin-bottom: 60px;}
.patio-example_tit {
	margin: 0 0 25px;
	color: #ac681d;
	font-size: 2.8rem;
	line-height: 1.1;
	padding: 0 0 10px 200px;
	background: url(../example/img/dot_border.png) repeat-x left bottom;
}
.patio-example_tit span {color:#666; font-size: 2rem; margin-left: 15px;}
.example_desc01 h3, .example_desc03 h3 {
	margin: 0 0 20px;
	color: #629521;
	font-size: 1.8rem;}
	.example_desc01 p,.example_desc02 p, .example_desc03 p { margin-bottom: 1.5em;}
	.example_desc01 h3, .example_desc01 p,
	.example_desc02 h3, .example_desc02 p,
	.example_desc03 h3, .example_desc03 p  { padding: 0 200px;}
	
	
	.patio-example .row { margin-bottom: 40px;}
	.patio-example .row:after {content : ""; display : block; height : 0; clear : both; }
	.patio-example .row p, .example01-main_img p { font-size: 1.2rem;}
	
 .example_desc01 { background: url(../example/img/leaf01.png) no-repeat right top;}
	
.example01-main_img { background: url(../example/img/flower01.png) no-repeat right 231px; padding-left: 200px; margin-bottom: 40px;}
.example_desc03 { background: url(../example/img/leaf02.png)  no-repeat center bottom; padding-bottom: 100px; margin-bottom: 40px;}	

@media (max-width: 767px) { 
	.top-example_list-tit {
		margin: 0 0 5px;
		color: #ac681d;
		font-size: 1.8rem;
		line-height: 1.1;
	}
	.patio-example_tit { padding: 0 0 10px 0;}
	.patio-example_tit span { display: block; margin: 10px 0 0 0;}
	.example01-main_img { padding: 0; background: none;}
	.example_desc01 h3, .example_desc01 p,
	.example_desc02 h3, .example_desc02 p,
	.example_desc03 h3, .example_desc03 p { padding: 0;}
	}