/* CSS Document */
@media screen and (min-width: 769px) {

.smp_only{display: none}

/*=======================================================
カテゴリ表示消す
=======================================================*/

.scat_h2 {
    display: none!important;
}

/*=======================================================
CAT17
=======================================================*/
.zukarakazu_wrap{
	margin: 100px 0;
  }
  .natural_stone_wrap .mainTitle{
	margin: 0 0 45px;
  }
  .zukarakazu_wrap .zukarakazu_box{
	margin: 0 0 100px;
  }
  .zukarakazu_wrap .zukarakazu_box h1{
	margin: 0 0 50px;
	position: relative;
  }
  .zukarakazu_wrap .zukarakazu_box h1 .logo{
	width: 180px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	}
  .zukarakazu_wrap .zukarakazu_box .figure{
	float: left;
  }
  .zukarakazu_wrap .zukarakazu_box .texts{
	width: 470px;
	float: right;
  }
  .zukarakazu_wrap .zukarakazu_box h2{
	color: #38977D;
	font-size: 22px;
  }
  .zukarakazu_wrap .zukarakazu_box p{
	color: #666;
	font-size: 14px;
	margin: 35px 0 45px;
  }
  .zukarakazu_wrap .zukarakazu_box .btn{
	width: 470px;
	background-color: #ededed;
	text-align: center;
  }
  .zukarakazu_wrap .zukarakazu_box .btn a{
	color: #38977D;
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 16px 0;
	display: block;
	text-decoration: none;
  }
  .zukarakazu_wrap .zukarakazu_box .btn:hover{
	background-color: #38977D;
  }
  .zukarakazu_wrap .zukarakazu_box .btn:hover a{
	color: #fff;
  }
  
  .zukarakazu_wrap .zukarakazu_box h1{
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
	letter-spacing: 0.2em;
	font-weight: bold;
	color: #45947D;
	line-height: 2;
	padding-left: 10px;
	box-sizing: border-box;
  }
  .zukarakazu_wrap .zukarakazu_box h1:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #45947d;
	background: -moz-linear-gradient(left, #45947d 0%, #ffffff 48%, #ffffff 52%, #45947d 100%);
	background: -webkit-linear-gradient(left, #45947d 0%,#ffffff 48%,#ffffff 52%,#45947d 100%);
	background: linear-gradient(to right, #45947d 0%,#ffffff 48%,#ffffff 52%,#45947d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45947d', endColorstr='#45947d',GradientType=1 );
  }
  
  
/*=======================================================
CAT18_1
=======================================================*/

/* お試し版ボタン*/
.bt_02 {
	width:360px;
	margin: 0 auto 80px auto;
	clear: both;
}
.bt_02 a { 
	display: block;
	color: #fff;
	text-align: center;
	width: 360px;
	background-color: #000;
	text-decoration: none;
	padding: 20px 0;
	font-size: 16px;	/* 文字サイズ個別指定　追加 */
}
.bt_02 a:hover { 
	color: #000;
	text-decoration: none;
	opacity: 0.25;  /* 要素を透明にするタグ */
	background-color: #666;
}


/* バナー */
.banner {
	margin: 0 auto 90px;
}
.banner a img {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
}
.banner a:hover img {
	filter: saturate(0%);
	opacity: .8; /*ie対策*/
}


/* 本家サイトへのリンク*/
.bt_02_1 {
	width:360px;
	margin: 0 auto 80px auto;
	clear: both;
}
.bt_02_1 a { 
	display: block;
	color: #fff;
	text-align: center;
	width: 360px;
	background-color: #3383d3;
	text-decoration: none;
	padding: 20px 0;
	font-size: 16px;	/* 文字サイズ個別指定　追加 */
}
.bt_02_1 a:hover { 
	color: #000;
	text-decoration: none;
	opacity: 0.25;  /* 要素を透明にするタグ */
	background-color: #666;
}

/* 販売元*/
h1.hanbaimoto{
	color: #000;
	text-align: center;
	font-size: 18px;
	margin-bottom: 80px;
}




/* movie*/
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* font*/
.font_m_light {
        font-family:
        'M+ P Type-1 (basic light) light',
		'M+ Type-1 (general-j) light', sans-serif;
		color: #000;
}
.font_m_medium {
        font-family:
        'M+ P Type-1 (basic medium) medium',
		'M+ Type-1 (general-j) medium', sans-serif;
		color: #000;
}
.font_m_regular {
        font-family:
        'M+ P Type-1 (basic regular) regular',
		'M+ Type-1 (general-j) regular', sans-serif;
		color: #000;
}

.font_ho{font-family: 'Hammersmith One';}


/*=======================================================
CAT17_1 メインコンテンツここから
=======================================================*/

	
.dekimasu{width: 100%; margin:0 0 120px 0; padding: 10px 0; background-color: #0064c8; transform-origin:center bottom; color: #fff; font-size: 18px; text-align: center}	


 .zu_box01 .img {
    display: block;
    width: 100%;
    width: 100vw;
    min-width: 950px;
    height: 590px;
    margin: 0 0 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    background-color: #efefef;
    background-image: url(/html/img/zukarakazu/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* .zu_box01{
		width: 100%;
		height: 590px;
		min-height:590px;
		margin: 0;
		padding: 0;
		background: url(/html/img/zukarakazu/main.jpg) center center no-repeat;/*トップ画像
		background-size: cover;
		position: relative;
	}	 */

.zu_obi{position: absolute; left: -10px; top: 282px; width: 600px}/*帯　top: 40px*/
	
	
.zu_img01 {
  position: absolute;
  top: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  width: 310px;
}	
	
	
.zu_box02{width: 895px; margin: 0 auto; padding: 150px 0;}
.zu_box02_logo{width: 200px; float: left}
.zu_box02_txt01{padding: 5px 0 0 35px; float: left; font-size: 28px; color: #000;} /* 文字色　個別指定追加 */
.zu_box02_txt02{padding: 90px 0 20px 0; width: 100%; float: left; font-size: 15px; text-align: center}
	
.gainen_box{width: 960px; margin: 0 auto 0 auto}	
	
	
.zu_box03 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding:  0;
  height: 1400px;
  z-index: 1; /*親要素にz-index: 1追加　*/
}


.zu_box03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 2% -10% 0;
  background: #edf4fc;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
} 

.zu_box03_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 905px;
  height: 150%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  text-align: center;
}
	
.zu_box03_inner_title{
	font-size: 40px;
	width: 905px;
	margin: 0 auto;
	padding: 110px 0 20px 0;
	
}	
.zu_box03_inner_txt01{
	font-size: 30px;
	width: 905px;
	width: 905px;
	padding: 0px 0 50px 0;
	
}
	
.zu_box03_inner_img01{ width: 860px; margin: 0 auto 80px auto }	
	

	
.bt_toiawase{
	width: 360px;
	margin: 70px auto 0 auto ;
	padding: 20px 0;
	text-align: center;
	background: rgba(0,0,0,1.00);
	clear: both;
	color: #fff;
}	

	
.zu_box04{width: 800px; margin: 0 auto; padding: 0px 0 0px ;}	

.zu_box04_title{
	font-size: 40px;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center	
}


.zu_box04_txt01{
	font-size: 24px;
	color :#000;	/* 文字色　個別指定追加 */
	text-align: center;
	line-height: 180%
}	
.zu_box04_txt02{
	font-size: 15px;
	color :#000;	/* 文字色　個別指定追加 */
	text-align: left;
	line-height: 180%;
	width: 700px;
	margin: 40px auto 0 auto
}
	



.dekirukoto01{width: 325px; padding: 40px 0 0 50px; float: left}	
.dekirukoto01 table{width: 325px}	
.dekirukoto01 table.s-tbl04 {
	border-collapse: collapse;
}
.dekirukoto01 table.s-
 th, .s-tbl04 td {
	border-bottom: 1px #b2b2b2 solid;
	padding: 15px 0px;
	font-size: 16px;	/* テーブル内テキストスタイル追加 */
	color: #000;	/* テーブル内テキストスタイル追加 */
}		


	


.dekirukoto02{width: 325px; padding: 40px 50px 0 0; float: right}	
.dekirukoto02 table{width: 325px}	
.dekirukoto02 table.s-tbl04 {
	border-collapse: collapse;
}
.dekirukoto02 table.s-tbl04 th, .s-tbl04 td {
	border-bottom: 1px #b2b2b2 solid;
	padding: 15px 0px;
}		
		
	
	
	
	
.zu_box04_img02	{
	width: 390px;
	margin: 60px auto 50px auto
}
.zu_box04_txt01b{
	font-size: 24px;
	color: #000;
	text-align: center;
	line-height: 180%;
	margin: 40px 0 0 0; /*top 120から変更*/
}		
	
.zu_box04_img03	{
	width: 750px;
	margin: 60px auto 150px auto
}	
	
.zu_box04_img04	{
	width: 250px;
	margin: 60px auto 50px auto
}		
	
.zu_box04_kakaku{
	width: 700px;
	margin: 0 auto;
	clear: both;	
}	
	
.zu_box04_kakakuLine{width: 255px; padding: 25px 0 0 0; float: left; border-bottom: 1px #000 solid}
.zu_box04_kakakutxt01{width: 190px; padding: 0; float: left; text-align: center; font-size: 24px}

.zu_box04_kakaku table{width:700px; margin: 40px 0 0 0}	
	
.s-tbl {
	border-collapse: collapse;
}
.s-tbl th, .s-tbl td {
	border-bottom: 1px #b2b2b2 solid;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;	/* テーブル内テキストスタイル追加 */
	color: #000;	/* テーブル内テキストスタイル追加 */
}
.s-tbl tr:nth-child(even) {
	background: #edf4fb;
}
	
.zu_box04_txt03{padding: 48px 0 0 0; font-size: 17px} /*padding 40から変更*/
.zu_box04_txt04{padding: 10px 0 0 0; font-size: 15px}	
.zu_box04_txt05{font-size: 12px}

.zu_box04_txt06{
	font-size: 15px;
	text-align: left;
	line-height: 180%;
	width: 700px;
	margin: 40px auto 0 auto
}		

	
	
	
.zu_box05 {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding:  0 0 0 0;
  height: 1900px;
  z-index: 1; /*親要素にz-index: 1追加　*/
}

.zu_box05:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 85%;
  margin: 2% -10% 0;
  background: #edf4fc;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
}

.zu_box05_inner {
  box-sizing: boder-box;
  width: 100%;
  max-width: 905px;
  height: 150%;
  margin: 0 auto;
  padding: 100px 0 0 0;
  text-align: center;
}
	
.zu_box05_inner_title{
	font-size: 40px;
	width: 905px;
	margin: 0 auto;
	padding: 110px 0 20px 0;
	
}	
.zu_box05_inner_txt01{
	font-size: 15px;
	width: 905px;
	padding: 0px 0 50px 0;
}
	
	
.zu_box05_inner_img01{
	width: 704px;
	margin: 0 auto;
	padding-top: 40px
}
	
	

.zu_box05_inner_box01{ width: 700px; margin: 0 auto; padding: 0 0 0 0; text-align: center; font-size: 25px }		
	
.zu_box05_inner_box02{ width: 700px; margin: 0 auto; padding: 60px 0 0 0; text-align: center; font-size: 25px }
	
.zu_box05_inner_box03{ width: 598px; margin: 40px auto 0 auto; padding: 50px; border: 1px #000 solid; }	
	
.zu_box05_inner_box04{font-size: 13px; line-height: 190%; text-align: left}

.zu_box05_inner_box04 table{width:100%; margin: 40px 0 0 0}	
.s-tbl02 {
	border-collapse: collapse;
}
.s-tbl02 th, .s-tbl02 td {
	border-bottom: 1px #b2b2b2 solid;
	padding: 7px;
	font-size: 13px;	/* テーブル内テキストスタイル追加 */
	color: #000;	/* テーブル内テキストスタイル追加 */
}	
	

.zu_box05_txt06{
	font-size: 15px;
	color :#000;	/* 文字色　個別指定追加 */
	text-align: center;
	line-height: 180%;
	width: 900px;
	margin: 0 auto 0 auto
}

.zu_box05_txt07{
	font-size: 13px;
	color :#000;	/* 文字色　個別指定追加 */
	text-align: left;
	line-height: 180%;
	width: 100%;
	margin: 0 auto 0 auto
}

	
	
	
.zu_box06{width: 800px; margin: 0 auto; padding:0;}	

.zu_box06_title{
	font-size: 40px;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center	
}	
	
.zu_box06_img01{width: 368px; margin: 30px auto}
	
.zu_box06_txt01{width: 800px; margin: 0 auto; padding:0; font-size: 15px; text-align: center}		
	
.zu_box06_step{width: 800px; margin: 0 auto; padding: 100px 0 0 0; border-bottom: 1px #333 solid}




.step{font-size: 25px; vertical-align: bottom}	
.step_no{font-size: 40px; padding:0 150px 0 20px; vertical-align: baseline}
.step_title{font-size: 25px;  vertical-align: baseline}
.step_title02{font-size: 25px; padding:0 0 0 300px}
.step_copy{font-size: 15px; padding: 20px 0 0 0}
.step_end{width: 990px; margin: 50px auto 0 auto}
	
.step_endBox01{position: relative; width: 100%; height: 20px; padding: 320px 0 80px 0; text-align: center; font-size: 12px}
.step_endBox01_bt01{width: 28%; height: auto; position: absolute; left:20px; top: 40px}
.step_endBox01_bt02{width: 25%; height: auto; position: absolute; left:220px; top: -20px}
.step_endBox01_bt03{width: 34%; height: auto; position: absolute; left:430px; top: 0}
.step_endBox01_bt04{width: 30%; height: auto; position: absolute; left:700px; top: 30px}
	

.step_endBox02{position: relative; width: 100%; height: 20px; padding: 350px 0 80px 0; text-align: center; font-size: 12px}
.step_endBox02_bt01{width: 32%; height: auto; position: absolute; left:20px; top: 0px}
.step_endBox02_bt02{width: 32%; height: auto; position: absolute; left:220px; top: 110px}
.step_endBox02_bt03{width: 32%; height: auto; position: absolute; left:430px; top: 0}
.step_endBox02_bt04{width: 32%; height: auto; position: absolute; left:670px; top: 110px}
	

	
.zu_box07{width: 800px; margin: 0 auto; padding: 0px 0 0px ;}	

.zu_box07_title{
	font-size: 40px;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align: center	
}
	
.zu_box07_txt01{
	font-size: 22px;
	text-align: center;
	line-height: 180%
}	
	
.row01{width: 800px; margin: 0 auto; padding: 40px 0 ; overflow: hidden;}	
.row02{width: 800px; margin: 0 auto; padding: 0 0 40px 0 ; overflow: hidden;}	
.row_L{
	width: 49%; 
	float: left;
	max-width: 100%;/*画像の最大値*/
	height: auto;/*縮尺合わせる*/
}
.row_R{
	width: 49%; 
	float: right;
	max-width: 100%;/*画像の最大値*/
	height: auto;/*縮尺合わせる*/
}

