
/* :::::::::::::::::: common :::::::::::::::::: */
span.required,
.ec-required {
	font-size: 0.875rem;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding:5px;
	margin-left: 10px;
	background: #0B5930;
}
span.required{
	display: inline-block;
	margin: 0 3px;
}

.mainContentIn{
	max-width: 800px;
	margin: 0 auto;
}


.descHead{
	font-size: 1.05rem;
	padding: 0 0 15px;
}

span.price{
	font-family: 'Bebas Neue',Arial, Helvetica, sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
	display: inline-block;
}
span.unit{
	font-size: 0.875rem;
	font-weight: 600;
	display: inline-block;
	margin-left: 3px;
}

.ecInput input{
	display: block;
	width: -webkit-fill-available;
}
.ecInput input:focus{
	border-color: #3c8dbc;
	outline: 0;
	box-shadow: none;
}
.ecInput input::-moz-placeholder{
	color: #999;
	opacity: 1;
}
.ecInput input:-ms-input-placeholder,
.ecInput::-webkit-input-placeholder{
	color: #999;
}
.ecInput::-ms-expand{
	border: 0;
	background-color: transparent;
}
.ecInput input[disabled]{
	opacity: 1;
	cursor: not-allowed;
}

.ec-halfInput{
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}
.ec-halfInput > input{
	width: calc(50% - 8px);
}
.ec-halfInput > .ec-errorMessage{
	width: calc(50% - 8px);
}
.ec-halfInput > .d-block{
	width:  calc(50% - 8px);
}

.ec-input > input{
	width: calc(100% - 28px);
}

.error.ecInput input{
	margin-bottom: 5px;
	border-color: #CF3F34;
	background: #FDF1F0;
}
.invalid-feedback{
	font-family: 'Century Gothic','Noto Sans JP', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
	font-size: 0.875rem;
	color: #CF3F34;
}
.ec-color-accent{
	color: #C60000;
}
.ecErrorMessage{
	font-weight: bold;
	color: #C60000;
}
.ec-errorMessage{
	font-size: 0.875rem;
	font-weight: bold;
	color: #C60000;
}
.ec-alert-warning {
	width: 100%;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.ec-alert-warning .ec-alert-warning__icon {
	width: 24px;
	height: 24px;
	vertical-align: top;
	display: inline-block;
}
.ec-alert-warning .ec-alert-warning__text {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	color: #666;
	display: inline-block;
}
.alertIcon{
	width: 100px;
	display: block;
	margin: 15px auto;
}

.bg-load-overlay {
	background: rgba(255, 255, 255, 0.4);
	box-sizing: border-box;
	position: fixed;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: space-around;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2147483647;
	opacity: 1;
}

/* :::::::::::::::::: ec-selects :::::::::::::::::: */

.ec-selects {
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.ec-select {
	margin-bottom: 16px;
}
.ec-select select {
	display: inline-block;
	width: auto;
	max-width: 100%;
	background-color: #f8f8f8;
}
.ec-select select:focus {
	box-shadow: none;
}
.ec-select label {
	margin-right: 10px;
	font-weight: bold;
}
.ec-select label:nth-child(3) {
	margin-left: 10px;
	font-weight: bold;
}
.ec-select__delivery {
	display: block;
	margin-right: 16px;
}
.ec-select__time {
	display: block;
}

/* :::::::::::::::::: ec-inlineBtn :::::::::::::::::: */

.ec-inlineBtn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 0.875rem;
	border-radius: 1.42857142;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 10px 16px;
	text-decoration: none;
	color: #525263;
	background-color: #F5F7F8;
	border-color: #ccc;
}
.ec-inlineBtn:focus, .ec-inlineBtn.focus, .ec-inlineBtn:active:focus, .ec-inlineBtn:active.focus, .ec-inlineBtn.active:focus, .ec-inlineBtn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ec-inlineBtn:hover, .ec-inlineBtn:focus, .ec-inlineBtn.focus {
	color: #525263;
	text-decoration: none;
}
.ec-inlineBtn:active, .ec-inlineBtn.active {
	outline: 0;
	background-image: none;
}
.ec-inlineBtn.disabled, .ec-inlineBtn[disabled], fieldset[disabled] .ec-inlineBtn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: 0.65;
}
.ec-inlineBtn:hover {
	color: #000;
	background-color: #f7f8f9;
	border-color: #d1d1d1;
}

/* :::::::::::::::::: 404 :::::::::::::::::: */

.ec404{
	text-align: center;
}
.ec404 .title{
	font-size: 1.125rem;
	font-weight: bold;
	color: #c60000;
}
.ec404 .desc{
	font-size: 1rem;
}

/* :::::::::::::::::: smartphone :::::::::::::::::: */

/* 575px smartphone*/
@media (max-width: 575px) {
	#header .contactArea ul{
		flex-direction: column;
		align-items: center !important;
		row-gap: 5px;
	}
	#header.small .cart{
		display: none;
		overflow: hidden;
	}
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
	.ec-required {
		margin-left: 0;
		float: right;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	
}