
.page_title h2 em{
	font-size: 20px;
}

#contact h3{
}


/** shop **/

#shop{
	text-align: center;
	padding: 10px 10px 0 10px;
}

.shop{
	border: 1px solid #ffdced;
	margin: 0 0 10px 0;
	padding: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.shop:nth-child(3n){	margin-right: 0;}

.bnr{
	font-size: 0;
	line-height: 0;
}
.bnr img{ width: 100%; height: auto;}

.shop h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	padding: 5px 0;
}

.stel{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.stel_l,
.stel_r{
	display: table-cell;
	vertical-align: middle;
}

.stel_l{
	width: 80px;
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	padding: 6px 0;
	background: #ac8316;
	border-radius: 5px 0 0 5px;
}

.stel_r{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	color: #ff3399;
	padding: 4px 5px;
	background: #fff9d7;
	border-radius: 0 5px 5px 0;
}

.sinfo{
	font-size: 10px;
	line-height: 16px;
	text-align: left;
	padding: 0 2px 9px 2px;
}

.sinfo span{	color: #ac8316;}

.sline{
	font-size: 0;
	line-height: 0;
	background: #04ba00;
	padding: 0 10px 10px 10px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.sline_l p{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	color: #fff;
	padding: 5px 0;
}

.sline_l div{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
}

.sline_l div a{	color: #333;}


/** lilith **/

#lilith{
	margin-bottom: 10px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#lilith .bnr{	margin-bottom: 10px;}
#lilith .bnr img{
	width: 100%;
	height: auto;
}

#lilith .shopbox_bg{
}
#lilith .shopbox{
	background: #ffecf5;
	border: 2px solid #ff52a8;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#lilith .shopbox:nth-of-type(1){ margin-bottom: 10px;}
#lilith .shopbox:nth-of-type(2){padding-bottom: 10px;}

#lilith .shopbox .title{
	border: none;
	box-shadow: none;
	border-radius: 4px 4px 0 0;
}
#lilith .shopbox .title em{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	padding: 12px 0 12px 42px;
	background: url(../../img/all/title.png) no-repeat 8px 8px;
	background-size: 25px auto;
}
#lilith .shopbox .img{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
#lilith .shopbox .img img{
	width: 100%;
	height: auto;
}
#lilith .shopbox:nth-of-type(2) .title{	margin-bottom: 10px;}

#lilith .shopbox:nth-of-type(2) .lbox_contact{
	display: table;
	width: calc(100% - 20px);
	margin: 0 10px 10px 10px;
	background: #fff;
	border: 1px solid #e1c96b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact:last-of-type{	margin-bottom: 0;}

#lilith .shopbox:nth-of-type(2) .lbox_contact_l,
#lilith .shopbox:nth-of-type(2) .lbox_contact_r{
	display: table-cell;
	vertical-align: middle;
	height: 90px;
}

#lilith .shopbox:nth-of-type(2) .lbox_contact_l{
	width: 75px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #cca641;
	background: #fbfbd7;
	border-right: 1px solid #e1c96b;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#lilith .shopbox:nth-of-type(2) .lbox_contact_r{	text-align: center;}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp1{
	font-size: 13px;
	line-height: 16px;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp1 span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #fff;
	background: #5dbbfb;
	margin-right: 5px;
	padding: 0 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp2{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp2 a{	color: #cca641;}

#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 0 10px;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3 .ac{
	width: 150px;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3 .ac p:nth-of-type(1){
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3 .ac p:nth-of-type(1) a{	color: #cca641;}
#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3 .ac p:nth-of-type(2){
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 5px 0 5px 50px;
	background: url(../../contact/img/img_line.png) no-repeat 0 0;
	background-size: 40px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#lilith .shopbox:nth-of-type(2) .lbox_contact_r .lp3 .qa{
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	border: 1px solid #ccc;
	margin-left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** form **/

.form{
}

.form ul{}

.form li{
}

.form table{
	width: calc(100% - 20px);
	font-size: 12px;
	line-height: 18px;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: 0 10px;
}

.form tr{
	vertical-align: middle;
}

.form th{
	position: relative;
	width: 100px;
	font-weight: bold;
	text-align: center;
	color: #ff3399;
	background: repeating-linear-gradient(-45deg, #ffecf5, #ffecf5 10px, #ffdded 0, #ffdded 12px);
	border-radius: 5px 0 0 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form th span{
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	color: #fff;
	background: #ff3333;
	margin-left: 5px;
	border-radius: 3px;
}

.form td{
	position: relative;
	text-align: left;
	padding: 10px;
}

.form th:after,
.form td:after{
	content: '';
	width: 100%;
	border-bottom: 1px dotted #ddd;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.form td span{	color: #ff3399;}
.form td em{	color: #ff0000;}

.form td textarea{
	width: 100%;
	height: 120px;
}

.form #submit{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 10px 20px 10px;
}

#submit p{
	font-size: 12px;
	line-height: 18px;
	padding: 15px 0 20px 0;
}

.form #submit .fade{
	border-radius: 4px;
}

.form #submit input{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 30px;
	background: -webkit-linear-gradient(0deg, #ff49a2 0%, #ff61ae 49%, #ff49a2 100%);
	background: -moz-linear-gradient(0deg, #ff49a2 0%, #ff61ae 49%, #ff49a2 100%);
	background: -o-linear-gradient(0deg, #ff49a2 0%, #ff61ae 49%, #ff49a2 100%);
	background: -ms-linear-gradient(0deg, #ff49a2 0%, #ff61ae 49%, #ff49a2 100%);
	background: linear-gradient(90deg, #ff49a2 0%, #ff61ae 49%, #ff49a2 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-appearance: none;
}



/** form line layout **/

.form .tr{
	/*
	display: table;
	width: calc(100% - 20px);
	*/
	font-size: 0;
	line-height: 0;
	margin: 0 10px;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
}

.form .th,
.form .td{
	/*
	display: table-cell;
	vertical-align: middle;
	*/
	font-size: 12px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.form .th{
	/*
	width: 100px;
	*/
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	color: #ff3399;
	background: repeating-linear-gradient(-45deg, #ffecf5, #ffecf5 10px, #ffdded 0, #ffdded 12px);
	/*
	border-radius: 5px 0 0 5px;
	*/
}

.form .td{
	padding: 10px 0 0 0;
}
.form .td em{	color: #ff0000;}

.form .td span{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
.form .td select.w3{
	margin: 0 0 5px 0;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	padding: 10px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

input[type="radio"]{
	padding			:0;
	margin			:0;
}

.w1{	width: 50%;}
.w2{	width: 100%;}
.w3{	width: 70px;}
.w4{	width: 50px;}
.select{	width: 60%;}
.select2{	width: 100%;}

select{
	padding: 8px;
	font-size: 16px;
	line-height: 25px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
}

form textarea{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	width: 100%;
	height: 250px;
	padding: 10px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.error_bg,
.over_bg{
	text-align: center;
	margin: 0 0;
	padding: 50px 10px;
	border: none;
	border-radius: 0;
}


.error{
	font-size: 14px;
	line-height: 25px;
	color: #ff0000;
}

.over{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.over{
	margin: 0 0 10px 0;
}

