@charset "UTF-8";

/*----------------------------------form*/
#contactform .title02 {
    font-family: "EB Garamond", "Zen Old Mincho", serif;
}
#contactform .step {
    margin-bottom: 30px;
}
#contactform .step img {
    width: 100%;
    max-width: 460px;
    height: auto;
}
#contactform .btn {
    margin: 30px 0;
}
#contactform .btn a {
    display: inline-block;
    width: 220px;
    padding: 4.4px 0;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    border: solid 1px var(--white);
    transition: all 0.3s;
}

table#contact, table.contact {
	width: 100%;
	margin: 30px 0;
	border-left: 1px solid rgba(var(--gray),0.5);
	border-top: 1px solid rgba(var(--gray),0.5);
}
table#contact tr th, table.contact tr th {
	display: block;
	padding: 10px;
	border-right: 1px solid rgba(var(--gray),0.5);
	border-bottom: 1px solid rgba(var(--gray),0.5);
	line-height: 150%;
	text-align: left;
	vertical-align: middle;
    font-weight: 400;
}
table#contact tr td, table.contact tr td {
	display: block;
	padding: 10px;
	border-right: 1px solid rgba(var(--gray),0.5);
	border-bottom: 1px solid rgba(var(--gray),0.5);
	text-align: left;
	vertical-align: middle;
}
table#contact tr td.td_child, table.contact tr td.td_child {
	border-bottom: 1px dotted rgba(var(--gray),0.5);
}
table#contact p, table.contact p {
	margin-bottom: 5px;
}
table#contact tr td .attention, table.contact tr td .attention {
	white-space: nowrap;
}

table#contact tr th span.form_title, table.contact tr th span.form_title {
	display: block;
	overflow: hidden;
}

/*必須アイコン*/
table#contact tr th span.txt_required, table.contact tr th span.txt_required {
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: var(--white);
	background: #900;
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional, table.contact tr th span.txt_optional {
	float: left;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: var(--white);
	background: rgba(var(--gray),0.5);
	padding: 6px 0;
	margin-right: 10px;
	line-height: 70%;
	width: 40px;
	display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], textarea {
	padding: 10px;
    font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	border-radius: 0;
	border: 1px solid rgba(var(--gray_l),1);
	background: rgba(var(--gray_l),1);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(var(--gray_l),1)), to(rgba(var(--gray_l),1)));
	background-image: -webkit-linear-gradient(left, rgba(var(--gray_l),1), rgba(var(--gray_l),1));

}
select {
    margin: 1px;
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 0;
	border: none;
	background: rgba(var(--gray_l),1);
}
select:focus {
	padding: 10px 10px;
	font-size: 16px;
	border-radius: 0;
	border: none;
}

/*入力エリアサイズ*/
.input_10 {
	width: 10%;
}
.input_20 {
	width: 20%;
}
.input_30 {
	width: 30%;
}
.input_50 {
	width: 50%;
}
.input_70 {
	width: 70%;
}
.input_100 {
	width: 100%;
}

.input_zip {
	width: 180px;
}
.input_tel {
	width: 200px;
}

/*入力モード*/
.ime_dis {
	ime-mode:disabled;
}
.ime_act {
	ime-mode:active;
}

/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: rgba(var(--gray),1);
}
::-moz-placeholder {
    color: rgba(var(--gray),1);
}
:-ms-input-placeholder {
    color: rgba(var(--gray),1);
}
input:focus::-webkit-input-placeholder { 
	color:transparent;
}
input:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder {
	color:transparent;
}
textarea:focus::-webkit-input-placeholder { 
	color:transparent;
}
textarea:focus:-moz-placeholder {
	color:transparent;
}
textarea:focus::-moz-placeholder {
	color:transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
	margin-left: 15px;
}
td label {
	display: inline-block;
}
td label.first input[type=radio] {
	margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
	margin-left: 15px;
}
td label.first input[type=checkbox] {
	margin-left: 0;
}

/*送信・戻るボタン*/
ul.submit_btn {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
ul.submit_btn li {
	display: inline-block;
	cursor: pointer;
	margin: 0 5px;
}
ul.submit_btn li.inp_submit01 input {
	color: var(--white);
	background: none;
	border: solid 1px var(--white);
	border-radius: 0;
	padding: 14px 30px;
    line-height: 1.1;
    font-size: 18px;
	cursor: pointer;
}
ul.submit_btn li.inp_submit02 input {
	color: var(--white);
	background: rgba(var(--gray),0.5);
	border: none;
	border-radius: 0;
	padding: 14px 30px;
    font-size: 18px;
    line-height: 1.1;
	cursor: pointer;
}
ul.submit_btn li:hover {
    opacity: 0.7;
    background: rgba(var(--gray),0.4);
}

/*エラーメッセージ用*/
.errtop {
	position: relative;
	margin-top: 20px;
	padding:10px;
	text-align: center;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errtop::after {
	position: absolute;
	left:50%;
	bottom:-30px;
	width: 0;
	height: 0;
	margin-left:-15px;
	content: "";
	border:solid 15px transparent;
	border-top:solid 15px #fcc; 
}
.errmsg span {
	position: relative;
	display: inline-block;
	margin-top:10px;
	padding:5px 10px;
	font-weight: bold;
	color:#c33;
	background: #fcc;
}
.errmsg span::after {
	position: absolute;
	left:30px;
	top:-20px;
	width: 0;
	height: 0;
	content: "";
	border:solid 10px transparent;
	border-bottom:solid 10px #fcc; 
}

/*遷移後のランディング位置調整*/
#form_landing {
	margin-top: -80px;
	padding-top: 80px;
}
/*送信完了画面用*/
#thanks {
	margin:20px 0;
}
#thanks h5 {
	margin:-80px 0 15px;
	padding-top: 80px;
	font-size:16px;
	font-weight:bold;
}
@media print, screen and (min-width:768px) {
#contactform .btn a:hover {
    opacity: 0.7;
    background: rgba(var(--gray),0.4);
}
table#contact, table.contact {
	border-collapse: separate;
}
table#contact tr th, table.contact tr th {
	display: table-cell;
	border-right: 1px dotted rgba(var(--gray),0.5);
	width: 28%;
    background: rgba(var(--gray_d),1);
}
table#contact tr td, table.contact tr td {
	display: table-cell;
}
table#contact tr td.td_child, table.contact tr td.td_child {
	border-right: 1px dotted rgba(var(--gray),0.5);
	border-bottom: 1px solid rgba(var(--gray),0.5);
}
/*入力例の文字装飾*/
::-webkit-input-placeholder {
    color: rgba(var(--gray),1);;
}
::-moz-placeholder {
    color: rgba(var(--gray),1);;
}
:-ms-input-placeholder {
    color: rgba(var(--gray),1);;
}
}

#delivery_table.margin_b0, #collection_table.margin_b0 {
    margin-top: 0!important;
}


#privacy dl > div {
    position: relative;
    counter-increment: cnt;
    margin-bottom: 20px;
    padding-left: 2.2em;
}
#privacy dl > div dt {
    margin-bottom: 10px;
    line-height: 1.35;
    font-size: 18px;
}
#privacy dl div dt::before {
    position: absolute;
    top: -0.1em;
    left: 0;
    content: "0"counter(cnt);
    display: inline-block;
    font-family: "EB Garamond", serif;
    font-size: 1.3em;
}
#privacy dl > div dd, #privacy dl > div p {
    line-height: 1.5;
}
#privacy dl > div dd p:not(:last-child) {
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
#privacy dl > div {
    margin-bottom: 40px;
    padding-left: 2.4em;
}
#privacy dl > div dt {
    margin-bottom: 15px;
    font-size: 20px;
}
#privacy dl div dt::before {
    position: absolute;
    top: -0.2em;
    left: 0;
    content: "0"counter(cnt);
    display: inline-block;
    font-family: "EB Garamond", serif;
    font-size: 1.4em;
}
}
