@charset "utf-8";

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

DIYレッスン

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

/* import
--------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* html, body
--------------------------------------------------*/
body {
	color:#000;
	font-family: 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* トップページ
--------------------------------------------------*/

#diy-index-copyNew{
	width: 1200px;
	margin:0 auto;
}
#diy-index-mainvisual {
	position: relative;
	width: 1200px;
	margin:50px auto 0;
}
#diy-index-mainvisual h1{
	position:absolute;
	top: -20px;
	right: 134px;
}
#diy-index-mainvisual h2{
	position:absolute;
	top: 290px;
	right: 190px;
}
#diy-index-mainvisual .mv{
	margin-bottom: 80px;
}
#diy-index-mainvisual .lead{
	width: 620px;
	text-align: left;
	padding-left: 110px;
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: 0.15em;
	padding-bottom: 80px;
}
#diy-index-mainvisual .arw{
	position:absolute;
	bottom: 0px;
	right: 300px;
}
#diy-index-mainvisual .photo{
	position:absolute;
}
#diy-index-mainvisual .photo01{
	right: 0;
	top: 343px;
}
#diy-index-mainvisual .photo02{
	left: 100px;
	top: 66px;
}
#diy-index-mainvisual .photo03{
	left: 0px;
	top: 370px;
}
/* lesson */
#diy-index-bnr{
	width: 990px;
	margin:0 auto;
}
#diy-index-bnr .lesson{
	width: 973px;
	position: relative;
}
#diy-index-bnr .lesson+.lesson{
	margin-top: 90px;
}
#diy-index-bnr .img{
	position: relative;
}
#diy-index-bnr .img .new{
	position: absolute;
/*	top: -35px;
	left: -35px;*/
}
#diy-index-bnr .lesson .txtArea{
	position: absolute;
	top: 30px;
	width: 275px;
}
#diy-index-bnr .lesson .txtArea .enTitle{
	margin-bottom: 20px;
}
#diy-index-bnr .lesson .txtArea .inner{
	padding: 0 20px;
}
#diy-index-bnr .lesson .txtArea .title{
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.15em;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
#diy-index-bnr .lesson .txtArea .title span{
	background:url(../images/bg.png);
	background-size: auto 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 2px 2px;
}
#diy-index-bnr .lesson .txtArea .txt{
	text-align: left;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
}
#diy-index-bnr .lesson .txtArea .timeArea{
	position: relative;
}
#diy-index-bnr .lesson .txtArea .timeArea:before,
#diy-index-bnr .lesson .txtArea .timeArea:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height:1px;
	background: #000;
}
#diy-index-bnr .lesson .txtArea .timeArea:before{
	bottom:0;
}
#diy-index-bnr .lesson .txtArea .timeArea:after{
	bottom:-4px;
}
#diy-index-bnr .lesson .txtArea .timeArea dt{
	float: left;
	padding-left: 24px;
	background: url(../images/icon-time.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}
#diy-index-bnr .lesson .txtArea .timeArea dd{
	float: right;
}
#diy-index-bnr .lesson .btn{
	position: absolute;
	bottom: -20px;
	z-index: 10;
}
#diy-index-bnr .lesson .btn a{
	padding: 10px 55px 10px 10px;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	border: solid 1px #000;
	position: relative;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#diy-index-bnr .lesson .btn a:hover{
	background: #f3e149;
	text-decoration: none;
}
#diy-index-bnr .lesson .btn a.off:hover{
	background: #fff;
}
#diy-index-bnr .lesson .btn a:before{
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height:100%;
	top: 5px;
	left: 5px;
	border: solid 1px #000;
}
#diy-index-bnr .lesson .btn a p{
	padding-left: 24px;
	position: relative;
}
#diy-index-bnr .lesson .btn a p:before{
	position: absolute;
	content: '';
	display: block;
	width: 5px;
	height:5px;
	border: solid 1px #000;
	border-radius: 6px;
	top: 50%;
	margin-top: -4px;
	left: 0px;
}
#diy-index-bnr .lesson .btn a span{
	position: absolute;
	display: block;
	width: 10px;
	height:9px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 15px;
	top:50%;
	margin-top: -4px;
}
#diy-index-bnr .lesson .arw{
	position: absolute;
	z-index: 10;
}

/* LESSON01,03,05 */
#diy-index-bnr #lesson01{
	margin-top: -30px;
}
#diy-index-bnr #lesson01,
#diy-index-bnr #lesson03,
#diy-index-bnr #lesson05{
	margin-right: 17px;
}
#diy-index-bnr #lesson01 .txtArea,
#diy-index-bnr #lesson03 .txtArea,
#diy-index-bnr #lesson05 .txtArea{
	right: 30px;
}
#diy-index-bnr #lesson01 .btn,
#diy-index-bnr #lesson03 .btn,
#diy-index-bnr #lesson05 .btn{
	right: 40px;
}
#diy-index-bnr #lesson01 .arw,
#diy-index-bnr #lesson03 .arw,
#diy-index-bnr #lesson05 .arw{
	bottom: -117px;
	left:232px;
}

/* LESSON02,04 */
#diy-index-bnr #lesson02,
#diy-index-bnr #lesson04{
	margin-left: 17px;
}
#diy-index-bnr #lesson02 .txtArea,
#diy-index-bnr #lesson04 .txtArea{
	left: 30px;
}
#diy-index-bnr #lesson02 .btn,
#diy-index-bnr #lesson04 .btn{
	left: 40px;
}
#diy-index-bnr #lesson02 .arw,
#diy-index-bnr #lesson04 .arw{
	bottom: -117px;
	right:189px;
}




/* 共通SNS
--------------------------------------------------*/
.diy-snsBtnRight {
	margin:30px auto 0 auto;
	width:956px;
}
#diy-wrapper .il-snsBtnRight {
	margin:20px auto 0 auto;
}
.diy-snsBtnRight ul {
	float:right;
}
.diy-snsBtnRight ul li ,
.diy-snsBtnLeft ul li {
	float:left;
	margin-right:15px;
}
.diy-snsBtnRight ul li:last-child {
	margin-right:0;
}
.diy-snsBtnRight ul li:last-child {
	margin-right:0;
}
.diy-snsBtnLeft {
	margin:60px auto 15px auto;
	width:956px;
}
#diy-wrapper .il-snsBtnLeft {
	margin:45px auto 60px auto;
}
.diy-snsBtnLeft ul {
	float:left;
}



/* 下層
--------------------------------------------------*/
/* 共通 */
#diy-wrapper {
	margin:0 auto;
	width:956px;
	text-align:left;
	font-size: 14px;
}
#diy-wrapper p {
	font-size: 14px;
	line-height:1.8em;
}
.alignright {
	float: right;
    display: inline-block;
    margin: 0 0 40px 30px;
}
.alignleft {
	float: left;
	display: inline-block;
    margin: 0 40px 40px 0;
}
.aligncenter {
	text-align: center;
}
.al {
	text-align: left!important;
}
.finish .aligncenter {
	font-size: 22px !important;
}
.finish .ac {
	text-align: center;
}
.bg{
	position: relative;
}
.bg:before{
	position: absolute;
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	bottom:-20px;
	right:-20px;
	z-index: -1;
}
.bg01:before{
	background:url(../images/bg01.png);
}
.bg02:before{
	background:url(../images/bg02.png);
}
.indent{
	padding-left: 1.0em;
	text-indent: -1.0em;
}
/* 1column */
.diy-1col{
}
.diy-1col .img{
	margin-bottom: 30px;
}
.diy-1col .lead{
	text-align: center;
	font-size: 16px;
	line-height: 2.2em;
	margin-bottom: 30px;
}
.diy-1col .lead.al{
	text-align: left;
}
.diy-1col h2{
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}
.diy-1col.boder{
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
	margin-top: 60px;
}



/* 2column */
.diy-2col+.diy-2col{
	margin-top: 40px;
}
.diy-2col .diy-2col-left{
	width: 510px;
	float: left;
}
.diy-2col .diy-2col-right{
	width: 390px;
	float: right;
}
.diy-2col.pattern02 .diy-2col-left{
	width: 245px;
	float: left;
}
.diy-2col.pattern02 .diy-2col-right{
	width: 660px;
	float: right;
}
.diy-2col.pattern02 strong{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}


.table{
	width: 100%;
}
.table,
.table td,
.table th{
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: center;
}
.table td,
.table th{
	padding: 20px 25px;
/*	width: 30px;
	height: 25px;*/
}
.table th {
	font-weight: bold;
	background: #f3e149;
}
.table th.cat{
	min-width: 180px;
}
.table th.price{
	min-width: 150px;
}

/* h2 */
#diy-wrapper .lessonTtl{
	border: dashed 2px #000;
	padding: 20px 30px;
	margin-bottom: 40px;
}
#diy-wrapper .lessonTtl .lesson{
	margin-right: 30px;
}
#diy-wrapper .lessonTtl .y-line{
	font-size: 23px;
}
/* 黄色ボーダー背景 */
#diy-wrapper .y-line{
	background:url(../images/bg.png);
	background-size: auto 13px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding:0 2px 2px;
}
/* h3 */
#diy-wrapper .secTtl{
	font-weight: bold;
	font-size: 18px;
	border-bottom: solid 2px #000;
	display: inline-block;
}
/* diy-section */
#diy-wrapper .diy-section+.diy-section{
	margin-top:80px;
}



/* mainImg */
#diy-wrapper .mainImg{
	position: relative;
	margin-bottom: 50px;
}
#diy-wrapper .mainImg:before{
	position: absolute;
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	bottom:-20px;
	right:-20px;
	background: #f8f8ec;
	z-index: -1;
}
/* postHead */
#diy-wrapper .postHead{
	margin-bottom: 50px;
	position: relative;
}
#diy-wrapper .postHead .logo{
	position: absolute;
	top: -75px;
	left: 30px;
}
#diy-wrapper .postHead .txtArea{
	width: 680px;
	float: right;
}
#diy-wrapper .postHead .txtArea .titleArea{
	margin-bottom: 20px;
}
#diy-wrapper .postHead .txtArea .titleArea .leftWrap{
	width: 500px;
	float: left;
}
#diy-wrapper .postHead .txtArea .titleArea .leftWrap .tag{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1;
	background: #f3e149;
	display: inline-block;
	margin-bottom: 5px;
}
#diy-wrapper .postHead .txtArea .titleArea .leftWrap .subTtl{
	font-size: 18px;
	margin-bottom: 0px;
}
#diy-wrapper .postHead .txtArea .titleArea .leftWrap h1{
	font-size: 35px;
	line-height: 1.3;
	color: #000;
	font-weight: bold;
	letter-spacing: 0.00em;
}
#diy-wrapper .postHead .txtArea .read{
	font-size: 16px;
	line-height: 2;
}
#diy-wrapper .postHead .txtArea .titleArea .timeArea{
	width: 145px;
	padding: 20px 0;
	text-align: center;
	float: right;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
}
#diy-wrapper .postHead .txtArea .titleArea .timeArea dt{
	padding-left: 24px;
	background: url(../images/icon-time.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	display: inline-block;
	letter-spacing: 0.2em;
}


/* 必要なもの */
.needArea{
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	padding: 40px 0 60px;
	margin-bottom: 40px;
}
.needArea.borderNone{
	border-top: none;
	padding: 0px 0 60px;
}
.needArea .diy-2col .diy-2col-left{
	width: 400px;
}
.needArea .diy-2col .diy-2col-right{
	width: 510px;
}
.needArea .diy-2col .list ul{
	float: left;
}
.needArea .diy-2col .list ul+ul{
/*	margin-left: 10px;*/
}
.needArea .diy-2col .list ul li{
/*	font-size: 13px;
	letter-spacing: -0.01em;*/
}
.needArea .list ul li+li{
	margin-top: 10px;
}

/* 作り方 */
.making{
	text-align: center;
	padding: 0px 0 60px;
}
.making .makingStep{
	text-align: left;
	margin-top: 10px;
}
.making .makingStep li+li{
	margin-top: 30px;
}
.making .makingStep li .step{
	margin-bottom: 10px;
}
.making .diy-2col .diy-2col-left{
	width: 400px;
	position: relative;
}
.making .diy-2col .diy-2col-left:before,
.making .diy-2col .diy-2col-left:after{
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
}
.making .diy-2col .diy-2col-left:before{
	width: 133px;
	height: 42px;
	background: url(../images/step_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 11px;
	left: -19px;
}
.making .diy-2col .diy-2col-left:after{
	width: 67px;
	height: 102px;
	background: url(../images/step_arw01.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 50%;
	margin-left: -33px;
	bottom:-90px;
}
.making .even .diy-2col .diy-2col-left:after{
	background: url(../images/step_arw02.png);
}
.making .finish .diy-2col .diy-2col-left:after{
	display: none;
}

.making.stepNone .diy-2col .diy-2col-left:before,
.making.stepNone .diy-2col .diy-2col-left:after{
	display: none;
}





.making .diy-2col .diy-2col-right{
	margin-top: 25px;
	width: 510px;
	height: 290px;
	display: table;
	position: relative;
}
.making .diy-2col .diy-2col-right:before,
.making .diy-2col .diy-2col-right:after{
	position: absolute;
	content: '';
	display: block;
	width: 34px;
	height: 31px;
}
.making .diy-2col .diy-2col-right:before{
	top: 0;
	left: 0;
	border-top:dashed 1px #000;
	border-left:dashed 1px #000;
}
.making .diy-2col .diy-2col-right:after{
	right: 0;
	bottom: 0;
	border-right:dashed 1px #000;
	border-bottom:dashed 1px #000;
}
.making .diy-2col .diy-2col-right .box{
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
}
.making .diy-2col .diy-2col-right .box strong{
	font-size: 15px;
	display: block;
	margin-bottom: 5px;
}

/* .making .diy-1col */
.making .diy-1col .img{
	margin-bottom: 40px;
}
.making .diy-1col .diy-1col-box{
	position: relative;
}
.making .diy-1col .diy-1col-box:before,
.making .diy-1col .diy-1col-box:after{
	position: absolute;
	content: '';
	display: block;
	width: 34px;
	height: 31px;
}
.making .diy-1col .diy-1col-box:before{
	top: 0;
	left: 0;
	border-top:dashed 1px #000;
	border-left:dashed 1px #000;
}
.making .diy-1col .diy-1col-box:after{
	right: 0;
	bottom: 0;
	border-right:dashed 1px #000;
	border-bottom:dashed 1px #000;
}
.making .diy-1col .diy-1col-box .box{
	padding: 30px;
}



.making .diy-1col .img{
	position: relative;
}
.making .diy-1col .img:before,
.making .diy-1col .img:after{
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
}
.making .diy-1col .img:before{
	width: 133px;
	height: 42px;
	background: url(../images/step_line.png);
	background-repeat: no-repeat;
	background-position: center center;
	top: 11px;
	left: -19px;
}

/* 矢印 */
.making .diy-1col .box:after{
	position: absolute;
	z-index: 1;
	content: '';
	display: block;
}
.making .diy-1col .box:after{
	width: 67px;
	height: 102px;
	background: url(../images/step_arw01.png);
	background-repeat: no-repeat;
	background-position: center center;
	left: 160px;
	bottom:-90px;
}
.making .even .diy-1col .box:after{
	background: url(../images/step_arw02.png);
}














#diy-wrapper .checkArea{
	padding: 20px;
	background:#f8f8ec;
	margin-top: 15px;
}
#diy-wrapper .checkArea .ttl{
	margin-bottom: 10px;
}
#diy-wrapper .checkArea p{
	font-size: 13px;
}
#diy-wrapper .checkArea .imageArea{
	width: 170px;
	float: left;
	padding-right: 15px;
}






.summary{
	padding: 50px 0;
	position: relative;
}
.summary:before,
.summary:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 6px;
	background: url(../images/dot_line.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.summary:before{
	top: 0;
}
.summary:after{
	bottom: 0;
}
.summary h2{
	text-align: center;
	font-size: 25px;
	margin-bottom: 30px;
}
.summary .inner{
	background: #f8f8ec;
	padding: 40px;
}
.summary .inner .img{
	margin-bottom: 30px;
}
.summary .inner .txt{
	text-align: center;
	font-size: 16px !important;
}
.summary .inner .txt.al{
	text-align: left;
}


/*

	pageNav

*/
.pageNav{
	padding: 50px 0;
	position: relative;
}
.pageNav ul{
	margin-right: -2%;
	box-sizing: border-box;
}
.pageNav ul li{
	display:block;
	width: 48%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
}
.pageNav ul li a{
	display: block;
	padding: 15px;
	border: 1px solid #000;
	position: relative;
	background: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.pageNav ul li a:before{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.pageNav ul li a span{
	position: absolute;
	display: block;
	width: 10px;
	height:9px;
	background: url(../images/arw.png);
	background-repeat: no-repeat;
	background-position: center center;
	right: 15px;
	top:50%;
	margin-top: -4px;
	z-index: 10;
}
.pageNav ul li a .img{
	width: 165px;
	float: left;
	padding-right: 15px;
}
.pageNav ul li a .img img{
	max-width: 100%;
	height: auto;
}
.pageNav ul li a .txtArea{
	width: 18em;
	float: left;
}
.pageNav ul li a .txtArea .tag{
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	line-height: 1;
	background: #f3e149;
	display: inline-block;
	margin-bottom: 10px;
}
.pageNav ul li a .txtArea .ttl{
	font-size: 16px;
	font-weight: bold;
}
.pageNav ul li a:hover{
	color: #000;
	background: #f3e149;
}






/*

	footer

*/
/* footer change arrow color */
#footer .mainContents h2 a {
    background-image: url("/common/images/ico-service.gif");
	background-position: 0 -499px;
}

#footer .mainContents .left li,
#footer .mainContents .right li {
	background-image: url("/common/images/dot-glay.gif");
    background-position: 0 100%;
    background-repeat: repeat-x;
	margin: 0 10px 7px 0;
	padding: 0 0 8px;
}

#footer .mainContents .left li.last,
#footer .mainContents .right li.last {
	background-image: none;
	margin: 0 10px 0 0;
	padding: 0;
}

#footer .mainContents .left li a,
#footer .mainContents .right li a {
    background-image: url("/common/images/ico-service.gif");
    background-position: 0 -95px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
}
/* bglink */
.bglink {
	background-image: url("/common/images/bglink.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 26px;
}
.bglink a {
	color: #FF0000;
}

