
.ofc {
	object-fit: cover;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.f06 {
	font-size: 0.6em;
}

.f08 {
	font-size: 0.8em;
}

.f12 {
	font-size: 1.2em;
}

.f14 {
	font-size: 1.4em;
}

.f16 {
	font-size: 1.6em;
}

.f18 {
	font-size: 1.8em;
}

.f20 {
	font-size: 2.0em;
}

.f30 {
	font-size: 3.0em;
}

.finger {
cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currentlysupported by Chrome and Opera */
}

.sp {
	display: none;
}

.w100px {
	width: 100px;
}

.w150px {
	width: 150px;
}

.w250px {
	width: 250px;
}

.w300px {
	width: 300px;
}

.w90 {
	width: 90%;
}

.w95 {
	width: 95%;
}

.w100 {
	width: 100%;
}

.mw300 {
	max-width: 300px;
}

.mw400 {
	max-width: 400px;
}

.mw500 {
	max-width: 500px;
}

.mw600 {
	max-width: 600px;
}

.mw700 {
	max-width: 700px;
}

.mw900 {
	max-width: 900px;
}

.mw1000 {
	max-width: 1000px;
}

.mw1100 {
	max-width: 1100px;
}

.mw1200 {
	max-width: 1200px;
}

.h100 {
	height: 100%;
}

.m0a {
	margin: 0px auto;
}

.b5 {
	margin-bottom: 5px;
}

.b10 {
	margin-bottom: 10px;
}

.b20 {
	margin-bottom: 20px;
}

.t5 {
	margin-top: 5px;
}

.t10 {
	margin-top: 10px;
}

.t20 {
	margin-top: 20px;
}

.t30 {
	margin-top: 30px;
}

.p5 {
	padding: 5px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.dspn {
	display: none;
}

.dspb {
	display: block;
}

.dspib {
	display: inline-block;
}

.dspg {
	display: grid;
}

.dspig {
	display: inline-grid;
}

.gtc_aa {
	grid-template-columns: auto auto;
}

.gtc_11 {
	grid-template-columns: 1fr 1fr;
}

.gtc_1a {
	grid-template-columns: 1fr auto;
}

.gtc_a1 {
	grid-template-columns: auto 1fr;
}

.gtc_111 {
	grid-template-columns: 1fr 1fr 1fr;
}

.gtc_aa1 {
	grid-template-columns: auto auto 1fr;
}

.gtc_a1a1 {
	grid-template-columns: auto 1fr auto 1fr;
}

.gg5 {
	grid-gap: 5px;
}

.gg10 {
	grid-gap: 10px;
}

.gg20 {
	grid-gap: 20px;
}

.gg30 {
	grid-gap: 30px;
}

.pic {
	place-items: center;
}

.aic {
	align-items: center;
}

.asc {
	align-self: center;
}

.b_r {
	border-radius: 3px;
	border: 1px solid #909090;
}

.of_h {
	overflow: hidden;
}

.of_x {
	overflow-x: auto;
}

.of_y {
	overflow-y: auto;
}

.pos_r {
	position: relative;
}

.pos_f {
	position: fixed;
}

.pos_a {
	position: absolute;
}

.pos_s {
	position: sticky;
}

.pos_tl {
	top: 0;
	left: 0;
}

.pos_tr {
	top: 0;
	right: 0;
}

.pos_bl {
	bottom: 0;
	left: 0;
}

.pos_br {
	bottom: 0;
	right: 0;
}

.zi_5 {
	z-index: 5;
}

.zi_10 {
	z-index: 10;
}

.zi_15 {
	z-index: 15;
}

.zi_20 {
	z-index: 20;
}

.zi_25 {
	z-index: 25;
}

.zi_30 {
	z-index: 30;
}

.zi_35 {
	z-index: 35;
}

.red {
	color: #ff0000;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	background-color: rgba(0,0,0,0.8);
	z-index: 99;
	overflow-y: scroll;
}

.modal_inner {
	width: 95%;
	max-width: 400px;
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
}

.modal_title {
	padding: 3px 5px;
	background-color: #607d8b;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 3px;
}

.bsbb {
	box-sizing: border-box;
}

.wsnw {
	white-space: nowrap;
}

/*.btn01 {
	display: inline-block;
	min-width: 300px;
	padding: 5px 0px;
	border: 1px solid #505050;
	border-radius: 3px;
	background-color: #505050;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	transition-duration: 0.3s;
}

.btn01:hover {
	background-color: #fff;
	color: #505050;
	text-decoration: none;
}

.btn_back {
	display: inline-block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
	background-image: linear-gradient(180deg, rgba(234, 89, 18, 1), rgba(247, 236, 16, 1));	color: #fff;
	font-weight: bold;
	transition-duration: 0.3s;
	color: #fff;
	text-shadow: 0px 0px 5px #000;
}*/

.modal_btn {
	text-align: center;
}

.head_wrapper {
	background-color: #fff;
}

.card_preview {
	background-color: #909090;
	line-height: 0px; 
}

.card_img_wrap {
	top: 0;
}

.card_img_inner {
	font-family: 'Noto Sans JP', sans-serif;
	transition-duration: 0.5s;
}

#card_errors {
	color: #ff0000;
	font-weight: bold;
}

.order_table th {
	background-color: #f0f0f0;
}

.order_table th, .order_table td {
	padding: 5px;
	border: none;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

.order_table th:last-child, .order_table td:last-child {
	border-right: 1px solid #c0c0c0;
}

.order_table tr:last-child td {
	border-bottom: 1px solid #c0c0c0;
}

.order_yet {
	background-color: #cc0000;
}

.order_done {
	background-color: #3f51b5;
	color: #fff;
}

.order_fale {
	background-color: #000;
	color: #fff;
}

@media only screen and (max-height: 767px) {
	.sp {
		display: block;
	}
}
