html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1rem;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input:focus,
textarea:focus {
	outline: none;
}

@keyframes fadeOut {
	from {
		opacity:1;
	}
	to {
		opacity:0;
	}
}

ul.normal {
	padding-left: 20px;
}
ul.normal li{
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table.normal{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
table.normal th, table.normal td {
		border: 1px solid #dbdbdb;
		padding: 5px 10px;
		line-height: 1.5;
}
table.normal td{
	text-align: left;
}
table.normal th {
		font-weight: bold;
		background: #fff;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
html {
	position: relative;
	top: 0 !important;
	font-size: 12px;
}
html,
body {
	height: 100%;
}
body {
	background: #fff;
	color: #333;
	font-size: 1rem;
	font-family: 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
}
a {
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	word-break: break-all;
}
@media screen and (min-width: 680px) {
	a:hover {
		opacity: 0.5;
		text-decoration: none;
	}
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
textarea {
	display: block;
	font-size: 1rem;
	font-family: 'Arial',"ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"游ゴシック",'YuGothic',"メイリオ",'MS PGothic';
	line-height: 1.5;
	letter-spacing: 0.06rem;
	padding: 3px 5px;
	border: 1px solid #bcbcbc;
	border-radius: 2px;
/*  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus {
	outline: none;
}
input[type="radio"] {
	-webkit-appearance:none;
	width:13px;
	height:13px;
	border:2.5px solid #fff;
	-webkit-border-radius:15px;
	border-radius:15px;
	background:#fff;
	opacity:.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
	padding:0;
	font-size:14px;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
input[type="radio"]:focus{
	border:2.5px solid #fff;
}
div[data-type="radio"] input {
	display:inline-block;
}
div[data-type="radio"] label:not(:last-of-type) {
	margin-right:10px;
}
input[type="radio"]:checked {
	background:#333;
	opacity:1;
	-ms-filter:none;
	filter:none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.u-inner {
	zoom: 1;
	width-content: width;
	width-margin: 0;
}
.u-inner:before,
.u-inner:after {
	content: "";
	display: table;
}
.u-inner:after {
	clear: both;
}
.narrow-inner{
	max-width: 980px;
	margin: 0 auto;
}
.u-pc {
	display: block;
}
.u-sp {
	display: none;
}
@media screen and (max-width: 1024px) {
	.narrow-inner{
		width: 90%;
	}
}
@media screen and (max-width: 680px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: block;
	}
}
body.pc a:hover img.u-opacity {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
a img.u-opacity {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
body.pc a img.u-opacity:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
#loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	width: 100%;
	height: 100%;
}
#loading div {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-o-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	transition: .3s linear;
}
@media screen and (max-width: 1024px) {
	#header {
		display: none;
	}
}
.header__title {
	padding-top: 10px;
	padding-left: 10px;
	transition: 0.6s ease;
}
.header__title a{
		position: relative;
		display: inline-block;
}
.header__title a:after{
	content: "";
	display: inline-block;
	background-size: cover;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
}
.header__title a:hover:after{
	opacity: 1;
}
.header__title a:hover img{
	transition: all 0.5s;
}
.header__title a:hover:after{
	opacity: 1;
}
.header__title img {
	width: 120px;
	height: auto;
}

.header__navigation ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.header__navigation ul li {
	display: inline-block;
	text-align: center;
	margin-right: 40px;
}
.header__navigation ul li:last-of-type {
	margin-right: 0;
}
.header__navigation ul li.header__navigation--hover > a span {
	color: #cb232e;
}
.header__navigation ul li.header__navigation--hover > a small {
	color: #cb232e;
	position: relative;
}
.header__navigation ul li.header__navigation--hover > a small:after {
	content: "";
	display: block;
	position: absolute;
	top: 28px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-bottom: 6px solid #218dc3;
}
.header__navigation ul li a {
	display: block;
	color: #333;
}
body.pc .header__navigation ul li a:hover span {
	color: #218dc3;
}
body.pc .header__navigation ul li a:hover small {
	color: #218dc3;
}
.header__navigation ul li a.header__navigation--parent small {
	margin-left: -12px;
}
.header__navigation ul li a span {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.header__navigation ul li a span i {
	margin-left: 4px;
}
.header__navigation ul li a small {
	display: block;
	font-size: 10px;
	color: #208DC3;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.header__navigation--child {
	display: none;
	position: absolute;
	top: 82px;
	left: 0;
	background: rgba(0,0,0,0.8);
	color: #fff;
	width: 100%;
	padding: 30px 0;
}
.header__navigation--child.header__navigation--products ul {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}
.header__navigation--child.header__navigation--products ul:last-of-type {
	margin-right: 0;
}
.header__navigation--child.header__navigation--products ul strong {
	display: block;
	font-weight: bold;
	text-align: left;
	margin-bottom: 6px;
}
.header__navigation--child.header__navigation--products ul strong a {
	color: #fff;
}
body.pc .header__navigation--child.header__navigation--products ul strong a:hover {
	color: #fff;
}
.header__navigation--child.header__navigation--products ul li {
	display: block;
	font-size: 11px;
	text-align: left;
	margin-right: 0;
}
.header__navigation--child.header__navigation--products ul li a {
	color: #fff;
}
body.pc .header__navigation--child.header__navigation--products ul li a:hover {
	color: #cb232e;
}
.header__navigation--child.header__navigation--store ul {
	display: block;
	vertical-align: top;
}
.header__navigation--child.header__navigation--store ul li {
	display: inline-block;
	font-weight: bold;
	margin-right: 60px;
}
.header__navigation--child.header__navigation--store ul li:last-of-type {
	margin-right: 0;
}
.header__navigation--child.header__navigation--store ul li a {
	color: #fff;
}
body.pc .header__navigation--child.header__navigation--store ul li a:hover {
	color: #cb232e;
}
.header__sub {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-o-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 20%;
}
.header__sns {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	margin-right: 10px;
}
.header__sns li {
	margin-right: 16px;
}
.header__sns li a {
	display: block;
	font-size: 16px;
	padding: 2px;
	color: #757575;
}
body.pc .header__sns li a:hover {
	color: #218dc3;
}
.header__btn {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}
.header__btn li:first-of-type {
	border-right: 1px solid #fff;
}
.header__btn li a {
	display: inline-block;
	background: #1b1b1b;
	color: #fff;
	text-align: center;
	padding: 20px;
	width: 80px;
	height: 80px;
}
.header__btn li a i {
	font-size: 16px;
}
.header__btn li a span {
	display: block;
	font-size: 9px;
}
body.pc .header__btn li a:hover {
	background: #cb232e;
}
#header--sp {
	zoom: 1;
	display: none;
	position: absolute;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 35px;
	background: #e8ebed;
	border-bottom: 1px solid #fff;
}
#header--sp:before,
#header--sp:after {
	content: "";
	display: table;
}
#header--sp:after {
	clear: both;
}
@media screen and (max-width: 1200px) {
	.header__navigation ul li{
		margin-right: 20px;
	}
	.header__navigation ul li a span{
		font-size: 14px;
	}
}
@media screen and (max-width: 1024px) {
	#header--sp {
		display: block;
	}
}
.header--sp__btn {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 30px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		cursor: pointer;
		padding: 10px 20px 10px 8px;
}
.header--sp__btn span {
	display: block;
	border-bottom: 2px solid #0e0c53;
	margin-bottom: 6px;
}
.header--sp__btn span:last-of-type {
	margin-bottom: 0;
}
.header--sp__title {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 32px;
}
.header--sp__title img{
	height:100%;
}
.header--sp__search {
	display: block;
	float: right;
	background: #1b1b1b;
	color: #fff !important;
	text-align: center;
	width: 46px;
	height: 46px;
	padding: 6px;
}
.header--sp__search i {
	font-size: 16px;
	line-height: 1.2;
}
.header--sp__search span {
	display: block;
	font-size: 9px;
	line-height: 1;
}
@media screen and (max-width: 680px) {
	.header--sp__search {
		width: 40px;
		height: 40px;
	}
	.header--sp__search i{
		font-size: 15px;
	}
}
#header--sp__navigation {
	display: none;
	border-right: 1px solid #dbdbdb;
}
#header--sp__navigation.sidr {
	position: fixed;
	top: 0;
	/*background: #fff;*/
	z-index: 10;
	overflow-x: none;
	overflow-y: auto;
	border-left: 1px solid #eee;
	width: 220px;
	height: 100%;
}
#header--sp__navigation.sidr.left {
	right: auto;
	left: -220px;
}
#header--sp__navigation .header--sp__box:last-of-type ul:last-of-type {
	border-bottom: 0;
}
#header--sp__navigation .header--sp__box:last-of-type ul:last-of-type strong {
	border-bottom: 1px solid #dbdbdb;
}
#header--sp__navigation .header--sp__box ul {
	border-bottom: 1px solid #dbdbdb;
}
#header--sp__navigation .header--sp__box ul strong {
	display: block;
}
#header--sp__navigation .header--sp__box ul strong a {
	position: relative;
	display: block;
	font-family: 'Dosis', 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	font-size: 14px;
	font-weight: bold;
	color: #757575;
	padding: 6px 5%;
}
body.pc #header--sp__navigation .header--sp__box ul strong a:hover {
	color: #218dc3;
}
#header--sp__navigation .header--sp__box ul strong a i {
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 9px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
#header--sp__navigation .header--sp__box ul div {
	display: none;
}
#header--sp__navigation .header--sp__box ul div li {
	line-height: 1.6;
}
#header--sp__navigation .header--sp__box ul div li:last-of-type {
	margin-bottom: 8px;
}
#header--sp__navigation .header--sp__box ul div li a {
	display: block;
	font-size: 10px;
	color: #7c7c7c;
	padding: 4px 5% 4px 10%;
}
body.pc #header--sp__navigation .header--sp__box ul div li a:hover {
	color: #cb232e;
}
#header--sp__navigation .header--sp__box > ul strong.jp a{
	font-size: 1rem;
}
#header--sp__navigation .header--sp__box:last-of-type ul:last-of-type{
	border-bottom: 0;
}
@media screen and (max-width: 1200px){
	.header__sns {
		padding: 6px 5%;
	}
}
#footer {
	/*background: #fff;*/
	border-top: 1px solid #dbdbdb;
	padding: 30px 20px;
}
.footer__navigation {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 15px;
}
.footer__navigation .footer__box {
	margin-right: 100px;
}
.footer__navigation .footer__box:last-of-type {
	margin-right: 0;
}
.footer__navigation .footer__box ul:last-of-type {
	margin-bottom: 0;
}
.footer__navigation .footer__box ul strong {
	display: block;
}
.footer__navigation .footer__box ul strong.jp a{
	font-weight: normal;
	font-size: 1.4rem;
}
.footer__navigation .footer__box ul strong a {
	font-family: 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	font-size: 16px;
	color: #333;
}
body.pc .footer__navigation .footer__box ul strong a:hover {
	color: #218cc2;
}
.footer__navigation .footer__box ul strong a i {
	display: none;
}
.footer__navigation .footer__box ul li {
	line-height: 1.6;
}
.footer__navigation .footer__box ul li a {
	display: inline-block;
	font-size: 10px;
	color: #7c7c7c;
}
body.pc .footer__navigation .footer__box ul li a:hover {
	color: #218cc2;
}
@media screen and (max-width: 680px) {
	.footer__navigation {
		display: block;
		margin-bottom: 14px;
	}
	.footer__navigation .footer__box {
		margin-right: 0;
	}
	.footer__navigation .footer__box:last-of-type ul:last-of-type {
		border-bottom: 0;
	}
	.footer__navigation .footer__box:last-of-type ul:last-of-type strong {
		border-bottom: 1px solid #dbdbdb;
	}
	.footer__navigation .footer__box ul {
		margin-bottom: 0;
		border-bottom: 1px solid #dbdbdb;
	}
	.footer__navigation .footer__box ul strong a {
		position: relative;
		display: block;
		padding: 6px 5%;
	}
	.footer__navigation .footer__box ul strong a i {
		display: block;
		position: absolute;
		top: 50%;
		right: 5%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 9px;
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		-ms-transition: 0.2s;
		transition: 0.2s;
	}
	.footer__navigation .footer__box ul div {
		display: none;
	}
	.footer__navigation .footer__box ul li:last-of-type {
		margin-bottom: 8px;
	}
	.footer__navigation .footer__box ul li a {
		display: block;
		padding: 4px 5% 4px 10%;
	}
}
.footer__sns {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 10px;
}
.footer__sns li {
	margin-right: 16px;
}
.footer__sns li:last-of-type {
	margin-right: 0;
}
.footer__sns li a {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 2px;
}
body.pc .footer__sns li a:hover {
	color: #218cc2;
}
.footer__copy {
	font-family: 'Arial', "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', "游ゴシック", 'YuGothic', "メイリオ", 'MS PGothic';
	color: #7c7c7c;
	text-align: center;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 48px;
	}
}


/* 注文フォーム */
h2{
	font-size: 2.0rem;
	font-weight: bold;
}
.order_block{
	margin-bottom: 40px;
}
.acf-button{
	border-radius: 3px;
	background: #218dc3;
	color: #fff;
	padding: 5px 10px;
	font-size: 0.9rem;
	cursor: pointer;
}
.acf-button:hover{
	opacity: 0.5;
}
a.acf-icon.-minus:hover, a.acf-icon.-cancel:hover{
	background-color: #228dc3 !important;
}
.acf-form-submit{
	text-align: center;
	margin-bottom: 0px;
}
input[type="submit"]{
	background: #000;
	color: #fff;
}
.field_area{
	margin: 0;
	padding: 15px 12px;
	position: relative;
	font-size: 0;
}
.field_title{
	display: inline-block;
	width: 20%;
	margin: 0 0 3px;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.4em;
}
.field_value{
	display: inline-block;
	width: 80%;
	font-size: 14px;
	line-height: 1.4em;
}
.field_table{
	margin: 0 0 8px;
	background: #F9F9F9;
	border: #DFDFDF solid 1px;
	border-spacing: 0;
	border-radius: 0;
	table-layout: auto;
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	border-collapse: collapse;
}
.field_table tr:not(:last-child){
	border-bottom: 1px solid #b8b8b8;
}
.table_number{
	background: #2d4a5b;
	padding: 8px;
	color: #fff;
	vertical-align: middle;
	width: 16px;
	font-size: 15px;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	border-top-color: #E1E1E1;
}
.table_contents{
	margin: 0;
	padding: 0;
	position: relative;
	clear: left;
	font-size: 0;
	border: 1px solid #dbdbdb;
}
.table_title{
	width: 25%;
	display: inline-block;
	min-height: 53px;
	margin: 0;
	font-weight: bold;
	padding: 15px 12px;
	border-top: #EEEEEE solid 1px;
	font-size: 14px;
	vertical-align: top;
}
.table_value{
	width: 75%;
	display: inline-block;
	min-height: 53px;
	margin: 0;
	padding: 15px 12px;
	background: #fff;
	font-size: 13px;
}
.button_block{
	height: 38px;
	display: inline-block;
	width: 100%;
}
.field_button{
	float: left;
	margin-right: 20px;
}
.acf-repeater .acf-row-handle.order{
	background: #2d4a5b !important;
	color: #fff !important;
}
.acf-table > tbody > tr > td{
	border-bottom:1px solid #b8b8b8 !important;
}
.acf-field .acf-label{
	margin: 0 0 0px !important;
}
@media screen and (max-width: 900px) {
	.table_title{
		width: 30%;
	}
	.table_value{
		width: 70%;
	}
}
@media screen and (max-width: 680px) {
	.table_title{
		width: 50%;
	}
	.table_value{
		width: 50%;
	}
	.field_title,.field_title{
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.table_title,.table_value{
		width: 100%;
		min-height: 0;
		padding: 10px;
	}
	.button_block{
		width: 90%;
		margin: 0 auto;
	}
}




/*---------------------------------------------
	Order confirm
---------------------------------------------*/
#order_form {
	position: relative;
}
#delivery{
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  z-index: 999;
  border: 1px solid #ff0052;
  text-align: center;
}
#delivery #delivery_container{
	font-size: 18px;
  color: red;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 10px;
}
#delivery #delivery_container span{
	font-size: 20px;
}
.attention_message{
	font-size: 15px;
	font-weight: bold;
	color: #8b8b8b;
}
.text-underline{
	text-decoration: underline;
}
#order_confirm_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.order_confirm_overlay__buttons{
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0
}
.orderMode_input{
	display: block;
}
.orderMode_confirm{
	display: none;
}
.order_confirming #order_confirm_overlay {
	display: block;
}
.btn--order,
.btn--back{
	left: 0;
	right: 0;
	background: black;
	color: white;
	margin: 0 auto;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}
.btn--order{
	background: #F55E4F;
	padding: 15px 0;
	font-size: 1.3rem;
	max-width: 300px;
}
.btn--back{
	max-width: 150px;
	margin-top: 7px;
}

.order_confirming .acf-field-text input,
.order_confirming .acf-field-email input,
.order_confirming .acf-field-select select{
	-webkit-appearance: none;
	border: none;
	background: none;
}
.order_confirming input:-webkit-autofill,
.order_confirming textarea:-webkit-autofill,
.order_confirming select:-webkit-autofill{
	box-shadow: 0 0 0px 999px #e8e8e8 inset;
}
.order_confirming .acf-row-handle.remove,
.order_confirming .acf-actions {
	display: none;
}
.order_confirming .orderMode_confirm{
	display: none;
}
.order_confirming .orderMode_confirm{
	display: block;
}
.order_confirming .orderMode_input{
	display: none;
}
.order_confirming .order__message{
	font-weight: bold;
	color: white;
	padding: 20px;
	background: #F55E4F;
	margin: 5px 0 30px;
	padding: 10px;
	min-height: 0px;
	border-left: #dd4232 solid 4px;
}
#order #rule_agree li{
	font-size: 16px;
}
#order #rule_agree label{
	font-size: 17px;
}
@media screen and (max-width: 750px) {
	#delivery{
	  padding: 10px;
	  width: 100%;
	}
	#delivery #delivery_container{
		font-size: 16px;
	}
	#delivery #delivery_container span{
		font-size: 18px;
	}
	#delivery br{
	  display: none;
	}
	.attention_message{
		font-size: 14px;
		text-align: left;
	}
	.attention_message br{
		display: none;
	}
}

/*---------------------------------------------
	Order complete
---------------------------------------------*/
.order-complete,
.order-credit,
.order-credit-result {
  background: #f9f9f9;
}
.order-complete #footer,
.order-credit #footer,
.order-credit-result #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.order-complete #order_complete p,
.order-credit #order_complete p,
.order-credit-result #order_complete p {
  text-align: center;
}
.order-complete #order_complete div,
.order-credit #order_complete div,
.order-credit-result #order_complete div {
  text-align: center;
  padding: 20px 0 0;
  font-size: 0;
}
.order-complete #order_complete .btn_wrap,
.order-credit #order_complete .btn_wrap,
.order-credit-result #order_complete .btn_wrap {
  max-width: 640px;
  margin: 0 auto;
}
.order-complete #order_complete .typebtn,
.order-credit #order_complete .typebtn,
.order-credit-result #order_complete .typebtn {
  flex: 0 0 45%;
  padding: 10px 0;
  font-size: 1rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .order-complete #footer {
	position: static;
  }
}