@charset "utf-8";
/* order.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お電話・FAXでのご注文　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tel_bikou a {
	color: #645428;
	text-decoration: none;
	padding-right: 45px;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: right 16px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ネット注文　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#net_order .inner {
	width: 1000px;
}
#net_order h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 8px;
}
#net_order h3 + ul {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 16px;
	color: #ED0003;
}

/* 請求書タイトル */
#net_order h4 {
	font-size: 20px;
	font-weight: 700;
	background-color: #BC0003;
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DFD2AF;
	padding-left: 10px;
	color: #FFFFFF;
}



/* -- 枠 ----------------------------------------------- */
.order_wrap {
	border: 3px solid #645428;
	border-radius: 6px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px !important;
	position: relative;
}

/* -- オーダーフォーム用 dt dd ----------------------------------------------- */
form#mail_form dl dt {
	width: 300px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: 600;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form#mail_form dl dd {
	width: 680px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
form#mail_form input[name="souke_01"]{
	width: 100px;
}
form#mail_form textarea[name="ofuda_01"],
form#mail_form textarea[name="ofuda_read_01"] {
	height: 65px;
}
form#mail_form input[name="postal_01"] {
	width: 150px;
}
form#mail_form input[name="tel_01"] {
	width: 200px;
}

/* -- 喪家名 ----------------------------------------------- */
.souke {
	font-size: 28px;
	font-weight: 700;
	vertical-align: middle;
}

/* -- 供物選択 ----------------------------------------------- */
.kumotsu_area ul {
	display: flex;
	flex-wrap:wrap;
}
.kumotsu_area li {
	width: 150px;
	margin-right: 10px !important;
	margin-bottom: 20px !important;
	text-align: center;
	display: block;
}
.kumotsu_area li:last-child {
	margin-right: 0px !important;	
}
.kumotsu_area li label {
	margin-top: 0px !important;
}
.kumotsu_area li input[type="radio"] {
	transform: scale(1.5);
}
.kumotsu_area li label {
	margin-top: 0px !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	padding-bottom: 5px !important;
	background-color: transparent !important;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.kumotsu_area li:first-child label {
	margin-top: 0px;
}
.kumotsu_area li label:hover {
	cursor: pointer;
	background-color: #CCBF8D !important;
	border-radius: 5px !important;
}
.kumotsu_name {
	display: block;
	font-weight: 500;
}
.kumotsu_thumb {
	margin-bottom: 5px !important;
}
.kumotsu_thumb img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.kumotsu_price {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2em;
}

/* -- 郵便番号 ----------------------------------------------- */
#postal_wrap {
	font-weight: 600;
	font-size: 15px;
	padding-bottom: 5px !important;
}


/* -- 入力例 ----------------------------------------------- */
::-webkit-input-placeholder {
    color: #A2936A;
    font-size: 14px;
}
::-moz-placeholder {
    color: #A2936A; opacity: 1;
	font-size: 14px;
}
:-ms-input-placeholder {
    color: #A2936A;
	font-size: 14px;
}

















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お電話・FAXでのご注文　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#tel_bikou a {
	padding-right: 38px;
	background-position: right 11px;
	background-size: 27px auto;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ネット注文　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#net_order .inner {
	width: 100%;
}
#net_order h3 {
	font-size: 22px;
	line-height: 1.2em;
}
#net_order h3 + ul {
	margin-bottom: 12px;
	font-size: 14px;
}

/* 請求書タイトル */
#net_order h4 {
	font-size: 16px;
}

/* -- 枠 ----------------------------------------------- */
.order_wrap {
	border: 5px solid #645428;
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* -- オーダーフォーム用 dt dd ----------------------------------------------- */
form#mail_form dl dt {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
form#mail_form dl dd {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* メールフォーム　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
form#mail_form input[name="souke_01"]{
	width: 100px;
}
form#mail_form textarea[name="ofuda_01"],
form#mail_form textarea[name="ofuda_read_01"] {
	height: 65px;
}
form#mail_form input[name="postal_01"] {
	width: 150px;
}
form#mail_form input[name="tel_01"] {
	width: 200px;
}

/* -- 喪家名 ----------------------------------------------- */
.souke {
	font-size: 20px;
}

/* -- 供物選択 ----------------------------------------------- */
.kumotsu_area ul {
}
.kumotsu_area li {
	width: 50%;
	margin-right: 0px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kumotsu_area li:nth-child(odd) {
	padding-right: 10px;		
}
.kumotsu_area li:nth-child(even) {
	padding-right: 10px;		
}


/* -- 郵便番号 ----------------------------------------------- */
#postal_wrap {
	font-size: 12px;
}

}
