@charset "utf-8";

/*----------------------------------------------------------------
 for corsage.html
----------------------------------------------------------------*/

/*----------------------------------------------------------------
 mainview
----------------------------------------------------------------*/
#mainview h1{ background: #eee5dc; }
#mainview h1 span{
	position			: absolute;
	top					: 50%;
	left				: 50%;
	transform			: translateY(-50%) translateX(-50%);
	text-align			: center;
}
#mainview h1 img{ width: 70px; }
@media screen and (min-width: 768px) {
#mainview h1 img{ width: auto; }
}


/*----------------------------------------------------------------
 main
----------------------------------------------------------------*/
#main h2{
	position			: relative;
	display				: inline-block;
	margin				: 0 0 20px 0;
	border-bottom		: 1px solid #666;
	padding				: 0 0 10px 0;
	font-size: 14px;
}
#main h2:before{
	content				: "";
	position			: absolute;
	bottom				: -1px;
	display				: block;
	width				: calc(100vw - 40px);
	height				: 1px;
	background			: rgba(0,0,0,0.2);
	mix-blend-mode		: multiply;
}
@media screen and (min-width: 768px) {
#main h2{
	font-size: 18px;
	margin: 0 0 10px 0; }
#main h2:before{ width: 760px; }
}

#main .container{
	overflow: hidden;
}
#contact .block{
	margin: 30px 0 70px 0;
}
#contact .form p{
	margin: 0 0 20px 0;
}
#contact .form dl{
	font-size: 1.4rem;
}

#contact .form dd{
	margin: 0 0 15px 0;
}
#contact .form em{
	font-weight: normal;
	color: red;
}


#contact .form div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
#contact .form input[type="text"],
#contact .form input[type="email"]{
	width: 100%;
}
#contact .form textarea,
#contact .form input[type="text"],
#contact .form input[type="email"]{
	background: #eee;
	border: none;
	padding: 0 5px;
}
#contact .form textarea{
	width: 100%!important;
	height: 180px!important;
}
#contact .form .mfp_buttons{
	text-align: center;
	margin: 20px 0 0 0;
}
#contact .form button[type="submit"]{
	border: 1px solid #3399ff;
	border-radius: 10px;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background: none;
	color: #3399ff;
}
@media screen and (min-width: 768px) {

#contact .form dl{
	font-size: 1.6rem;
}
#contact .form .mfp_buttons{
	margin: 50px 0 0 0;
}
#contact .form button[type="submit"]{
	width: 336px;
	padding: 20px 0;
}
}