@charset "UTF-8";
/*ランディングページ専用*/
/* 1025px~1176pxの端末用スタイル */

/*clearfixの設定*/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
 
.cf:after {
    clear:both;
}
 
.cf {
    zoom:1;
}

/*
body{
	font-family:"Roboto Slab" , "Garamond" , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}*/
article#column1.content{
	margin: 0 0 72px;
	width: 100%;
}

.contBox{
	width: 95.5%;
	margin: auto;
}
.cation{
	font-size: 85%;
	line-height: 18px;
	margin: 0;
}


/*パンクズ*/
#contents.bread{
	margin-bottom: 0;
}
#contents.bread ol{
	margin-bottom: 0;
}


/*キービジュアル*/
.keyVisual{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#151517+36,000000+100 */
	background: #151517; /* Old browsers */
	background: -moz-linear-gradient(to left, #393430 75%,#000000 100%);; /* FF3.6-15 */
	background: -webkit-linear-gradient(to left, #393430 75%,#000000 100%);; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, #393430 75%,#000000 100%);; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151517', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.keyVisual .contBox{
	background: url(../images/lp/sandbrust-top.png) no-repeat right bottom;
/* background-size: 55%;　*/
	height: 480px;
	width: 100%;
}
.keyVisual .contBox h1{
	text-align: left;
	color: white;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
	letter-spacing: -2px;
	padding: 145px 0 0 24px;
	margin: 0;
}


/*サンドブラスト加工例*/
.sandBrust{
	margin: 48px 0;
}
/*.sandBrust ul{
	float: none;
	width: 50%;
}*/
.sandBrust ul:not(.other){
	float: left;
	width: 50%;
}
.sandBrust li{
	float: left;
	width: 50%;
	text-align: center;
	
}
.sandBrust li img{
	width: 100%;
}
.sandBrust li.ptChange{
	padding-top: 35%;
}
.sandBrust li.ptChange2{
	padding-top: 3.5%;
}

.sandBrust h2{
	padding-bottom: 1em;
}
.sandBrust .other li{
	width: 25%;
	margin-bottom: 0;
}

/*名入れ商品のご注文ガイド*/
.guide{
	background-color: #d8d8d2;
	padding-bottom: 24px;
}
.guide h1{
	padding: 48px 0 0;
}
.guide h2{
	font-size: 170%;
	line-height: 2;
}
#column1 #guide h3{
	font-size: 18px;
	line-height: 1.5;
	border: none;
	margin: 0;
	padding: 12px 0 12px;
	letter-spacing: -0.5px;
}
.guide .contBox{
	text-align: left;
}
.guide .leftBox{
	width: 50%;
	float: left;
}
.guide .rightBox{
	width: 50%;
	float: left;
}
/*左段の設定*/
.guide .leftBox ol{
	padding-left: 0;
}
.guide .leftBox h2 span.guideNo{
	background-color: #c90c69;
	color: white;
	padding: 0 8px;
}
.guide .leftBox .box{
	float: left;
	background-color: #f5f5ed;
	width: 47.5%;
	padding: 0 12px;
	margin: 0 auto;
}
.guide .leftBox .box p:not(.cation){
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -2px;
}
.guide .leftBox .boxA{
	margin-left: 0;
}
.guide .leftBox .boxA .cation,
.guide .leftBox .boxB .cation{
	padding-bottom: 12px;
	margin-bottom: 0;
}
.guide .leftBox .boxB{
	margin-left: 5%;
	margin-top: 0;
}

/*右段の設定*/
.guide .txt h2{
	background-color: #949087;
	text-align: center;
	color: white;
}
#guide .rightBox h3{
	padding-top: 6px;
	line-height: 24px;
}
#guide .rightBox h3.boxA,
#guide .rightBox h3.boxB{
	line-height: 36px;
}
.guide .txt ul{
	margin-top: 12px;
}
.guide .txt h3 br{
	display: none;
}
.guide .rightBox .fontEx{
	background-color: #f5f5ed;
	padding: 0 12px;
	margin-top: 24px;
}
#guide .rightBox .fontEx h3{
	line-height: 48px;	
}
.guide .rightBox .fontEx a{
	font-size: 14px;
	color: #119dff;
	text-decoration: underline;
}
.guide .rightBox .fontEx li{
	float: left;
	width: 50%;
	margin:0 0 12px;
}
.guide .rightBox .fontEx li:nth-child(2n){
	float: left;
	width: 50%;
	margin:0 0 12px;
}
.guide .rightBox .fontEx li p{
	margin: 0;
}
/*下段の設定*/
.guide .txt.center{
	width: 100%;
	padding: 0 12px;
}
.guide .center{
	width: 100%;
	padding: 36px ;
}
.guide .center ul{
	float: left;
	width: 49%;
	margin: 0 1% 0 0;
}
.guide .center ul:last-child{
	margin: 0 0 0 1%;
}
.guide .center li{
	margin-bottom: 6px;
}


.form form fieldset{
	width: 100%;
}


/*問い合せ　確認画面*/
h1.logo{
	background-color: white;
}
.zeromail table,
.zeromail th,
.zeromail td{
	border: none;
}
.zeromail span.error{
	background-color: white;
	line-height: 1;
	color: #e16c48;
	padding: 10px 0;
	margin: auto;
	width: 90%;
}
.zeromail span.confirm{
	padding: 10px 0;
	margin: 0 auto 48px;
	width: 90%;
}
.zeroh{
	background-color: white;
	font-size: 240%;
}
#container{
	width: 100%;
}

.confirm{
	margin-bottom: 48px;
}
.confirm form{
	width: 70%;
	margin: auto;
	padding-left: 0;
}
.confirm #confirm td{
	padding: 0 0 24px;
}
.confirm form th{
	width: 30%;
	background-color: white;
	text-align: left;
	font-size: 130%;
	padding: 0 5% 24px 0;
}
.confirm form td{
	vertical-align: middle;
	padding: 0 0 24px;
	width: 50%;
}
.confirm form .button button{
	background-color: #6b625b;
	width: 30%;
	font-size: 130%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	border: none;
	margin-bottom: 24px;
}
#myreset{
	background-color: #777;
	width: 20%;
	font-size: 100%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	vertical-align: bottom;
	margin-left: 5%;
}
.confirm form .button button:hover{
	color: #333;
	background-color: #6b625b;
}

/*問い合せ　エラー*/
.error{
	width: 60%;
	margin: 0 auto;
}
.error h1{
	width: 100%;
	font-size: 240%;
}
.error .button button{
	background-color: #6b625b;
	width: 50%;
	font-size: 130%;
	line-height: 3;
	color: white;
	border-radius: 5px;
	border: none;
	margin: 24px auto 48px;
}
.error .button button:hover{
	color: #333;
	background-color: #6b625b;
}
.error p{
	text-align: center;
}
.error #myreset{
	margin-right: auto;
	margin-left: auto;
}
/*問い合せ　送信完了*/
.completion{
	width: 100%;
}
#completion .success{
	background-color: white;
	border: none;
	width: 100%;
	margin: auto 0;
}

.completion .button{
	background-color: #6b625b;
	width: 25%;
	font-size: 130%;
	line-height: 3;
	border-radius: 5px;
	border: none;
	margin: 0 auto 48px;
}
.completion .button a{
	color: white;
}
.completion .button a:hover{
	color: #333;
}