@charset "UTF-8";
/* contact CSS Document */

.ctsInner {
	margin-top: 0px;
}
.txtLead {
	position: relative;
	height: 204px;
	padding-top: 50px;
}
.txtLead p {
	font-size: 1.6rem;
	width: 60%;
}
.txtLead figure {
	position: absolute;
	top: 0px;
	right: -55px;
}
.omakase .txtLead {
	height: auto;
	padding-bottom: 50px;
}
/*.omakase .txtLead figure {
	right: 0px;
	top: auto;
	bottom: 0px;
}*/
.omakase .txtLead p {
	width: 100%;
}

.confArea,
.errorArea {
	margin-top: 60px;
}





/*SP
------------------------------------------------------ */
@media only screen and (max-width: 768px) {

.ctsInner {
	margin-top: 0px;
	padding-top: 0px;
}
.txtLead {
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
.txtLead p,
.omakase .txtLead p {
	font-size: 1.3rem;
	width: 100%;
}
.txtLead figure {
	display: none;
}
.omakase .txtLead {
	padding-bottom: 20px;
}

.confArea,
.errorArea {
	margin-top: 30px;
}





@media all and (orientation: landscape) {
	
}

}


/* Clearfix
------------------------------------------------------ */
dummy:after {
	content: "";
	display: block;
	clear: both;
}