@charset "euc-jp";
/* CSS Document */

#coupon {
	width: 90%;
	margin: 0 auto 2em;
	border-radius: 6px;
	padding: 6% 10% 3%;
	background-color: #FFF;
	background-image: url(../contact/images/frame2.webp), url(../contact/images/frame1.webp);
	background-repeat: no-repeat;
	background-position: center bottom, center top;
	background-size: 100% auto, 100% auto;
	box-shadow: 0 3px 10px #CCC;
	text-shadow: 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF, 0 0 6px #FFF;
}
#coupon h2 {
	font-family: serif;
	text-align: center;
	padding: .5em .2em;
	background: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	font-weight: bold;
	margin: 0 !important;
}
#coupon h2::after {
	content: none;
}
#coupon p.coupontitle {
	font-family: serif;
	text-align: center;
	font-weight: bold;
	margin: .5em 0 1em;
}
#coupon ul {
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	border-radius: 8px;
	padding: 1em 1em 1em 2em;
}
.txtmarker1 {
	background: linear-gradient(transparent 60%, #FF3 40%);
	padding: 1px 4px;
}
.txtmarker2 {
	background: linear-gradient(transparent 60%, #6FF 40%);
	padding: 1px 4px;
}
.txtmarker3 {
	background: linear-gradient(transparent 60%, #FCC 40%);
	padding: 1px 4px;
}

/* ----------------------
	MAIL FORM
---------------------- */
.mailform dl {
	width: 80%;
	margin: 0 auto 1em;
	border-bottom: solid 1px #CCC;
}
.mailform dt {
	border-top: dotted 1px #CCC;
	clear: left;
	float: left;
	margin-bottom: 0.5em;
	width: 30%;
	padding: 1em 0 0 5px;
	line-height: 1.2;
}
.mailform dt strong {
	display: block;
	width: 90%;
	padding: 2px 5px;
	font-weight: normal;
}
.mailform dt strong .fs_xs {
	color: #777;
}

.mailform dd {
	border-top: dotted 1px #CCC;
	margin-bottom: 0.5em;
	margin-left: 30%;
	min-height: 3em;
	padding: 1em 0 1.5em 10px;
	line-height: 1.8;
}
.contents .mailform dd p {
	margin: 0 0 0.5em !important;
}
input[type="text"], 
textarea {
	font-size: 1.6rem;
	font-family: sans-serif;
	line-height: 1.5;
	padding: 0.5em;
}
.fi-s {
	width: 80px;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-m {
	width: 60%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-l {
	width: 90%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-xl {
	width: 90%;
	height: 200px;
	padding: 4px;
	line-height: 1.8;
	margin-bottom: 0.5em;
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background: #999;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border: none;
	border-radius: 6px;
	color: #FFF; 
	padding: 0 1.5em;
	margin: 0.5em auto;
	font-size: 1.8rem;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	cursor: pointer;
}
input[type="submit"] {
	background: #A89FCA;
}
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* ----------------------
	SP SETTING
---------------------- */
@media screen and (max-width:699px){
#coupon {
	width: 100%;
	margin: 0 auto 2em;
	padding: 5% 2em 3%;
}
#coupon ul {
	margin: 1em 0;
}

.mailform {
	width: 100%;
	margin: 0;
}
.mailform dl {
	width: 90%;
}
.mailform dt {
	clear: both;
	float: none;
	margin-bottom: 0;
	width: 100%;
	padding: 5px 0;
	border: none;
}
.mailform dt strong {
	width: 100%;
	background: #EEE;
	border-radius: 3px 3px 0 0;
}
.mailform dd {
	border: none;
	margin: 0 0 0.3em;
	padding: 5px 0;
	line-height: 2.2;
}
.fi-s {
	width: 25%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-m {
	width: 100%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-l {
	width: 100%;
	padding: 4px;
	margin-bottom: 0.5em;
}
.fi-xl {
	width: 100%;
	height: 120px;
	padding: 4px;
	line-height: 1.8;
	margin-bottom: 0.5em;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 1.4rem;
}
}
