﻿@charset "UTF-8";

@import url("fmail_table.css");
@import url("fmail_dl.css");
@import url("fmail_label.css");

div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}

div#twex {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	margin: 0px;
	background-color: #000000;
	text-align: center;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

/* tableパターン */
table div.fmail_must {
	float: right;
	margin: 5px;
	font-size: 0;
}

table div.fmail_must::before {
	content: "必須";
	display: inline-block;
	font-size: 14px;
	/* background-color: #ed6862; */
	background-color: #333;
	color: #fff;
	padding: 1px 6px;
	border-radius: 2px;
}

table div.fmail_or {
	float: right;
	width: 60px;
	height: 16px;
	overflow: hidden;
	margin: 0px 0px 0px 5px;
	background-image: url(../images/mfp_or.gif);
	text-indent: -50000px;
}

/* dlパターン */
dl dt span.name {
	display: inline-block;
	overflow: hidden;
	height: 22px;
}

dl div.fmail_must {
	display: inline-block;
	overflow: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	width: 30px;
	height: 22px;
	background: url(../images/mfp_must.gif) no-repeat;
	background-position: center center;
	text-indent: -50000px;
}

dl div.fmail_or {
	display: inline-block;
	overflow: hidden;
	margin: 0 0 0 5px;
	padding: 0;
	width: 60px;
	height: 22px;
	background: url(../images/mfp_or.gif) no-repeat;
	background-position: center center;
	text-indent: -50000px;
}

/* テーブル分割 */
#fmail tr.fmail_separate th {
	padding: 0;
	text-indent: -9999px;
}

#fmail tr.fmail_separate td {
	padding: 0;
	vertical-align: top;
}

#fmail tr.fmail_separate td div.fmail_position {
	margin-left: -300px;
}

/* テーブル分割　タイトル */
#fmail tr.fmail_separate_title th {
	padding: 0;
	width: 150px;
	height: 40px;
	text-indent: -9999px;
}

/* タイトル枠の横幅と高さ */
#fmail tr.fmail_separate_title td {
	padding: 0;
	width: 430px;
	height: 40px;
	vertical-align: top;
}

/* タイトル枠の横幅と高さ */
#fmail tr.fmail_separate_title td div.fmail_position {
	position: relative;
}

#fmail tr.fmail_separate_title td div.fmail_position .elements {
	position: absolute;
	top: 0;
	left: -170px;
	margin: 10px;
	padding: 5px;
	width: 570px;
	height: 20px;
	background: #66aaee;
	/* タイトル背景色 */
	z-index: 99;
}

#fmail tr.fmail_separate_title td div.fmail_position .elements p {
	line-height: 20px;
	/* タイトル文字の高さ */
	font-weight: bold;
	/* タイトル文字の太さ */
	font-size: 16px;
	/* タイトル文字の大きさ */
}

/* 必須項目チェック */
#fmail tr.fmail_separate_mustchecker th {
	padding: 0;
	width: 150px;
	height: 0;
	text-indent: -9999px;
	border-bottom-width: 0;
}

#fmail tr.fmail_separate_mustchecker td {
	padding: 0;
	width: 430px;
	height: 0;
	vertical-align: top;
	border-bottom-width: 0;
}

#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;

	margin: 0;
	padding: 10px;
	width: 150px;
	height: 50px;
	background: #ccc;
	border: 1px solid #333;
	border-radius: 10px;

	line-height: 26px;
	text-align: center;
	font-size: 14px;
}

#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker .caution_mustchecker {
	display: inline-block;
	margin-left: 5px;

	font-weight: bold;
	font-size: 18px;
	color: #ff3333;
}

/* ------------------------------------------ */

div#fmail_thankspage {
	padding: 50px;
	line-height: 1.4em;
	font-size: 16px;
	background-color: var(--color-primary);
	color: #fff;
	text-align: center;
	border-radius: 10px;
	font-family: var(--font-family);
}

span#fmail_title_default,
span#fmail_title_confirm,
span#fmail_title_error,
span#fmail_title_thanks {
	display: block;
	margin: 0 auto;
	width: 580px;
	height: 44px;
	overflow: hidden;
	text-indent: -50000px;
}

span#fmail_title_default {
	background: url(../images/title_default.png) no-repeat;
}

span#fmail_title_confirm {
	background: url(../images/title_confirm.png) no-repeat;
}

span#fmail_title_error {
	background: url(../images/title_error.png) no-repeat;
}

span#fmail_title_thanks {
	background: url(../images/title_thanks.png) no-repeat;
}

form.fmail_submit,
form.fmail_cancel {
	float: left;
	padding: 5px;
}

form.fmail_submit {
	padding-left: 50px;
}

form.fmail_cancel {
	padding-right: 50px;
}

form#fmail {
	margin: 0px auto 0px auto;
	padding: 0px;
}

span.fmail_error {
	display: block;
	padding: 2px 0px 5px 17px;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 0 3px;
	line-height: 1.4;
}

span.fmail_example {
	font-size: 12px;
	color: #666666;
}

p.fmail_note {
	padding: 5px 0px 0px 0px;
	font-size: 12px;
	color: #666666;
}

ol.fmail_checkbox_list {
	width: 90%;
}

ol.fmail_radio_list li,
ol.fmail_checkbox_list li {
	float: left;
	padding: 5px;
	list-style: none;
}

div.fmail_error_message {
	margin: 10px;
	padding: 5px;
	border: solid 1px #ff0000;
	background-color: #ffeeee;
	text-align: center;
	color: #ff0000;
	font-size: 12px;
	line-height: 1.4;
}

#fmail input.fmail {
	width: 100%;
	padding: 5px 10px;
	height: 42px;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 0;
}

#fmail input.fmail:focus {
	border-color: #a8936f;
}

#fmail select {
	border: 1px solid #ccc;
	outline: none;
	width: 100%;
	height: 42px;
	margin: 2px;
	visibility: visible !important;
}

#fmail li input.fmail {
	width: auto;
	height: auto;
	transform: translateY(1px);
}

#fmail select.fmail {
	padding: 2px;
	overflow: visible !important;
	max-width: 100%;
	width: 290px;
	height: 42px;
	border: 1px solid #ccc;
	border-radius: 0;
}

#fmail select.fmail:focus {
	border-color: #a8936f;
}

#fmail textarea.fmail {
	padding: 10px;
	width: 100%;
	height: 180px;
	resize: none;
	border-radius: 0;
	border: 1px solid #ccc;
}

#fmail textarea.fmail:focus {
	border-color: #a8936f;
}

/* レスポンシブ */

#fmail input.fmail_file {
	margin: 0 !important;
	height: auto;
	line-height: 20px;
}

#fmail input.ffcancel {
	margin-top: 2px;
	margin-left: 3px;
	padding: 2px;
	height: 23.5px;
}

/*-------------------------------------------------------*/
/*送信ボタンを画像化したい場合は下記を変更ください       */
/* 確認画面へ進む ./fmail/fmail.lib/submit.confirm.js    */
/* 送信           ./fmail/fmail.lib/submit.send.js       */
/* 前のページへ   ./fmail/fmail.lib/submit.cancel.js     */
/* 上記ファイル内のコメントアウト切り替えを行う          */
/*-------------------------------------------------------*/
/*ボタンの位置*/
.button {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

/*素ボタンの高さ*/
.button input.default_button {
	height: 40px;
	padding: 10px;
}

.button form.fmail_cancel {
	width: 50%;
	text-align: right;
}

.button form.fmail_submit {
	width: 50%;
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*確認ボタン*/
.submit-btn {
	position: relative;
	display: inline-block;
}

.submit-btn::before {
	/* content: "";
    position: absolute;
    height: 50%;
    inset: 0;
    top: inherit;
    margin: 0 auto;
    mix-blend-mode: soft-light;
    background-image: linear-gradient(90deg, rgb(38, 38, 38) 50%, rgb(81, 81, 81) 51%);
    opacity: 50%;
    z-index: 1; */
}

.submit-btn::after {}

.sub-red::after {
	right: unset;
	left: -31px;
}

.submit_send_button,
.submit_confirm_button,
.submit_cancel_button,
.site_top a {
	max-width: 100%;
	width: 300px;
	height: 50px;
	border: 2px solid var(--color-primary);
	border-radius: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #fff;
	letter-spacing: 0.1em;
	appearance: none;
	-webkit-appearance: none;
	background-color: var(--color-primary);
	background-image: url(../../images/arrow-w.svg);
	background-repeat: no-repeat;
	background-size: 11px auto;
	background-position: center right 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

.submit_confirm_button:hover {
	opacity: 0.8;
}

.submit_send_button:hover {
	opacity: 0.8;
}

/*戻るボタン*/
.submit_cancel_button {
	border-color: var(--body-color);
	background-color: #fff;
	color: var(--body-color);
	background-image: url(../../images/arrow-b-left.svg);
	background-position: center left 20px;
}

.submit_cancel_button:hover {
	opacity: 0.8;
}

/*送信完了画面*/
.site_top {
	width: fit-content;
	margin: 34px auto 0;
	display: block;
}

.site_top a {
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site_top a:hover {
	opacity: 0.8;
	color: #fff;
}

/*郵便番号のボタン*/
form#fmail input.postcode {
	width: 88px;
	height: 42px;
	color: #fff;
	padding: 1px 0 0;
	background-color: var(--color-primary);
	border: none;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
	font-family: var(--font-family);
}

form#fmail input.postcode:hover {
	opacity: 0.7;
}

/*-------------------------------------------------------*/
/*
/*  個別指定
/*
/*-------------------------------------------------------*/
#fmail .caution {
	color: #ff0000;
}

#fmail .info {
	color: #009900;
	font-size: 14px;
	line-height: 1.4em;
	display: inline-block;
	margin-bottom: 5px;
}

#fmail .strong {
	font-weight: bold;
}

.fmail_caution {
	color: #ff0000;
}

/* 送信完了画面 */
#fmail_thankspage .caution {
	color: #ff0000;
}

#fmail_thankspage .info {
	color: #009900;
}

#fmail_thankspage .strong {
	font-weight: bold;
}

#fmail .remail {
	margin-top: 5px;
}

/*メール再入力部分*/
#fmail li {
	display: block;
	float: left;
	padding: 2px;
}

* html #fmail li {
	white-space: nowrap;
}

*:first-child+html #fmail li {
	white-space: nowrap;
}

/* ZIPCODE */
#fmail .zipcode input.fmail {
	width: 200px;
}

/* URL */
#fmail .url input {
	width: 300px;
}

/* カレンダーアイコン */
#fmail .datedata input {
	float: left;
}

.ui-datepicker-trigger {
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	background: none;
}

.ui-datepicker-trigger,
.ui-datepicker-trigger img {
	width: 24px;
	height: 24px;
	border: 0;
}

.ufmail-invisible+.ufmail-step li:nth-child(2)::before {
	opacity: 0;
	visibility: hidden;
}

.ufmail-confirm+.ufmail-step li:nth-child(2) {
	background-color: #4f3f24;
}

.ufmail-thanks+.ufmail-step li {
	background-color: #4f3f24;
}



.ufmail-step {
	position: relative;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.ufmail-step::before {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto 0;
	height: 1px;
	background-color: #4f3f24;
	z-index: -1;
}

.ufmail-step li {
	background-color: #a5906e;
	color: #fff;
	width: calc((100% - 200px) / 3);
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}

.ufmail-step li:first-child {
	background-color: #4f3f24;
}

.ufmail-step li:last-child::before {
	display: none;
}

.ufmail-step li::before {
	content: "";
	position: absolute;
	top: 25px;
	right: -57px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 14px solid #4f3f24;
}

@media screen and (min-width: 751px) {
	#fmail .zipcode input.fmail {
		float: left;
	}

	form#fmail input.postcode {
		float: left;
		margin-left: 5px;
	}
}

/* レスポンシブ */
@media screen and (min-width: 1px) and (max-width: 750px) {
	table div.fmail_must {
		display: inline-block;
		float: none;
		margin: 0;
	}

	table div.fmail_must::before {
		font-size: 12px;
		padding-bottom: 2px;
	}

	#fmail .info {
		font-size: 14px;
	}

	#fmail tr.fmail_separate th {
		display: none;
	}

	#fmail tr.fmail_separate td {
		width: 100%;
	}

	#fmail tr.fmail_separate td div.fmail_position {
		margin-left: 0;
	}

	#fmail tr.fmail_separate_title th {
		display: none;
	}

	#fmail tr.fmail_separate_title td {
		width: 100%;
		height: 70px;
	}

	#fmail tr.fmail_separate_title td div.fmail_position .elements {
		left: -10px;
		padding: 5px;
		width: 100%;
	}

	#fmail tr.fmail_separate_title td div.fmail_position .elements {
		height: 40px;
	}

	#fmail tr.fmail_separate_mustchecker th {
		display: none;
	}

	#fmail tr.fmail_separate_mustchecker td {
		width: 95%;
	}

	span#fmail_title_default {
		display: none;
	}

	span#fmail_title_confirm {
		display: none;
	}

	span#fmail_title_error {
		display: none;
	}

	span#fmail_title_thanks {
		display: none;
	}

	#fmail input.fmail {
		height: 38px;
	}

	#fmail input.fmail[type="text"],
	#fmail input.fmail[type="email"],
	#fmail input.fmail[type="number"],
	#fmail input.fmail[type="url"],
	#fmail input.fmail[type="tel"] {
		background: #ffffff;
	}

	#fmail .zipcode input.fmail {
		width: 150px !important;
	}

	form#fmail input.postcode {
		height: 38px;
		font-size: 14px;
	}

	.button {
        margin-top: 25px;
	}

	#fmail .datedata td {
		height: 24px;
	}

	#fmail textarea.fmail {
		height: 130px;
	}

	.submit-btn::before {
		inset: 4px;
	}

	.submit-btn::after {
		width: 42px;
		right: -21px;
	}

	.sub-red::after {
		left: -21px;
	}

	.submit_send_button,
	.submit_confirm_button,
	.submit_cancel_button,
	.site_top a {
		width: 230px;
		height: 46px;
		font-size: 14px;
		background-size: 8px auto;
	}

	.button form.fmail_cancel,
	.button form.fmail_submit {
		width: 100%;
		text-align: center;
		padding: 5px;
	}

	div#fmail_thankspage {
		font-size: 16px;
		padding: 15px;
		border-width: 2px;
	}

	#fmail select.fmail {
		width: 100%;
	}

	.ufmail-step {
		flex-direction: column;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.ufmail-step::before {
		height: auto;
		width: 1px;
		margin: 0 auto;
	}

	.ufmail-step li {
		font-size: 16px;
		width: 100%;
		height: 50px;
		margin-bottom: 46px;
	}

	.ufmail-step li:last-child {
		margin-bottom: 0;
	}

	.ufmail-step li::before {
		top: unset;
		bottom: -30px;
		right: calc(50% - 14px);
		border: none;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 12px solid #4f3f24;
	}

	ol.fmail_checkbox_list {
		width: 100%;
	}

	#fmail li input.fmail {
		transform: translateY(0px);
	}
}

@media not all and (min-resolution: 0.001dpcm) {
	@media screen and (min-width: 1px) and (max-width: 750px) {
		form#fmail input.postcode {
			transform: translateY(1px);
		}
	}
}

@supports (-webkit-touch-callout: none) {
	@media screen and (min-width: 1px) and (max-width: 750px) {
		form#fmail input.postcode {
			transform: translateY(1px);
		}
	}
}

/*-------------------------------------------------------*/
/*
/*  カート用項目
/*  ※お問い合わせ入力画面で表示させたくない場合に指定
/*-------------------------------------------------------*/
/*
tr#r_en1339056176 {
	display: none;
}
*/