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

body{
	background-color: #efe4e5;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:normal;
}
.mincho{
	font-family: 'Noto Serif JP', serif;
}
.form {
	text-align: left;
}
.nobox {
	display: inline;
}
label, input {
	display: block;
}
input,textarea{
	border:1px solid #ccc;
	padding:0.4em;
	border-radius: 0;
	font-size: 90%;
}
a,a:visited,a:active{
	color:#333;
}
a:hover{
	color:#998446;
}


/*ヘッダー*/
#header{
	margin:1em 0;
}
#header a,#header a:visited{
	color:#333;
	text-decoration:none;
}

/*フォーム*/
.hp_form{
	border:solid 1px #cfbb9c;
	padding:80px;
	background-color: #fff;
	margin:0 auto;
	width:600px;
}
.fm_s{
	width:7em;
}
.fm_m{
	width:12em;
}
.fm_l{
	width:25em;
}

@media only screen and (max-width: 850px){
	.hp_form{
		padding:50px 1.5em;
		width:80%;
	}
	.fm_l{
		width:90%;
	}
}

.h1_title{
	text-align: center;
	font-weight: normal;
	margin:0;
	font-size:calc(2vw + 1.15em);
}
.title_u{
	font-size:0.7em;
	text-align: center;
	margin:15px 0 0 0;
}
.f_red{
	font-size:0.9em;
	color:#cc3333;
}
.form_midashi{
	color:#998446;
	font-size:1.3em;
	padding: 0.15em 0.25em 0em 0.25em;
	background: transparent;
	border-left: solid 7px #998446;
	margin:0.5em 0;
}


/*納期*/
.date-inline input,
.date-inline {
  display: inline-block;
  vertical-align: middle;
}


#order_fm label{
	margin-top:0.7em;
	margin-bottom:0.2em;
}
.form_margin{
	height:40px;
}
.plan_note{
	font-size:0.7em;
	line-height: 1.1em !important;
}

#inq{
	width:100%;
}

.form_submit{
	text-align: center;
}
.button1 ,.send_button2 /*確認・注文*/{
	font-family: 'Noto Serif JP', serif;
	display       : inline-block;
	font-size     : 1.2em;
	text-align    : center;
	cursor        : pointer;
	padding       : 0.4em 0;
	background    : #998446;
	color         : #ffffff;
	transition    : .3s;
	border        : 1px solid #998446;
	width:120px;
	font-weight: normal;
}
.button1:hover ,.send_button2:hover{
	color         : #ffffff;
	background    : #cfbb9c;
	border        : 1px solid #cfbb9c;
}
.button2 /*戻る*/{
	font-family: 'Noto Serif JP', serif;
	display       : inline-block;
	font-size     : 1.2em;
	text-align    : center;
	cursor        : pointer;
	padding       : 0.4em 0;
	background    : #ffffff;
	color         : #998446;
	transition    : .3s;
	border        : 1px solid #998446;
	width:120px;
	font-weight: normal;
}
.button2:hover{
	background    : #ffffff;
	color         : #cfbb9c;
	border        : 1px solid #cfbb9c;
}

.form_foot{
	margin-top:0.5em;
	text-align: center;
	align-items: center;
	font-size:0.8em;
	line-height: 1.3em !important;
}

/*php*/
.form_confirmation{
	text-align: left;
}
.order_margin{
	margin-top:2em;
}
.lbl{
	margin-bottom:0.1em;
}
.lbl:before{
	content: "■ ";
	font-size:0.9em;
}
.cts ,.pm{
	margin-left:1em;
	margin-bottom:0.6em
}
.pm:after{
	content: "円";
}

/*フッター*/
#footer{
	text-align: center;
	padding:50px 0;
	font-size:0.8em;
}
.foot_title{
	font-size:1.2em;
}
.foot_title p{
	font-size:1.5em;
	margin:0;
}
