@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');
body {
    /*background-color: rgb(221,209,196);*/
	margin:0px;
	padding: 3px 0px 0px 0px;
	font-family: "���S�V�b�N Medium", "Yu Gothic Medium", "���S�V�b�N��", "YuGothic", "�q���M�m�p�S ProN W3", "Hiragino Kaku Gothic ProN", "���C���I", "Meiryo", "verdana", sans-serif;
	color: #3d3d3d;
	font-size:small;
	background-color: #fff;
}
.clear {
	clear:both;
}

.container {
	width:320px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;


}
#top_page .monthly_member {
	background-image: url(../img/bg_img.png);
	background-size:contain;

}
.block {
	margin-bottom: 5px;
	margin-top:5px;
	padding-left:5px;
	padding-right:5px;
}
.errmsg {
	font-size:large;
	border:solid 1px red;
	color:red;
	background-color: #fee;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:10px;
}
.info {
	font-size:large;
	border:solid 1px blue;
	color:blue;
	background-color: #eef;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:10px;
}
.userinfo {
	float:right;
}
.username {
	text-align: right;
	font-size:xx-small;
	font-family: monospace;
}
.bottom_bar {
	position: fixed;
	bottom: 0px;
	height:40px;
	background-color:#71a59e;
	width:320px;
	display: table;
	table-layout: fixed;
}
.bottom_bar a {
	display: table-cell;
	text-decoration: none;
	color:#fff;
	text-align: center;
	/*border:solid 1px red;*/
	vertical-align: bottom;
	font-size:x-small;
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	padding-top:8px;
	box-sizing: border-box;
}
.bottom_bar_img {
	height:20px;
}
.bottom_bar_top {
	background-image: url(../img/top.png);
}
a.orange_btn {
	background-color:#71a59e;
	color:#fff;
	text-align: center;
	text-decoration:none;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.orange_btn a {
	background-color:#71a59e;
	color:#fff;
	text-align: center;
	text-decoration:none;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
input.orange_btn {
	display: block;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#71a59e;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
	padding-top:8px;
	padding-bottom:8px;
	width: 310px;
	margin-left:5px;
	margin-right:5px;
	border:none;
	-webkit-appearance: none;
}
a.modoru {
	display: block;
	margin-top:15px;
	margin-bottom:10px;
	background-color:#ffffff;
	box-sizing:border-box;
	border:solid 1px #71a59e;
	text-decoration: none;
	text-align: center;
	color:#71a59e;
	padding-top:8px;
	padding-bottom:8px;
	width: 310px;
	margin-left:5px;
	margin-right:5px;
	-webkit-appearance: none;
}

.logo {
	/*font-family: 'Shadows Into Light Two', cursive;*/
	/*text-align: center;*/
	/*background-color:#fff;*/
	height:60px;
	margin-top: 0px;
	margin-left:2px;
	margin-bottom:0px;
	margin-right:0px;
	display:block;
	/*background-image: url(../img/wcoffee.logo.png);*/
	background-image: url(../icon/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.logo a{
	/*
	text-decoration: none;
	color:#222222;
	*/
	display: none;
}
h3 {
	font-weight: bold;
	display: block;
	padding: 0px 0px 10px 0px;

	background-repeat: no-repeat;
	background-size: contain;
	border-bottom: solid 1px#cccccc;
}
.title_info {
	background-image: url(../img/member_b.png);
	padding-left:55px;
}
.title_coupon {
	background-image: url(../img/coupon_b.png);
	padding-left:35px;
}
.title_img_div {
	text-align: center;
}
.title_img {

}
.qrcode_div {
	text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    height: 155px;
    padding-top: 30px
}
.barcode_div {
	text-align: center;
}
.getugaku {
	text-align: center;
	color:black;
	font-size:x-large;
	background-color: #fff;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-bottom: 10px
}

element.style {
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0;
    padding: 0;
}

h2 {
	display: none;
}

.form_mustmark {
	font-size:xx-small;
	border:solid 1px red;
	color:red;
	background-color: #fee;
	padding: 1px;
}
.frmitem {
	border-bottom: solid 1px#cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.textfield {
	width:300px;
	font-size: large;
}
.selectfield {
	font-size: large;
	padding: 4px;
	width:300px;
}
.textarea {
	width:300px;
}
.secondfield {
	margin-top:5px;
}
.frmbuttons {
	text-align: center;
	border-bottom: dashed 1px #888888;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.orange_btn {

}

.bottom_menu {
	border-top: dashed 1px #888888;
	margin-top:20px;
	padding-top:10px;
}
.bottom_menu a {
	display: block;
	border-bottom: dashed 1px #888888;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color:blue;
}
.footer {
	padding-bottom:120px;
	text-align: center;
	margin-top:20px;
}
.footer_text {
	font-size:xx-small;
	font-family: monospace;
}
.footer_links {
	font-size:x-small;
	font-family: monospace;
}
.footer_links a {
	color:blue;
	margin-left:10px;
	margin-right:10px;
}
.barcode_div {
	text-align:center;
	font-family: monospace;
	font-size: large;
	margin-bottom:10px;
}
.barcode_div img {

}

.ymd_div {
	border-bottom:solid 1px #888;
	padding-top:5px;
	padding-left:5px;
}
.yoyaku_prev_week {
	float: left;
	margin-left:5px;
}
.yoyaku_next_week {
	float: right;
	margin-right:5px;
}
.shop_yoyaku_link {
	margin-left:4px;
	display: block;
	text-decoration: none;
	float: right;
}
.shop_yoyaku_link_resource_image_div {
	width:70px;
}
.shop_yoyaku_link_resource_image {
	width:70px;
}
.shop_yoyaku_link_resource_name {
	display: block;
	width:70px;
	text-align: center;
	font-size:xx-small;
	color:#222;
}
.yoyaku_text_today{
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	}
.topstatus {
	text-align: center;
	margin-bottom:10px;
}
.topstatus_resource_name {
	font-size:xx-large;
}
.topstatus_checkintimehm {
	font-size:x-large;
}
.shops_div {
	margin-top:10px;
}
.shop_div {

}
.shop_div a {
	background-color:#71a59e;
	color:#fff;
	text-align: center;
	text-decoration:none;
	display: block;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.barcode_part0 {
	font-family: monospace;
	color:#222;
}
.barcode_part1 {
	font-family: monospace;
	margin-left:8px;
	margin-right:8px;
	color:#222;
}
.barcode_part2 {
	font-family: monospace;
	color:#222;
}
/* FOOD MENU BEGIN*/
.title-link{
	text-align:center;
    padding: 0px 2px;
    position: fixed;
    background-color: #f0f0f0;
    margin: 5px;

}
.food_menu_header .title_id {
	text-align:center;
}
.link {

}
.food_menu_header {
	margin: 0 0.5px 10px 0.5px !important;
	font-weight: bold !important;
	text-align: center !important;
	background-color:#e6e6e6 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	width:100% !important;
	height:10px !important;
}
.food_menu_footer {
	margin-bottom: 50px;
}
.food_menu_num {
	font-size:medium;
}
.food_menu_num_buttons {
	float:right;
	margin-right:5px;
}
.button{
	background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;

}
.button-plus{
	border-radius: 5px;
	background-color: white;
}
.food_menu_image {
	height:60px;
	width:80px;
	object-fit: cover;
	margin-right:5px;
	margin-left:5px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	float:left;
}
.food_menu_body {
	padding-left:60px;
}
.food_menu_name{
	font-weight:bold;
	font-size:12px;
	font-family:monospace;
}
.food_menu_num_desc{
  	font-size: 10px;
  	padding: 5px 5px 10px 5px;
  	margin-left:40px;
}
.food_menu_num_price{
  	font-size: 15px;
  	color: green;
  	margin-left:60px;
}

.food_menu_fixed {
	position: fixed;
	top:0px;
	height:20px;
	background-color: #fff;
}
.food_menu_sum {
	text-align: right;
}
.food_menu_list {
	padding-top:140px;
}
.order_textarea {
	width:305px;
	margin-left:5px;
}
.item_name {

}
/* FOOD MENU END */
.items_sum{
	color: green;
}
.items_sum_price{
	padding-left: 30%;
    font-size: 16px;
}
.stampcard {
	width:300px;
	display: block;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}
.food_menu_items frmitem{
	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	grid-gap: 10px;
}

#top_page{
	/* background-image:url("../img/main-min.png"); */
}
#top_page .delivery_links {
	margin-bottom:15px;
	margin-top:15px;
}