@charset "utf-8";

/* CSS Document */

/* ============================================ 
  基本設定_共通処理
 ============================================ */
 
html, body, .wrapper {
	max-width: 100%;
	height: 100vh;
}

body {
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	background-color: #ececec;
	color: #666;
	-webkit-text-size-adjust: 100%;
}

.hover:hover{
	opacity: 0.7;
}

button:focus {
	outline:0;
}

h1 {
	position: relative;
	margin: 0 auto;
	font-size: 1.5rem;
	text-align: center;
/* 	color: #77bda7; */
	color: #444;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1::after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 4px;
	background-color: #77bda7;
}

h1.no-border {
	width: 100%;
}

h1.no-border::after {
	display: none;
}

h2 {
	margin-top: 45px;
	margin-bottom: 20px;
	font-size: 28px;
	text-align: center;
}

a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

ul {
	list-style: none;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 100px;
/* 	overflow-y: hidden; *//* position:stickeyが動かなくなる */
	display: block;
}

.header{
	width: 100%;
	background: #fff;
	margin-bottom: 33px;
}

.header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 40px);
	max-width: 1160px;
	margin: 0 auto;
	padding: 10px 0;
}

.logo img {
	display: block;
	margin: 0 auto;
	width: 130px;
}

.logo {
	padding: 15px 0;
}

.header-right-area{
	width: 40%;
	display: flex;
	justify-content: space-between;
	align-items:flex-start;
}

.header-shop-data{
	display: flex;
	flex-direction: column;
}

.header-shop-id{
	font-size: 0.8rem;
}

.header-shop-name{
	font-weight: bold;
	font-size: 0.9rem;
}


.logout-button{
	position: relative;
	border: solid 1px #ddd;
	padding: 5px 20px 5px 30px;
	border-radius: 30px;
	font-size: 0.8rem;
}

.logout-button:before{
	content: "";
	display: block;
	left: 15px;
	top: 12px;
	position: absolute;
	border-top: 6px solid #666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transform: rotate(270deg);
}

.logout-button:hover{
	background: #eee;
}

.head-label {
	height: 34px;
	line-height: 34px;
	background-color: #77bda7;
	color: #fff;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0;
}

.subhead-label {
	height: 34px;
	line-height: 34px;
	background-color: #f7f7f7;
/* 	color: #fff; */
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 560px) {
	.hover:hover{
		opacity: 1;
	}
}


/* ============================================ 
  言語
 ============================================ */
/*セレクトボタン*/
.language{
	position: fixed;
	top: 0;
	right: 0;
	background: #333;
	color: #fff;
	width: 200px;
	cursor: pointer;
	z-index: 9999999;
}

.language-head{
	padding: 10px;
	font-size: 0.8rem;
}

.language-current{
	font-size: 1rem;
	font-weight: bold;
}

ul.language-list{
	padding: 10px;
	display: none;
}

ul.language-list li:first-child{
	border-top: solid 1px #ccc;
}


ul.language-list li{
	border-bottom: solid 1px #ccc;
	height: 40px;
	line-height: 40px;
}

ul.language-list li.is-current{
	color: #77bda7;
	font-weight: bold;
}

/*言語各種切り替え*/
.lang-area{
	width: 100%;
	word-wrap: break-word;
}

.lang-only-ja{
	opacity: 1;
}
.lang-only-ja.uneditable{
	position: relative;
	pointer-events: none;
	user-select: none;
}

.lang-only-ja.uneditable:after{
	content: "";
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.multilingual{
	color:#09a8b9;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: bold;
}


/* ============================================ 
  ステータス
 ============================================ */
.status-order,
.status-waiting,
.status-done,
.status-cancel,
.status-discard,
.status-reservatio-new,
.status--reservation-change,
.status-reservation-accepted,
.status-reservation-visited,
.status-reservation-cancel,
.status-reservation-refusal{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* オーダー */
.status-order {
	background-color: #dbf8ff !important;
	color: #333 !important;
}

.status-waiting {
	background-color: #7cd9fd !important;
	color: #333 !important;
}

.status-done {
	background-color: #00a2e0 !important;
	color: #fff !important;
}

.status-cancel {
	background-color: #ccc !important;
	color: #666 !important;
}

.status-discard {
	background-color: #999 !important;
	color: #fff !important;
}


/* 事前予約 */
.status-reservation-new{
	background-color: #b7fdd6 !important;
	color: #333 !important;
}

.status-reservation-change{
	background-color: #71d09b !important;
	color: #333 !important;
}

.status-reservation-accepted{
	background-color: #2bf987 !important;
	color: #333 !important;
}

.status-reservation-visited{
	background-color: #009a45 !important;
	color: #fff !important;
}

.status-reservation-cancel{
	background-color: #ccc !important;
	color: #666 !important;
}

.status-reservation-refusal{
	background-color: #999 !important;
	color: #fff !important;	
}


/* スマホオーダー */
.status-order-new {
	background-color: #a0e4cf !important;
}

.status-order-served{
	background-color: #4fb595 !important;
	color: #fff !important;		
}



.type-order{
	background-color: #f6fbf8 !important;
}

.type-takeout{
	background-color: #fff !important;
}

.status-type{
	font-size: 0.75rem !important;
	font-weight: bold;
}

/* ボーダー */
.status-border_a-1{
	border: solid 3px #dbf8ff;
}
.status-border_a-2{
	border: solid 3px #7cd9fd;
}
.status-border_a-3{
	border: solid 3px #00a2e0;
}
.status-border_a-4{
	border: solid 3px #00658c;
}

.status-border_b-1{
	border: solid 3px #b7fdd6;
}
.status-border_b-2{
	border: solid 3px #71d09b;
}
.status-border_b-3{
	border: solid 3px #007333;
}


/* ============================================ 
  ソート
 ============================================ */
 
.sort{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 15px 30px;
	font-size: 0.875rem;
	background: #f7f7f7;
	border-radius: 10px 10px 0 0;
}
 
.sort__item{
	display: flex;
	align-items: center;
}

.sort__btn{
	padding: 4px 12px;
	background: #666;
	border-radius: 5px;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
}

.sort__btn:first-child{
	margin-left: 0;
}

.sort__btn.yh{
	background: #77bda7; 
}
 
.sort__search{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
 
.search-area{
	background: #fff;
	border: solid 1px #999;
	border-right: none;
	padding: 5px 10px;
	border-radius: 10px 0 0 10px;
	width: 210px;	
}
.search-area:focus{
	outline: 0;
}
 
.btn--search{
	padding: 5px 10px;
	background: #77bda7;
	border-radius: 0 10px 10px 0;
	color: #fff;
	font-size: 0.75rem;
}

.search-area-error{
	display: none;
	width: 100%;
	font-size: 0.675rem;
	color: #f10000;
	text-align: right;
}

.is-error .search-area{
	background: #ffefef;
}

.is-error .search-area-error{
	display: block;
}

@media screen and (max-width: 960px) {
	.sort{
		background: none;
		flex-direction: column-reverse;
		padding: 30px 0 10px;
		border-radius: 0;
		border-top: solid 1px #999;
	}
	
	.sort__item{
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.sort__btn{
		width: calc(50% - 5px);
		margin: 0 0 5px;
	}
	
	.sort__search{
		width: 100%;
		margin-bottom: 20px;	
	}
	
	.search-area {
		width: calc(100% - 100px);
		font-size: 1rem;
	}
	
	.btn--search{
		width: 100px;
	}

}


/* ============================================ 
  リスト
 ============================================ */
 
ul.list-display{
	background: #fff;
	padding: 30px;
}

ul.list-display li,
ul.list-display .list-menu-name{
	width: 100%;
	display: flex;
	align-items: start;
	padding: 1rem 0;
	border-bottom: 1px dotted #999;
}

ul.list-display li{
	align-items: center;
}

ul.list-display .list-menu-name{
	flex-wrap: wrap;
}

ul.list-display li.list-front{
	font-size: 0.9rem;
	padding: 0 0 0.625rem;
	border-bottom: solid 1px #999;
}

@media screen and (max-width: 960px) {
	ul.list-display{
		background: none;
		padding: 0;
	}
	
	ul.list-display li{
		flex-direction: column;
		border: none;
		background: #fff;
		padding: 20px;
		margin: 10px 0;
	}
	
	ul.list-display li:nth-child(2){
		margin-top: 0;
	}
	
	ul.list-display li.list-front{
		display: none;
	}	

	ul.list-display li >*{
		width: 100%;
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 560px) {
	ul.list-display li{
		padding: 15px;
	}

}


/* ============================================ 
  入力フォーム共通フォーマット
 ============================================ */

.input-area {
	width: 100%;
	background-color: #fff;
/* 	border-top: #77bda7 4px solid; */
}

.input-area--second{
	margin-top: 20px;
}

.input-row {
	display: flex;
	margin: 0 auto;
	height: auto;
}

.input-head {
	display: flex;
	align-items: center;
	padding: 20px 3%;
	width: 27%;
	border-top: 1px solid #ccc;
	text-align: left;
	color: #333;
	font-weight: bold;
}

.input-head__note{
	font-size: 0.8rem;
}

.input-row.large .input-head {
	align-items: flex-start;
}

.input-head span.required-item {
	color: #e80000;
	margin-right:0.5rem;
}

.input-data {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	width: 73%;
	min-height: 80px;
	border-top: 1px solid #ccc;
}

.input-row:first-child .input-data,
.input-row:first-child .input-head{
	border: none;
}


.input-row.large .input-data {
	height: auto;
}

.input-data textarea,
.input-data input[type="text"],
.input-data input[type="number"],
.input-data input[type="tel"],
.input-data input[type="url"] {
	display: inline-block;
	padding: 1em;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	line-height: 1.5em;
	box-sizing: border-box;
	margin-right: 0.5rem;
}

.input-data input[type="text"]::placeholder, .input-data textarea::placeholder {
	font-size: 16px;
	color: #dad9d7;
	line-height: 1.5em;
}

.underline-input {
	border-bottom: 1px solid #c5c2c2;
}

input[type="text"].underline-input {
	width: 150px;
	/*仮の値。各画面にて設定すること*/
}

textarea.underline-input {
	width: 100%;
	/*仮の値。各画面にて設定すること*/
}


.input-list-head{
	font-size: 0.75rem;
	font-weight: normal;
}

.input-list-heading{
	font-size: 0.875rem;
	font-weight: bold;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
.checkbox{
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.checkbox:before {
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	margin-top: -11px;
	top: 50%;
}
.checkbox:after {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	left: 11px;
	margin-top: -8px;
	opacity: 0;
	top: 50%;
	transform: rotate(45deg);
	z-index: 20;
}
input[type=checkbox]:checked + .checkbox:before{
	background: #77bda7;	
}

input[type=checkbox]:checked + .checkbox:after {
	opacity: 1;
}

.input-head--list-head{
	width: 40%;
}

.input-head--category{
	width: 40%;
}

.input-area .input-data--category textarea{
	max-width: 300px;
}

.input-data--category.is-hidden{
	position: relative;
	pointer-events: none;
	user-select: none;
}

.input-data--category.is-hidden:after{
	content: "";
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}


/* ---ここまで---
入力フォーム共通フォーマット */


.filepick {
	display: none;
}

@media screen and (max-width: 1024px) {
	.container {
		max-width: 100%;
		margin: 0 auto;
	}
	.input-data {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
	.container {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 960px) {
	.head-label {
		margin: 0 auto;
	}
}

@media screen and (max-width: 560px) {
	/*
   基本設定_共通処理
 -------------------------*/

	.container {
		max-width: 100%;
		padding: 0 15px 100px;
	}
	.logo img{
		width: 100px;
	}
	
	.header-inner{
		align-items: flex-start;
	}
	
	.header-right-area{
		flex-direction: column;
		padding: 10px 0;
	}
	
	.header-shop-name{
		font-size: 0.8rem;
	}
	
	.header-shop-data{
		margin-bottom: 10px;
	}
	
	.logout-button{
		padding: 3px 10px 3px 20px;
	}
	
	.logout-button:before{
		top: 10px;
		left: 10px;
	}
	
	h1.lang-page {
		width: 90%;
		/*   font-size: 6.4vw; */
		margin-top: 80px;
	}
	h2 {
		/*   font-size: 5.3vw; */
	}
	.input-row {
		flex-direction: column;
		margin-top: 50px;
		align-items: flex-start;
	}
	.input-head {
		padding: 0.5rem 1rem;
		margin-bottom: 1rem;
		width: 100%;
		background-color: #f7f7f7;
		border-top: solid 2px #ececec;
	}

	.input-head br {
		display: none;
	}
	.input-data {
		padding: 0;
		width: calc(100% - 40px);
		height: auto;
		border-top: none;
		font-weight: 500;
		margin: 0 auto;
		min-height: auto;
	}

	
	.input-data textarea, .input-data input[type="text"], .input-data input[type="number"] {
		padding: 0.5em 1em;
		line-height: 1.5em;
	}
	
	.input-head--list-head {
		background: none;
	}
}


/* ============================================ 
  ログイン画面
 ============================================ */

.login-form {
	margin: 32px auto 0;
	text-align: center;
}

.login-form > p a{
	text-decoration: underline;
}

.tab-area {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.tabs {
	margin: 0 auto;
	width: 700px;
}

.tab-item {
	display: inline-block;
	width: 45%;
	max-width: 350px;
	height: 70px;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 70px;
	transition: all 0.2s ease;
	border-top: 3px solid #77bda7;
	border-left: 3px solid #77bda7;
	border-right: 3px solid #77bda7;
	box-shadow: 0px 1px 3px 0px rgba(151, 151, 151, 0.48);
}

input[name="tab_item"] {
	display: none;
}

.tab-border {
	width: 100%;
	height: 3px;
	background-color: #77bda7;
	clear: both;
}

.tab-content {
	display: none;
	margin-top: 14px;
	overflow: hidden;
}

#manager-login:checked~#manager-content, #staff-login:checked~#staff-content {
	display: block;
}

.tab-area input:checked+.tab-item {
	background-color: #77bda7;
	color: #fff;
}

.tab-content-description{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.tab-content-description > p{
	margin-bottom: 10px;
}

.tab-content.is-active{
	display: block;
}


.tab-area .login-title {
	margin-top: 50px;
	font-size: 1.2rem;
	font-weight: bold;
}

.tab-content .input-label {
	display: inline-block;
	width: 130px;
	text-align: left;
	font-size: 1.1rem;
}

.tab-content .input-label-wide {
	display: inline-block;
	width: 200px;
	padding-right: 20px;
	text-align: left;
	font-size: 1rem;
}

.tab-content .input-label-note{
	font-size: 12px;
	margin: 10px 0 30px;
}

.tab-content .input-form {
	padding: 13px;
	box-sizing: border-box;
	width: 100%;
	max-width: 310px;
	height: 50px;
	border: 1px solid #adadad;
	background-color: #fff;
	border-radius: 6px;
	color: #444;
}


/* チェックボックス */
.login-form .memory {
	display: block;
	margin-top: 14px;
	text-align: center;
	margin-bottom: 2rem;
}

.login-form .memory-checkbox {
	display: none;
}

.login-form .checkbox-label {
	padding-left: 36px;
	position: relative;
}

.login-form .checkbox-label::before {
	content: "";
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	width: 26px;
	height: 26px;
	border: 1px solid #adadad;
	background-color: #fff;
}

.memory-checkbox:checked+.checkbox-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 2.5px;
	left: 5px;
	width: 15.5px;
	height: 15.5px;
	background-color: #77bda7;
}

/* チェックボックス */
/*
.login-form a {
	display: block;
	margin: 23px auto 80px;
	width: 125px;
	height: 45px;
	box-sizing: border-box;
	background-color: #77bda7;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48);
}
*/
/*

.login-form a:hover {
	opacity: 0.6;
}
*/

.message-area{
	margin-top: 30px;
	color: #dc0000;
}

@media screen and (max-height:1023px) and (orientation: landscape) {
	/*ログイン画面*/
/*
	.tab-item {
		width: 32vw;
		height: 6vw;
		font-size: 2.5vw;
		line-height: 6vw;
	}
	.tab-area .login-title {
		margin-top: 3vw;
		font-size: 2vw;
	}
	.tab-content .input-label {
		width: 13vw;
		font-size: 1.8vw;
	}
	.tab-content .input-form {
		padding: 1.2vw;
		box-sizing: border-box;
		width: 31vw;
		height: 4vw;
		font-size: 2vw;
	}
	.login-form a {
		margin: 2vw auto 6vw;
		width: 12.5vw;
		height: 4.5vw;
		font-size: 2.4vw;
		line-height: 4.5vw;
	}
	.login-form .checkbox-label {
		padding-left: 3.6vw;
		font-size: 1.8vw;
	}
*/
}

@media screen and (max-width: 960px) {
	/*
     ログイン画面
 -------------------------*/
/*
	.tab-item {
		width: 30%;
		font-size: 2.4vw;
	}
*/
}

@media screen and (max-width: 560px) {
	/*
     ログイン画面
-------------------------*/
	.tab-item{
		font-size: 1rem;
	}
	
	.tab-content .input-label-wide {
	display: block;
	}
	
	.tab-content .input-form{
		max-width: 100%;
	}
/*
	.tab-item {
		width: 45%;
		height: 13.3vw;
		line-height: 13.3vw;
		font-size: 3.46vw;
	}
	.tab-content .input-label {
		margin: 0 auto;
		display: block;
		width: 80%;
		font-size: 5.3vw;
	}
	.tab-content p:last-of-type .input-label {
		margin-top: 4.6vw;
	}
	.tab-content .input-form {
		width: 80%;
	}
	.tab-area .login-title {
		margin-top: 10vw;
		font-size: 6vw;
	}
	.login-form .checkbox-label {
		padding-left: 9.2vw;
		position: relative;
		font-size: 4.6vw;
	}
	.login-form a {
		margin: 8vw auto;
		width: 33vw;
		height: 12vw;
		font-size: 6.4vw;
		line-height: 12vw;
	}
*/
}


/* ============================================ 
  店舗管理画面/ホーム
 ============================================ */

.information {
	width: 100%;
	margin: 0 auto 60px;
	box-sizing: border-box;
}

.information ul {
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
	background-color: #fff;
}

.information ul li {
	display: flex;
	padding: 11px 20px;
}

.information ul li:not(:last-of-type) {
	border-bottom: #b2b2b2 1px dotted;
}

.information .info-date {
	font-size: 0.9rem;
	font-weight: bold;
}

.information .info-title {
	padding-left: 30px;
}

.information .info-title a:hover {
	text-decoration: underline;
}

.info-link {
	text-align: right;
	margin-top: 5px;
}

.info-link a {
	font-size: 1rem;
	color: #333;
	text-decoration: underline;
}

.info-link a:hover {
	opacity: 0.6;
}

.information-inner{
	background: #fff;
	padding: 20px;
}

.information a:hover{
	opacity: 0.6;
}

.information-head{
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
}

.info-single-title{
	font-weight: bold;
}

.information-content{
	padding-bottom: 15px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 15px;
}

.information-btn-back{
	position: relative;
	display: inline-block;
	font-size: 0.9rem;
	padding-left: 20px;
	text-decoration: underline;
}

.information-btn-back:after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #666;
	border-right: solid 1px #666;
	-ms-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -4px;
}


.menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto 30px;
	width: 100%;
}

.menu .panel {
	display: block;
	position: relative;
	width: calc(33.3% - 10px);
	padding-bottom: 10%;
	background-color: #77bda7;
	border-radius: 10px;
	margin-bottom: 10px;
}

.menu .panel:nth-of-type(2){
	margin-left: 15px;
	margin-right: 15px;
}

.menu .panel:hover {
	opacity: 0.7;
}

.menu .panel span {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	font-size: 1.125rem;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.top-menu-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-menu-wrap section{
	width: calc(33.3% - 10px);
}

.top-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-direction: column;
	margin: 0 auto 30px;
	width: 100%;
	padding: 30px;
	background: #fff;
}

.top-menu-head{
	width: 100%;
	padding: 20px;
	font-weight: bold;
}

.top-menu .panel {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f6fbf8;
	border-radius: 10px;
	margin-bottom: 15px;
	color: #222;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	border: solid 1px #999;
	border-bottom: solid 3px #999;
}

.top-menu .panel:last-child{
	margin-bottom: 0;
}

.top-menu .panel:hover {
	background: #77bda7;
	color: #fff;
	border-color: #666;
}


@media screen and (max-width: 1024px)and (orientation: landscape) {
	/*
     店舗管理画面
 -------------------------*/
	
	.information ul {
/* 		padding: 0 30px; */
	}
	.information ul li {
		padding: 11px 20px 5px 20px;
	}
	.information .info-date {
		font-size: 16px;
	}
	.information .info-title {
		padding-left: 26px;
		font-size: 15px;
	}
	.menu .panel {
		padding-bottom: 12%;
	}
}

@media screen and (max-width: 1024px) {
	.top-menu {
		padding: 20px;
	}

	.top-menu-wrap section{
		width: calc(50% - 5px);
		
	}
}

@media screen and (max-width: 560px) {
	/*
     店舗管理画面
 -------------------------*/

	.information ul li {
		flex-direction: column;
		padding: 10px;
	}
	.information .info-title {
		padding-left: 0;
	}

	.menu {
		justify-content: space-between;
	}
	.menu .panel {
		margin-top: 0;
		width: calc(50% - 5px);
/* 		width: 100%; */
		padding-bottom: 15%;
	}
	
	.menu .panel:nth-of-type(2){
		margin-left: 0;
		margin-right: 0;
	}
	
	.menu .panel span {
		/*   font-size: 3.73vw; */
		font-size: 1rem;
	}
	
	.top-menu-wrap section{
		width: 100%;
	}
}


/* ============================================ 
  クーポン管理画面
 ============================================ */
.button-area .add-button{
	color: #fff;
	border-radius: 25px;
	width: 400px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #77bda7;
	font-weight: bold;
	padding: 0 30px;
}
/*List*/
.coupon-head{
	padding: 20px;
	font-weight: bold;
	color: #77bda7;
}

.coupon-head span{
	font-weight: normal;
	font-size: 0.9rem;
	color: #999;
	margin-left: 0.5rem;
}

.coupon-head-note{
	text-align: center;
	font-size: 0.8rem;
	margin-bottom: 30px;
}

.coupon-list-wrap{
	padding: 20px;
	background: #fff;
}

.coupon-list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	width: inherit;
	margin: 0 27px 27px;
}

.coupon-list{
	margin: 0 auto 50px;
}

.coupon-list > li{
	width: calc(25% - 10px);
	height: auto;
	min-height: 173px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 0px 1px 3px #ccc;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	background: #fff;
	position: relative;

}

.coupon-list > li a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.coupon-list > li .order-grayLayer{
	border-radius: 5px;
	background: rgb(145 145 145 / 90%);
}

.coupon-list > li .order-grayLayer .order-btn-body{
	position: absolute;
	width: 100%;
}

.coupon-list > li .order-grayLayer .coupon-reedit a{
	color :#fff;
}

@media screen and (max-width: 1160px) {
	.coupon-list > li{
		width: calc(33.3% - 10px);
		padding: 10px;
	}	
}

@media screen and (max-width: 820px) {
	.coupon-list > li{
		width: calc(50% - 10px);
		padding: 10px;
	}
}

.coupon-list__thumb{
	position: relative;
}

.coupon-list__thumb:before{
    display: block;
    content: '';
    padding-top: 100%;
}

.coupon-list__time{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 27px;
	line-height: 27px;
	font-size: 0.8rem;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.coupon-list__img{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.coupon-list__img img{  
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.coupon-list__text-wrap{
	margin-top: 0.3rem;
}

.coupon-list__head{
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 5px;
	white-space: normal;
}

.coupon-list__detail-name{
	font-size: 0.8rem;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: auto;
	white-space: normal;
}

.coupon-list__star-wrap{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.90);
	border-radius: 5px;
	z-index: 99;
}


.coupon-list__star{
	display: inline-block;
	margin: 5px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("img/coupon/star@2x.png");
	background-size: contain;
	cursor: pointer;
}


.coupon-list__star.is-active{
	background-image: url("img/coupon/star_on@2x.png");
}

.coupon-list__discount{
	font-weight: bold;
	color: #ff0000;
	white-space: normal;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
}

.coupon-list__limit{
	background: #999;
	color: #fff;
	border-radius: 20px;
	padding: 3px 15px;
	font-size: 0.8rem;
	max-width: 200px;
	margin: auto auto 0.5rem;
	min-height: 1.6em;
	display: flex;
	justify-content: center;
}

.coupon-list__limit > * {
	width: 	auto;
}

.coupon-list__internal{
	border: dotted 1px #999;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

.coupon-list__number span{
	font-weight: bold;	
}

.coupon-list__btn-edit{
	background: #77bda7;
	font-weight: bold;
	border-radius: 6px;
	max-width: 80%;
	margin: 0.5rem auto;
	cursor: pointer;
}

.coupon-list__btn-edit a{
	display: block;
	color: #fff;
	padding: 10px;
}

.coupon-list__btn-preview,
.coupon-list__btn-private{
	padding: 5px;
	border: solid 1px #999;
	border-radius: 6px;
	max-width: 80%;
	margin: 0 auto 0.5rem;
	cursor: pointer;
}


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

	.button-area{
		padding: 20px 0 !important;
	}
	
	.button-area .add-button{
		width: 100%;
	}	

	.coupon-list-wrap{
		padding: 10px;
	}
	
	.coupon-head{
		padding: 20px 10px;
	}
	
	.coupon-head span{
		display: block;
		margin-left: 0;
	}
	
	.coupon-list{
		margin: 0 0 27px;
	}

	.coupon-list > li{
		width: 100%;
		box-shadow: none;
		min-height: 120px;
		border: 1px solid #dedede;
		margin-bottom: 5px;
	}
	
	.coupon-list .coupon-list__thumb{
		width: 110px;
		position: absolute;
		right: 10px;
	}

	.coupon-list__text-wrap{
		margin-top: 0;
	}
	
	.coupon-list .coupon-list__head,
	.coupon-list .coupon-list__detail-name,
	.coupon-list .coupon-list__discount{
		width: calc(100% - 120px);
		text-align: left;
	}
	
	.coupon-list .coupon-list__limit{
		background: none;
		color: currentColor;
		margin-left: 0;
		margin-bottom: 0;
		padding: 0;
		text-align: left;
	}
	
	.coupon-list__number{
		text-align: left;
	}
	
	.coupon-list__btn-edit,
	.coupon-list__btn-preview,
	.coupon-list__btn-private{
		max-width: 100%;
	}
	
	.coupon-list > li .order-grayLayer .order-btn-body{
/* 		top: 20px; */
		margin: 0;
	}
	
	.coupon-list > li .order-grayLayer .order-btn{
		margin: 20px auto;
	}
}

/*Detail*/
.coupon-detail{
	width: 100%;
	max-width: 400px;
	height: auto;
	min-height: 173px;
	padding: 15px;
	border: 1px solid #eee;
	box-shadow: 0px 1px 3px #ccc;
	text-align: center;
	margin: 10px auto;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
}

.coupon-detail .coupon-list__head{
	margin-top: 40px;
}

.coupon-detail .coupon-list__detail-name{
	font-weight: bold;
	color: #333;
	font-size: 1rem;
}

.coupon-list__description,
.coupon-list__notes{
	font-size: 0.8rem;
	text-align: center;
	width: 80%;
	margin: 10px auto;
}

.coupon-list__description{
	padding-top: 10px;
}

.coupon-list__notes{
	padding-bottom: 10px;
}

.coupon-list__description span,
.coupon-list__notes span{
	display: inline-block;
}

@media screen and (max-width: 640px) {
	.coupon-detail{
		border: none;
		border-radius: 0;
		border-top: solid 1px #ccc;
		box-shadow: none;
	}
}
/*Use Cupon*/
.coupon-use{
	width: 100%;
	background: #fbf40e;
	padding: 20px;
	font-weight: bold;
	border: solid 2px #333;
}

.coupon-list__input-area{
	font-size: 1.2rem;
}

.coupon-list__input-area input[type="text"]{
	display: inline-block;
	padding: 0.5rem;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	line-height: 1.5rem;
	box-sizing: border-box;
	margin-left: 0.5rem;
}

@media screen and (max-width: 640px) {
	.coupon-use{
		border-left: none;
		border-right: none;
	}
	
	.coupon-use + .coupon-detail{
		border-top: none;
	}
}





/* -------------------------
     クーポン新規発行
 -------------------------*/
.cupon-new-issue .input-area{
	 border: none;
 }
 
.cupon-new-issue textarea{
	width: 100%;
	min-height: 58px;
}

.cupon-new-issue .limit .radio-text{
	margin-right: 50px;
}

.cupon-new-issue .img-item{
	width: 473px;
}

.cupon-number.is-hidden{
	position: relative;
	pointer-events: none;
	user-select: none;
}

.cupon-number.is-hidden:after{
	content: "";
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

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

}

@media screen and (max-width: 960px) {
	/*
     クーポン新規発行
 -------------------------*/
}

@media screen and (max-width: 700px) {
	.cupon-new-issue .limit .input-data{
		display: block;
	}
	.cupon-new-issue .limit .radio-text{
		margin-left: 30px;
	}
}

@media screen and (max-width: 560px) {
	/*
     クーポン管理画面
 -------------------------*/
	/*クーポン一覧*/
}


/*
    基本情報
-------------------------*/

.basic {
	margin: 0 auto;
	width: 100%;
	max-width: 1300px;
}

.basic .input-data button {
	display: inline-block;
	margin-left: 30px;
	font-size: 16px;
	width: 100px;
	height: 50px;
	background-color: #77bda7;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
}

.basic .input-data button:hover {
	opacity: 0.6;
}

.basic input {
	width: 80%;
	border: solid 1px #ccc;
	padding-left: 10px;
	border-radius: 6px;
	padding: 5px;
}



@media screen and (max-width: 960px) {
	/*
     基本情報
 -------------------------*/
	.basic {
		width: 90%;
	}
}

@media screen and (max-width: 560px) {
	/*
     基本情報
 -------------------------*/
	.basic {
		width: 100%;
	}
	.input-area {
		padding: 0 0 4.6vw;
	}
	.input-row {
		margin-top: 0;
		align-items: flex-start;
		margin-bottom: 1rem;
	}
/*
	.basic .input-head {
		padding: 0;
		width: 100%;
		font-size: 3.73vw;
	}
*/
/*
	.basic .input-data {
		width: 100%;
		height: auto;
		font-size: 5.3vw;
	}
*/
/*
	.basic .input-data button {
		margin-left: 2vw;
		width: 18.5vw;
		height: 9.3vw;
		font-size: 3.73vw;
	}
*/
}


/*
    基本情報ダイアログ
-------------------------*/

.basic .dialogue {
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: none;
	z-index: 1000;
	display: none;
}

.basic .dialogue.open {
	display: block;
}


/*
    確認画面
-------------------------*/

.confirm {
	width: 475px;
	margin: 0 auto;
}

.confirm .input-area {
	padding: 37px 40px;
}

.confirm .shop-name {
	font-size: 1.625rem;
	color: #444;
	text-align: center;
}

.confirm .img-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 270px;
	border: 2px solid #b2b2b2;
	margin: 20px 0;
}

.confirm .img-area img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.confirm .goods-name {
	text-align: center;
	color: #444;
	font-size: 1.25rem;
	font-weight: bold;
}

.confirm .goods-description {
	margin: 20px auto;
}

.confirm .price {
	text-align: right;
	font-size: 1.375rem;
}

.confirm .price p {
	display: inline-block;
	border-bottom: 2px dotted #b2b2b2;
}

.confirm .price span {
	font-size: 0.875rem;
}

.confirm .option {
	margin: 40px auto 0;
	width: 100%;
}

.confirm .option-title {
	font-size: 1.125rem;
	color: #444;
	font-weight: bold;
}

.confirm .option-item{
	display: flex;
	justify-content: space-between;
	padding-top: 1rem;
	border-bottom: 1px dotted #b2b2b2;
}

.confirm .button-area {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.confirm button, .confirm a {
	display: inline-block;
	width: 180px;
	height: 70px;
	text-align: center;
	font-size: 1.25rem;
	box-sizing: border-box;
	transition: .3s;
}

.confirm .input-area-button {
	margin-right: 10px;
	background-color: #77bda7;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	line-height: 70px;
}

.confirm .correct-button {
	background-color: #999;
	color: #fff;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	max-width: 50%;
}

.confirm button:hover, .confirm a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 560px) {
	/*
     確認画面
 -------------------------*/
	.confirm {
		width: 100%;
	}
	.confirm .input-area {
		padding: 37px 15px;
	}
	
	.confirm .price {
		text-align: center;
	}

	.confirm .input-area-button, .input-area .confirm-button {
		margin-right: 10px !important;
	}
}


/* ============================================ 
  商品情報登録
 ============================================ */
/* ラジオボタン */
.input-area .radio-btn {
	opacity: 0;
	appearance: none;
	position: absolute;
}

.input-area label:first-of-type .radio-text {
	margin-right: 50px;
}

.input-area .radio-text::before {
	content: '';
	position: absolute;
	left: -26px;
	display: block;
	border-radius: 50%;
	background-color: #d5d5d5;
	border: 1px solid #959595;
	width: 22px;
	height: 22px;
	top: 50%;
	transform: translateY(-50%);
}

.input-area .radio-text {
	position: relative;
	display: flex;
	align-items: center;
}

.input-area .radio-btn:checked+.radio-text::after {
	content: '';
	position: absolute;
	left: -22px;
	display: block;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	background-color: #77bda7;
	top: 50%;
	transform: translateY(-50%);
}

.input-area .radio-btn:checked+.radio-text::before {
	background-color: #ffffff;
}


/* ラジオボタン */
.input-area .goods-name textarea, .input-area .goods-no input {
	width: 100%;
	min-height: 60px;
}
.input-area .input-data label {
	margin-left: 30px;
}

.input-area .input-row.price {
	height: auto;
}

.input-area .price .input-data {
	/*  flex-direction: column; */
	align-items: flex-start;
}

.input-area .price .price-auto {
	margin-left: 5%;
	padding-left: 5%;
	border-left: solid 1px #ccc;
}

.input-area .price .input-data div:first-child {
	margin-bottom: 0.5rem;
}

.input-area .price input {
	width: 150px;
	text-align: right;
	margin-right: 0.5rem;
}

.input-area .price .input-data p {
	display: inline-block;
}

.input-area .price .input-data span {
	display: inline-block;
	padding-right: 20px;
	width: 150px;
	font-weight: bold;
	margin: 0.5rem 0;
}

.input-area .tax-rate > p {
	margin-right: 154px;
}

.input-area .goods-description textarea {
	width: 100%;
	min-height: 200px;
}

.input-area .stock input[type="text"], .input-area .stock input[type="number"] {
	margin-right: 0.5rem;
	width: 100px;
	text-align: right;
}

.input-area .stock .input-data p {
	display: inline-block;
	width: 40%;
}

.input-area .stock .input-data p.is-hidden{
	position: relative;
	pointer-events: none;
	user-select: none;
}

.input-area .stock .input-data p.is-hidden:after{
	content: "";
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.input-area .stock .input-data div {
	display: flex;
	width: 100%;
}

.input-area .img-box {
	margin-bottom: 0;
}

.input-area figure {
	width: 100%;
	height: 210px;
}

.input-area .img-btn {
	font-size: 16px;
}

.input-area .option .input-head {
	flex-direction: column;
}

.input-area .option .input-data {
	flex-direction: column;
	align-items: flex-start;
}

.input-area .option .input-data>* {
	margin: 0.5rem 0;
	width: 100%;
}

.input-area .option .option-head {
	font-weight: bold;
}

.input-area .option-type .option-head {
	width: 20%;
}

.input-area p.option-note {
	font-weight: normal;
	font-size: 0.9rem;
}

.input-area .option-name input, .input-area .option-question input {
	width: 100%;
}

.input-area .option-type {
	display: flex;
	padding: 0.5rem 0;
	flex-wrap: wrap;
}

.input-area .option-type p {
	margin-right: 30px;
}

.input-area .option-option {
	padding-bottom: 1.5rem;
}

.input-area .option-addarea {
	border: solid 1px #ccc;
}

.input-area .option-addarea-inner {
	display: flex;
	align-items: flex-start;
	margin: 1rem;
}

.input-area .option-addarea-inner:not(:first-child) {
	border-top: solid 1px #ccc;
	padding-top: 0.5rem;
}

.input-area .option-radio {
	width: 5%;
}

.input-area .option-radio .radio-text::before {
	left: 0;
}

.input-area .option-radio .radio-btn:checked+.radio-text::after {
	left: 4px;
}

.input-area .option-choices {
	width: 40%;
	margin-right: 5%;
}

.input-area .option-choices input {
	width: 100%;
}

.input-area .option-price {
	width: 30%;
}

.input-data--option-price {
	width: 100%;
	border: none;
	padding: 0;
	margin-top: -1rem;
}

.option-price .input-data--option-price .price-auto{
	padding-left: 0;
	border: none; 
}

..option-price .input-data--option-price .price-auto span{
	margin: 0.2rem 0;
	display: block;
	font-weight: bold;
}

.option-price .input-data--option-price > div > span{
	margin-bottom: 0 !important;
}

.input-area .option-price input {
	margin-right: 0.5rem;
	text-align: right;
	width: calc(100% - 1.5rem);
}

.input-area .option-button {
	width: 20%;
	margin-left: 5%;
	display: flex;
	justify-content: flex-end;
	margin-top: 1.6rem;
}

.input-area .option-addarea-inner .option-add, .input-area .option-addarea-inner .option-delete {
	width: 100%;
}

.input-area .option-addarea-inner button {
	width: 100%;
}

.input-area .option-area-add {
	width: 100%;
}

.input-area .option-add-btn {
	background: #77bda7;
	border: none;
	color: #fff;
}

.input-area .add-btn1 {
	font-weight: bold;
}

.input-area .option-add {
	display: none;
}


/*プルダウンリスト*/

.genre label {
	display: inline-block;
	width: 180px;
	height: 54px;
	background-color: #eaeaea;
	border: 3px solid #b2b2b2;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	box-shadow: 1px 1px 4px 0px rgba(151, 151, 151, 0.48);
}

.genre select {
	display: block;
	padding: 0 20px;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #666;
}

.genre select:hover {
	cursor: pointer;
}


/*プルダウンリスト*/

.button-area {
	display: flex;
	justify-content: center;
	padding: 50px 20px 40px;
}

.input-area button, .input-area a {
	display: inline-block;
	width: 180px;
	text-align: center;
	box-sizing: border-box;
}

.button-area .confirm-button {
	margin-right: 20px;
	background-color: #77bda7;
	font-weight: bold;
}

.button-area .edit-button{
	margin-right: 20px;	
}

.button-area .cancel-button {
	background-color: #999;
}

.button-area .confirm-button,
.button-area .cancel-button,
.button-area .delete-button,
.button-area .edit-button{
	color: #fff;
	border-radius: 25px;
	width: 300px;
	max-width: calc(50% - 10px);
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.button-area .delete-button{
	background-color: #666;
	margin-left: 20px;
}

.input-area button:hover, .button-area a:hover {
	opacity: 0.6;
}

.add-btn {
	background-color: #f5f5f5;
	color: #666;
	border: 1px solid #949494;
	border-radius: 6px;
	height: 50px;
	line-height: 48px;
}

@media screen and (max-width: 960px) {
	/*
		 商品情報登録
 -------------------------*/
	.entry {
		margin: 0 auto 100px;
	}

	.input-area input[type="text"]::placeholder, .input-area textarea::placeholder {
		font-size: 16px;
	}
	.input-area .goods-name textarea::placeholder {
		font-size: 14px;
	}
	.input-area .stock input[type="text"] {}

	.input-area .price .input-data {
		flex-direction: column;
	}
	.input-area .price .price-auto {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		border-left: none;
		border-top: solid 1px #ccc;
		padding-top: 1rem;
	}
	.input-area .stock .input-data {
		flex-direction: column;
		align-items: flex-start;
	}
	.input-area .stock .input-data p {
		width: 50%;
	}
	.input-area .stock .input-data div {
		margin-top: 1rem;
	}
	.input-area .img-item {
		width: 100%;
	}
	.input-area .img-item figure {
		width: 100%;
	}
	.input-area .img-btn {
		width: 100px;
	}
	.input-area .option-addarea-inner {
		flex-wrap: wrap;
	}
	.input-area .option-addarea-inner>* {
		margin: 0.5rem 0;
	}
	.input-area .input-head .add-btn1 {
		display: none;
	}
	.input-area .option-add, .input-area .option-add .add-btn1 {
		display: block;
	}
	.input-area .option-choices {
		width: 100%;
		margin-right: 0;
	}
	.input-area .option-type p {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.input-area .option-price {
		width: 100%;
		margin-right: 0;
		display: flex;
		align-items: center;
	}
	.input-area .option-price input {
		width: 130px;
		margin-left: 0.5rem;
	}
	.input-area .option-button {
		width: 50%;
		margin-left: 50%;
	}
	.input-area .option-type .option-head {
		width: 100%;
	}
	
	.input-data--option-price{
		margin-top: 0;
	}
	
	.option-price .lang-only-ja{
		width: 100%;
	}
	
	.option-price .input-data--option-price .price-auto{
		border-bottom: solid 1px #ccc;
		padding-bottom: 1rem;
	}
	
}

@media screen and (max-width: 560px) {
	/*
     商品情報登録
 -------------------------*/
	.input-area {
		width: 100%;
	}
	.input-area .takeout .input-data, .input-area .tax-rate .input-data {
		padding-left: 0;
	}
	.input-area .input-data label {
		margin-left: 26px;
		margin-right: 10%;
	}
	.input-area label:first-of-type .radio-text {
		margin-right: 0;
	}
	.input-area .option-add button, .input-area .genre label {
		width: 100%;
	}

	.input-area .price input {
		width: 130px;
	}

	.input-area .stock input[type="text"] {}

	.input-area .tax-rate {
		padding: 0;
	}


	.input-area .option-type p {
		width: 100%;
	}
	.input-area .option-price {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.input-area .option-price p {
		width: 100%;
	}

	.input-area .option-addarea-inner {
		padding: 1rem;
		margin: 0;
		:
	}
	.input-area .option-addarea-inner>* {
		margin: 0 0 0.5rem;
	}
	.input-area .option-radio {
		height: 40px;
	}
	.input-area .option-button {
		width: 100%;
		margin-left: 0;
		margin-top: 1rem;
	}
	.input-area .option-addarea-inner .option-add, .input-area .option-addarea-inner .option-delete {
		margin: 0 5px;
	}
	.input-area .option-add button {
		margin-left: 0;
		padding: 0 1em;
	}
	.button-area {
		flex-direction: column;
		padding: 30px 0 20px;
	}

	body .button-area > *{
		width: 100% !important;
		max-width: 100% !important;
		margin-bottom: 10px;
		margin-right: 0;
		margin-left: 0;
	}

	.button-area .delete-button{
		margin-left: 0;
	}
}


/* ============================================ 
  営業情報登録
 ============================================ */

.shop-info {
	font-size: 16px;
}

.edit-btn {
	color: #fff;
	border-radius: 25px;
	width: 300px;
	max-width: calc(50% - 10px);
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #77bda7;
	font-weight: bold;
}

.edit-btn:hover {
	opacity: 0.6;
}


/* モーダル */
.grayLayer{
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(42, 63, 72, 0.85);
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	z-index: 999998;
}

.grayLayer.open{
	opacity: 1;
	visibility: visible;
}

.modal{
	width: 90%;
	max-width: 700px;
	height: 50vh;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: #fff;
	overflow: hidden;
	color: #000;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
	z-index: 999999;
	
}

.modal.open{
	opacity: 1;
	visibility: visible;
}


.modal-close-btn{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	z-index: 200;
	cursor: pointer;
}
	
.modal-close-btn:before, .modal-close-btn:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5px;
	height: 30px;
	background: #fff;
}
	
.modal-close-btn:before {
	transform: translate(-50%,-50%) rotate(45deg);
	}
	
.modal-close-btn:after {
	transform: translate(-50%,-50%) rotate(-45deg);
}


.modal-header{
	font-weight: bold;
	font-size: 1.25rem;
	text-align: center;
	position: sticky;
	top: 0;
	background: #77bda7;
	padding: 10px;
	color: #fff;
	z-index: 100;
	height: 50px;
}

.modal-content{
	padding: 20px;
	width: 100%;
	height: calc(100% - 51px);
	overflow-y: scroll;
}

.modal-section{
	margin-bottom: 30px;
}

.modal-section-head{
	padding: 5px 20px;
	background: #ddd;
}


.modal .input-area .input-data{
	width: 100%;
	flex-wrap: wrap;
}

.modal .checkbox-area label {
	width: calc(25% - 10px);
}

@media screen and (max-width: 700px) {
	.modal .checkbox-area label {
		width: calc(50% - 10px);
		margin-right: 0;
	}
}

/* ---ここから---
入力フォーム共通フォーマット */

.business-only-takeout.is-hidden{
	position: relative;
	pointer-events: none;
	user-select: none;
}

.business-only-takeout.is-hidden:after{
	content: "";
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.business-area .input-data input[type="text"],
.business-area .input-data input[type=url]{
	width: 100%;
}
.business-area .input-area textarea{
	width: 100%;
}

.input-area .input-data .takeout-time-item label{
	margin-left: 0;
}


.business-time .input-data{
	flex-wrap: wrap;
}

.business-time-inner{
	display: flex;
	align-items: center;
	padding: 5px 20px 5px 15px;
	border: solid 1px #ccc;
	border-radius: 6px;
}

#range,
#range2,
#range3,
#range4,
#range5{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

#range-input-select-start,
#range-input-select-end,
#range-input-select-start2,
#range-input-select-end2,
#range-input-select-start3,
#range-input-select-end3,
#range-input-select-start4,
#range-input-select-end4,
#range-input-select-start5,
#range-input-select-end5{
	font-size: 1.75rem;
	margin: 0 0.5rem 0 1rem;
}


.lang-only-ja.uneditable .takeout-time-item select,
.business-only-takeout.is-hidden .takeout-time-item select,
.lang-only-ja.uneditable #range,
.business-only-takeout.is-hidden #range{
	opacity: 0.5;
}

.input-min{
	width: 170px !important;
}


.business-area {
/*
	padding: 37px 0;
	width: 100%;
	background-color: #fff;
	border-top: #77bda7 4px solid;
*/
}

.business-row {
	display: flex;
	margin: 0 auto;
	width: 95%;
	height: auto;
}

.business-head {
	display: flex;
	align-items: center;
	padding: 20px 3%;
	width: 27%;
	background-color: #fce1c3;
	border-top: 1px solid #fcb972;
	text-align: left;
	color: #f05005;
}

.business-head-start {
	display: flex;
	align-items: flex-start;
	padding: 20px 3%;
	width: 27%;
	background-color: #fce1c3;
	border-top: 1px solid #fcb972;
	text-align: left;
	color: #f05005;
}

.business-head-last {
	border-bottom: 1px solid #fcb972;
}

.business-data {
	display: flex;
	align-items: center;
	padding: 15px 30px;
	width: 73%;
	height: 90px;
	border-top: 1px solid #ededed;
}

.business-data .category, .business-data .category .category-item {
	width: 100%;
}

.business-data-last {
	border-bottom: 1px solid #ededed;
}

.business-row.large .business-data {
	height: auto;
}

.business-data textarea, .business-data input[type="text"] {
	display: inline-block;
	padding-left: 20px;
	border: 3px solid #b2b2b2;
	border-radius: 5px;
	line-height: 64px;
	box-sizing: border-box;
}

.category-addarea{
	flex-direction: column;
}

.add-category{
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.add-category:first-child{
	margin-top: 0;
}

.business-area .add-category input[type="text"]{
	width: 80%;
	margin-right: 1rem;	
}

.add-category .editmini-btn{
	width: 20%;
}


.option-delivery-area .input-data{
	display: block;
}

.postal-code-addarea{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.postal-code-addarea p{
	margin-right: 20px;
}

/* ---ここまで---
入力フォーム共通フォーマット */


/* -----ここから-----
共通入力フォームスタイル作成のため修正 */

.img-box {
	display: flex;
	margin-bottom: 20px;
}

.img-item {
	position: relative;
}

.img-item figure {
	width: 473px;
	height: 215px;
	background-color: #f8f8f8;
	background-size: contain;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #a4a4a4;
	font-weight: lighter;
	font-size: 40px;
}

.img-btn-area {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
}

.input-area .input-data .img-btn-area label {
	margin-right: 0;
}

.img-btn {
	width: 135px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #949494;
	border-radius: 5px;
	background-color: #eaeaea;
	color: #686868;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .3s;
}

label>.img-btn {
	margin-right: 5px;
}

.img-btn-active {
	background-color: #77bda7;
	border: none;
	color: #fff;
}

.img-btn-active:hover {
	background-color: #f1933c;
	cursor: pointer;
}

.filepick {
	display: none;
}


/* ----- ラジオボタン radio_text ver ----- */

.radio-btn {
	opacity: 0;
	appearance: none;
	position: absolute;
}

.radio_text::before {
	content: '';
	position: absolute;
	right: -25px;
	display: block;
	border-radius: 50%;
	background-color: #d5d5d5;
	border: 1px solid #959595;
	width: 16px;
	height: 16px;
}

.radio_text::after {
	content: '';
	display: none;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #77bda7;
}

.radio_text {
	position: relative;
	display: flex;
	align-items: center;
	font-weight: lighter;
	margin-right: 80px;
	margin-left: 10px;
}

.radio-btn:checked+.radio_text::after {
	content: '';
	position: absolute;
	right: -22px;
	display: block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #77bda7;
	top: 50%;
	transform: translateY(-50%);
}

.radio-btn:checked+.radio_text::before {
	background-color: #ffffff;
	top: 50%;
	transform: translateY(-50%);
}

.checkbox-area{
	
}

.input-area .input-data .checkbox-area label{
	margin-left: 0;
}



/* チェックボックス */

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
.checkbox{
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 30px;
	position: relative;
	width: auto;
}
.checkbox:before {
	background: #fff;
	border: 1px solid #666;
	border-radius: 4px;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 5px;
	margin-top: -11px;
	top: 50%;
}
.checkbox:after {
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: '';
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	left: 11px;
	margin-top: -8px;
	opacity: 0;
	top: 50%;
	transform: rotate(45deg);
	z-index: 20;
}
input[type=checkbox]:checked + .checkbox:before{
	background: #77bda7;	
}

input[type=checkbox]:checked + .checkbox:after {
	opacity: 1;
}



/* ---ここまで---
入力フォーム共通フォーマット */

.text-lighter {
	font-weight: lighter;
}

.flex-textarea {
	display: flex;
	align-items: center;
}

.figure-box {
	display: flex;
}

.shop-info textarea {
	resize: none;
	width: 100%;
	height: 217px;
	padding-right: 20px;
	line-height: 1.7;
}

.category-item input[type="text"] {
	width: 65%;
	height: 44px;
	border: none;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	box-sizing: content-box;
	line-height: 3;
}


/*営業情報プルダウンリスト*/

.takeout-time-item {
	display: flex;
	align-items: center;
}

.takeout-time-item label {
	display: block;
	position: relative;
	width: 170px;
	border: 1px solid #c0c0c0;
	height: 50px;
	margin-right: 1em;
	border-radius: 10px;
	background: #fff;
}

.takeout-time-item.takeout-time--category{
	width: 100%;
}

.takeout-time-item.takeout-time--category label{
	width: 100%;
	margin-right: 0;
}

.takeout-time-item.takeout-time--category select{
	margin-right: 0;
}

.takeout-time-item.takeout-time--translate label{
	height: 35px;
	margin-right: 0;
}

.takeout-time-item.takeout-time--translate select{
	margin-right: 0;
}

.takeout-time-item label::before {
	content: "▼";
	position: absolute;
	right: 0;
	top: -1px;
	width: 50px;
	height: 50px;
	border-left: 1px solid #c0c0c0;
	text-align: center;
	background-color: gray;
	color: #fff;
	line-height: 50px;
	border-radius: 0 10px 10px 0;
}

.takeout-time-item.takeout-time--translate label::before {
	content: "▼";
	position: absolute;
	right: 0;
	top: -1px;
	width: 40px;
	height: 35px;
	border-left: 1px solid #c0c0c0;
	text-align: center;
	background-color: gray;
	color: #fff;
	line-height: 35px;
	border-radius: 0 10px 10px 0;
}

.takeout-time-item select {
	display: block;
	padding-left: 20px;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	color: #666666;
	margin-right: 1em;
	font-size: 16px;
}


/*テイクアウトテキストエリア*/

.table-top input {
	width: 120px;
	height: 44px;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.table-top textarea, .table-top input[type="text"] {
	resize: none;
	width: 100px;
	height: 44px;
	border: none;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-right: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	box-sizing: content-box;
	overflow: hidden;
	line-height: 3;
}

.table-bottom input {
	width: 120px;
	height: 44px;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-left: 10px;
	padding-right: 10px;
}

.table-bottom textarea, .table-bottom input[type="text"] {
	resize: none;
	width: 60%;
	height: 44px;
	border: none;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	box-sizing: content-box;
	overflow: hidden;
	line-height: 3;
}

.table-bottom2 textarea {
	resize: none;
	width: 39%;
	height: 44px;
	border: none;
	border-bottom: 3px solid #c0c0c0;
	border-radius: 0;
	padding-left: 10px;
	margin-bottom: 3px;
	box-sizing: content-box;
	overflow: hidden;
	line-height: 3;
}

.inserth {
	display: flex;
	align-items: center;
	width: 20px !important;
	height: 44px;
	border-bottom: 3px solid #c0c0c0;
	padding-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
	/*
	営業情報登録
 -------------------------*/
	.shop-info {
		padding: 0 20px 0;
	}
	.business-head {
		width: 35%;
	}
	.business-head-start {
		width: 35%;
	}
	.business-data {
		width: 65%;
		padding: 15px;
	}
	.category {
		width: 100%;
	}
	.category-item {
		width: 100%;
	}
	.category label {
		width: 100%;
	}
	.category select {
		padding-left: 10px;
	}
	.business-data .img-item {
		width: 100%;
	}
	.business-data .img-item figure {
		width: 100%;
	}
	.business-data .img-btn {
		width: 100px;
	}
	.shop-info textarea {
		padding-left: 10px;
		padding-right: 10px;
	}
	.table-bottom textarea {
		width: 100%;
	}
	.table-bottom2 textarea {
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	/*
     営業情報登録
 -------------------------*/
	/* -----ここから-----
共通入力フォームスタイル作成のため追加 */
	.img-item {
		width: 100%;
		margin-bottom: 1rem;
	}
	.business-data {
		height: auto;
	}
	.category-item input[type="text"] {
		width: 95%;
		height: auto;
	}
	/* -----ここまで-----
共通入力フォームスタイル作成のため追加 */
	.shop-info {
		padding: 0;
		font-size: 13px;
	}
	.takeout-time-item, .flex-textarea {
		display: block;
	}
	.business-data .img-item figure {
		height: 180px;
	}
	.business-data .img-btn {
		width: 65px;
	}
	.shop-info textarea {
		height: 180px;
	}
	.business-data .radio_text {
		margin-right: 35px;
		font-size: 14px;
	}
	.business-time-inner{
		width: 100%;
	}
	.business-time-inner > *{
		width: 50%;
	}
	#range-input-select-start, #range-input-select-end{
		margin-left: 0;
	}
	
	.business-time-inner .takeout-time-item >*{
		display: inline-block;
	}
}


/* ============================================ 
  商品一覧
 ============================================ */

.pc {
	display: block;
}

.sp {
	display: none;
}


/*
.border_b {
	border-bottom: #77bda7 5px solid;
}
*/

ul.list-display.merchandise{
}

ul.merchandise li{
	align-items: center;
	position: relative;
}

ul.merchandise li.merchandise-head{
	display: none;	
}

.merchandise__soldout{
	background: #ffefef !important;
}

.merchandise__hide {
	background: #f1f1f1 !important;
}


.merchandise__hide > *{
	opacity: 0.3;
	pointer-events: none;
}

.merchandise__hide > .merchandise-btn,
.merchandise__hide > .merchandise-btn > *{
	opacity: 1;
	pointer-events: auto;
}

.merchandise-checkbox{
	width: 6%;
}
.merchandise-number{
	width: 15%;
	text-align: center;
}
.merchandise-name{
	width: 36%;	
}
.merchandise-price{
	width: 12%;
}
.merchandise-status{
	width: 10%;
}
.merchandise-stock{
	width: 10%;
}

.merchandise-btn{
	width: 10%;
	display: flex;
}
.editmini-btn{
	width: 100%;
	padding-left: 0.5rem;
}

.delete-btn{
	width: 50%;
	padding-left: 0.5rem;;
}

.merchandise-checkbox__note{
	font-size: 0.6rem;
}

@media screen and (max-width: 960px) {
	ul.merchandise li{
		align-items: flex-start;
	}
	
	ul.list-display.merchandise li > * {
		padding-right: 120px;
	}
	
	ul.merchandise li.merchandise-head{
		display: block;
		background: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	ul.merchandise li.merchandise-head .confirmation-btn{
		padding-right: 0;
		overflow: hidden;
		font-size: 0.9rem;
	}
	
	ul.merchandise li.merchandise-head .confirmation-btn button{
		display: inline-block;
		float: right;
		background: #666;
		color: #fff;
	}

	ul.list-display.merchandise li > .merchandise-stock:before{
		content:"在庫数";
		display: inline-block;
	}

	.merchandise-checkbox{
		width: 280px !important;
		padding-right: 20px !important;
		margin-bottom: 10px;
	}
	
	.merchandise-number{
		text-align: left;
	}

	.merchandise-number,
	.merchandise-name,
	.merchandise-price,
	.merchandise-status{
		padding-left: 100px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 1.125rem;
		position: relative;
		
	}

	.merchandise-number:before,
	.merchandise-name:before,
	.merchandise-price:before,
	.merchandise-status:before{
		display: inline-block;
		width: 15%;
		font-size: 0.875rem;
		position: absolute;
		left: 0;
		font-weight: bold;
	}
	
	.merchandise-number:before{
		content: "品番";
	}
	.merchandise-name:before{
		content: "商品名";
	}
	.merchandise-price:before{
		content: "価格";
	}
	.merchandise-status:before{
		content: "販売状況";
	}
	
	.merchandise-stock{
		position: absolute;
		right: 30px;
		top: 20px;
		width: 100px !important;
		padding-right: 0 !important;
	}
	
	.merchandise-btn{
		margin-top: 1rem;
	}
	
	.editmini-btn{
		width: 100%;
		padding-left: 0;
	}
	
	.delete-btn{
		width: 100px;
		padding-left: 10px;
	}
}


@media screen and (max-width: 560px) {
	ul.merchandise li{
		padding-top: 30px;
		align-items: flex-start;
	}
	ul.list-display.merchandise li > *{
		padding-right: 0;
		padding-top: 1.6rem;
		padding-left: 0;
	}

	.merchandise-checkbox{
		margin-left: -0.5rem;
	}

	.merchandise-number:before,
	.merchandise-name:before,
	.merchandise-price:before,
	.merchandise-status:before{
		top: 5px;
		width: 100%;
		font-weight: bold;
	}
	
	.merchandise-number{
		max-width: 50%;
	}
	
	ul.merchandise li.merchandise-head .confirmation-btn{
			padding-right: 15px;
	}
	
	ul.list-display.merchandise li > .merchandise-stock{
		padding-top: 0;
	}
	
	ul.list-display.merchandise li > .merchandise-btn{
		padding-top: 0;
	}
}

.merchandise-area {
	padding: 37px 0;
	width: 100%;
}

.merchandise-table ul {
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95%;
	margin: 0 auto;
	border-top: 1px dotted #666666;
}

.merchandise-table ul:first-child, .merchandise-table ul:nth-of-type(2) {
	border-top: none;
}

.merchandise-table ul.update-data {
	border-bottom: none;
}

.merchandise-table ul li.item-num {
	width: 150px;
	max-width: 17%;
	text-align: left;
	padding: 0 5px;
}

.merchandise-table ul li.item-name {
	width: 250px;
	max-width: 28%;
	padding: 0 5px;
}

.merchandise-table ul li.item-price {
	width: 100px;
	max-width: 11%;
	padding: 0 5px;
	text-align: center;
}

.merchandise-table ul li.item-status {
	width: 100px;
	max-width: 11%;
	padding: 0 5px;
	text-align: center;
}

.merchandise-table ul li.stock-num {
	width: 100px;
	justify-content: center;
	max-width: 11%;
	margin-right: 10px;
}

.merchandise-table ul li.editmini-btn {
	width: 120px;
	max-width: 11%;
	margin-right: 10px;
}

.merchandise-table ul li.delete-btn {
	width: 120px;
	max-width: 11%;
}

.merchandise-table {
	width: 95%;
	margin: 0 auto;
}

.merchandise-table li {
	width: 100%;
	height: 65px;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.merchandise-table li:last-child {
	border-bottom: none;
}

.merchandise-table .inside li {
	margin-right: 40px;
}

.center-item li {
	display: flex;
	justify-content: center;
}

.stock-num input {
	width: 100%;
	max-width: 100px;
	height: 48px;
	border: 1px solid #b2b2b2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #fff;
}

.stock-num input:read-only {
	width: 118px;
	height: 48px;
	border: none;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.confirmation-btn button {
	width: 100px;
	max-width: 100%;
	height: 48px;
	background-color: #eaeaea;
	border: 1px solid #c7c7c7;
	color: #898b8e;
	/*  box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48); */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}

.editmini-btn button {
	width: 100%;
	background-color: #77bda7;
	/*  border: 2px solid #ee9e03; */
	margin: 0 auto;
	/*  box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48); */
	white-space: nowrap;
	height: 48px;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 6px;
}

.delete-btn button {
	white-space: nowrap;
	width: 100%;
	height: 48px;
	background-color: #eaeaea;
	border: 1px solid #c7c7c7;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
	color: #898b8e;
	/*  box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48); */
	border-radius: 6px;
}

.merchandise-table .size {
	font-size: 16px !important;
}

.merchandise-table {
	position: relative;
}

.merchandise-table:before {
	content: '';
	position: absolute;
	left: 0;
	top: 62px;
	width: 100%;
	height: 3px;
	-webkit-transform: translateX(-50%, -50%);
	transform: translateX(-50%, -50%);
	background-color: #9fa2a3;
}

.merchandise-table:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 64px;
	width: 100%;
	height: 3px;
	-webkit-transform: translateX(-50%, -50%);
	transform: translateX(-50%, -50%);
	background-color: #9fa2a3;
}

.search-box {
	width: 900px;
	height: 260px;
	margin: 0 auto;
	background-color: #fafafa;
	border: 2px solid #c7c7c7;
	border-radius: 30px;
	box-shadow: 3px 3px 3px 0px rgba(151, 151, 151, 0.48);
}

.search-box p {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.keyword-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 60px;
}

.keyword-box p {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 60px;
}

.keyword-box input {
	width: 350px;
	height: 50px;
	background-color: #fff;
	border: 2px solid #b2b2b2;
	padding: 10px;
}

.input_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.input_box p {
	width: 140px;
	margin-right: 100px;
}

.input_box span {
	margin-right: 55px;
}

.input_box .radio-btn {
	opacity: 0;
	appearance: none;
	position: absolute;
}

.input_box label:first-of-type .radio-text {
	margin-right: 103px;
}

.input_box .radio-text::before {
	content: '';
	position: absolute;
	left: -44px;
	display: block;
	border-radius: 50%;
	background-color: #d5d5d5;
	border: 1px solid #959595;
	width: 27px;
	height: 27px;
}

.input_box .radio-text {
	position: relative;
	display: flex;
	align-items: center;
}

.input_box .radio-btn:checked+.radio-text::after {
	content: '';
	position: absolute;
	left: -39px;
	display: block;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: #77bda7;
}

.input_box .radio-btn:checked+.radio-text::before {
	background-color: #ffffff;
}

.text-bold {
	font-weight: bold;
}

.search-btn {
	width: 118px;
	height: 40px;
	background-color: #77bda7;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 6px;
}

@media screen and (max-width: 960px) {
	/*
    　　商品一覧
	-------------------------*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
	.merchandise-area {
		padding: 4vw 0;
	}
	.merchandise .list-item {
		display: flex;
		justify-content: center;
		max-width: 95%;
		margin: 0 auto;
		border-bottom: 3px solid #9fa2a3;
	}
	.merchandise .list-item:first-child {
		border-top: 3px solid #9fa2a3;
	}
	.merchandise .list-item .lbox {
		width: 80%;
	}
	.merchandise .list-item .rbox {
		width: 20%;
	}
	.merchandise-data {
		flex-direction: column;
		justify-content: left;
	}
	.merchandise-data div {
		display: flex;
		margin-bottom: 0.5em;
	}
	.merchandise-data div.merchandise-item {
		margin-bottom: 0;
	}
	.merchandise-data .list-title {
		width: 30%;
		margin-right: 20px;
	}
	.merchandise-data .list-data {
		width: 60%;
		margin-right: 20px;
		line-height: 1.5;
	}
	.merchandise-list {
		/*height: 309px;*/
		border-right: 1px solid #9fa2a3;
		padding: 15px;
	}
	.merchandise-list:first-child {}
	.merchandise-data {
		display: flex;
	}
	.merchandise-data ul:first-child {
		width: 100px;
		margin-right: 13.3vw;
	}
	.merchandise-data li {
		line-height: 1.5;
		margin-bottom: 1.5em;
	}
	.merchandise-item {
		display: flex;
		justify-content: center;
	}
	.editmini-btn button {
		height: 48px;
		background-color: #77bda7;
		color: #fff;
	}
	.delete-btn button {
		height: 48px;
		background-color: #eaeaea;
		border: 1px solid #c7c7c7;
		color: #898b8e;
		width: 100px;
	}
	.confirmation-btn {
		width: 25vw;
		margin-left: auto;
		text-align: center;
	}
	.confirmation-btn button {
		height: 48px;
		display: block;
		background-color: #fff;
		border: none;
		margin: 0 auto;
		color: #898b8e;
		box-shadow: none;
		line-height: 48px;
	}
	.stock-btn li:not(:first-child) {
		height: 309px;
		border-top: 3px solid #9fa2a3;
	}
	.stock-btn {
		max-width: 100px;
		margin: 0 auto;
	}
	.stock-btn p {
		height: 48px;
		margin: 16px 10px;
		border: 2px solid #b2b2b2;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*
    　　検索窓
	-------------------------*/
	.search-box {
		width: 100%;
		height: 300px;
		margin: 0 auto 0
	}
	.keyword-box {
		display: block;
		margin-right: 0;
		text-align: center;
	}
	.keyword-box p {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.input_box label:first-of-type .radio-text {
		margin-right: 75px;
	}
	.input_box p {
		width: 120px;
		margin-right: 100px;
		margin-left: 40px;
	}
	/*
    　　ポップアップ
	-------------------------*/
	.popup {
		background-color: #efefef;
		box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 500px;
		height: 380px;
		overflow-y: scroll;
	}
	#popup-on {
		display: none;
	}
	#popup-on:checked+.popup {
		display: block;
	}
	.icon-close {
		color: #c7c7c7;
		font-size: 30px;
		padding: 0 10px;
		position: absolute;
		right: 0;
		cursor: pointer;
	}
	.btn-close {
		background: #000;
		border-radius: 10px;
		color: #fff;
		padding: 10px;
		cursor: pointer;
		margin: 10px auto;
		width: 95%;
		text-align: center;
	}
	.btn-open {
		position: absolute;
		top: 10px;
		right: 50px;
		-webkit-transform: translateX(-50%, -50%);
		transform: translateX(-50%, -50%);
		cursor: pointer;
	}
	.fa-search:before {
		font-size: 25px;
	}
	.popup-content {
		margin: 40px auto 40px auto;
		width: 90%;
	}
}

@media screen and (max-width: 560px) {
	/*
    　　商品一覧
	-------------------------*/
	.merchandise-list {
		/*height: 379px;*/
		padding: 11px;
	}
	.merchandise-data {
		flex-direction: column;
		justify-content: left;
		font-size: 3.46vw;
	}
	.merchandise-data div {
		display: flex;
		margin-bottom: 0.25em;
	}
	.merchandise-data div.merchandise-item {
		margin-bottom: 0;
	}
	.merchandise-data .list-title {
		width: 30%;
		margin-right: 20px;
	}
	.merchandise-data .list-data {
		width: 60%;
		margin-right: 20px;
		line-height: 1.5;
	}
/*
	.editmini-btn, .delete-btn {
		margin: 0 1.3vw;
	}
*/
	.confirmation-btn {
		font-size: 3.46vw;
	}
	.stock-btn p {
		width: 13.3vw;
		margin: 3vw auto 0;
	}
	/*
    　　検索窓
	-------------------------*/
	.search-box {
		height: 230px;
	}
	.search-box p {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.keyword-box p {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.keyword-box input {
		width: 200px;
	}
	.input_box .radio-text {
		width: 32px;
	}
	.input_box label:first-of-type .radio-text {
		margin-right: 20px;
	}
	.input_box span {
		margin-right: 0;
	}
	.input_box p {
		width: 100;
		margin-right: 20px;
		margin-left: 0;
	}
	.input_box .radio-text::before {
		left: -24px;
		width: 20px;
		height: 20px;
	}
	.input_box .radio-btn:checked+.radio-text::after {
		left: -20px;
		width: 12px;
		height: 12px;
	}
	/*
    　　ポップアップ
	-------------------------*/
	.popup {
		width: 280px;
		height: 310px;
	}
	.btn-open {
		top: 4.8vw;
		right: 6vw;
	}
	.btn-open .fa-3x {
		font-size: inherit;
	}
	.fa-search:before {
		font-size: 5.6vw;
	}
}


/*
    商品一覧ダイアログ
-------------------------*/

.dialogue {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 1px 1px 3px 9999px rgba(125, 125, 125, 0.8);
	background: rgba(190, 190, 190, 0.8);
	z-index: 999998;
	display: none;
	width: 100vw;
	height: 100vh;
}

.dialogue.open {
	display: block;
}

.dialogue-text {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 500px;
	height: 120px;
	z-index: 999999;
}

.dialogue-text p {
	width: 500px;
	height: 120px;
	/*  border: 3px solid #3d3d3d; */
	border-radius: 10px;
	/*  box-shadow: 0px 2px 3px 3px rgba(61, 61, 61, 0.48); */
	background-color: #30a6ca;
	font-size: 1.25rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dialogue-text div {
	position: absolute;
	top: -17px;
	right: -17px;
	width: 36px;
	height: 36px;
	border: 2px solid #b2b2b2;
	border-radius: 50%;
	background-color: #fff;
	font-size: 30px;
	font-weight: bold;
	color: #98999b;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1200;
	cursor: pointer;
}

@media screen and (max-width: 560px) {
	/*
    商品一覧ダイアログ
	-------------------------*/
	.dialogue-text p {
		width: 280px;
		height: 100px;
		font-size: 1.25rem;
		margin: 0 auto;
	}
	.dialogue-text div {
		right: 94px;
	}
}



/* ============================================ 
  注文履歴一覧 / 事前予約一覧
 ============================================ */

.order_cog-wrap{
	position: relative;
}

.order_cog-wrap .order-btn-body{
	display: flex;
	flex-wrap: wrap;
}

.order_cog-wrap .order-btn-body span{
	width: 100%;
	display: block;
	margin-top: 20px;
}

.order_cog-wrap .order-btn-body .order-btn{
	width: 40%;
}

ul.order_cog li.is-done{
	color: #0688b9;
}

ul.order_cog li.is-cancel,
ul.order_cog li.is-discard{
	color: #ddd;
}

ul.order_cog li > *{
	margin-right: 1rem;
}

.order_cog-status{
	width: 14%;
}

.order_cog-status > .status-cancel{
	pointer-events: none;
}

.order_cog-status p{
white-space: nowrap;
	width: 80%;
	height: 30px;
	font-size: 0.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

.order_cog-time{
	width: 20%;
}

.order_cog-id{
	width: 16%;
}

.order_cog-schedule{
	width: 20%;
}

.order_cog-payment{
	width: 15%;
}

.order_cog-stock{
	width: 15%;
}

.order_cog-stock a{
	white-space: nowrap;
    width: 100%;
    height: 50px;
    border: 1px solid #b2b2b2;
    padding-left: 30px;
    padding-right: 30px;
    /* box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48); */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.order_cog-stock a:hover{
	background: #999;
	color: #fff;	
}

/* 事前予約 */
.order_cog-reservation-time{
	width: 20%;
}

.order_cog-reservation-id{
	width: 16%;
}

.order_cog-tel{
	width: 20%;
}

.order_cog-visit-time{
	width: 25%;
	display: flex;
	flex-direction: column;
	padding-right: 2rem;
}

.order_cog-notification-time{
	width: 20%;
}

.order_cog-notification-text{
	width: 40%;
}

.order_cog-selectbox-wrap{
	padding: 0;
	width: 300px;
	max-width: calc(100% - 1rem);
	position: relative;
	border-radius: 6px;
	background: #fff;
}

.order_cog-selectbox-wrap:first-child{
	margin-bottom: 10px;
}

.order_cog-selectbox-wrap:after {
	content: '';
	width: 10px;
	height: 10px;
	border: 0px;
	border-top: solid 2px #999;
	border-right: solid 2px #999;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -6px;
}

.order_cog-selectbox{
	width: 100%;
	max-width: 100% !important;
}

.order_cog-number{
	width: 15%;
}

.order_cog-area {
	padding: 25px 0;
	width: 100%;
}

.status-btn-body{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding-top: 5px;
	z-index: 50;
	background: #fff;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 5px;
}

.type-order .status-btn-body{
	background: #f6fbf8;
}

.status-btn {
	width: 100%;
	height: 50px;
	background-color: #fdb918;
	text-align: center;
	line-height: 50px;
	border-radius: 25px;
	cursor: pointer;
	user-select: none;
	position: relative;
}

.status-btn:after {
	content:"";
	display: block;
	right: 15px;
	top: 20px;
	position: absolute;
	border-top: 8px solid #666;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

@media all and (-ms-high-contrast: none) {/*IE対策*/
	.status-btn:after {
		display: none;
	}
}

.wait-btn {
	margin-left: 35px;
	width: 265px;
	height: 60px;
	background-color: #ffea00;
	border: 1px solid #ffd200;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48);
}

.status-btn:hover, .wait-btn:hover {
	opacity: 0.6;
}

.btn-item {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 35px;
}

.cog-table .size {
	font-size: 16px !important;
}

@media screen and (max-width: 960px) {
	/*
    注文履歴一覧
	-------------------------*/
	ul.order_cog li.is-done{
		color: currentColor;
	}
	
	.order_cog-status p{
		width: 100%;
	}
	
	.order_cog-time,
	.order_cog-id,
	.order_cog-schedule,
	.order_cog-payment,
	.order_cog-reservation-time,
	.order_cog-reservation-id,
	.order_cog-tel,
	.order_cog-visit-time,
	.order_cog-number,
	.order_cog-notification-time,
	.order_cog-notification-text{
		padding-left: 40%;
		position: relative;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		border-bottom: 1px dotted #999;
		font-size: 1rem;
	}

	.order_cog-time:before,
	.order_cog-id:before,
	.order_cog-schedule:before,
	.order_cog-payment:before,
	.order_cog-reservation-time:before,
	.order_cog-reservation-id:before,
	.order_cog-tel:before,
	.order_cog-visit-time:before,
	.order_cog-number:before,
	.order_cog-notification-time:before,
	.order_cog-notification-text:before{
		position: absolute;
		left: 0;
		font-size: 0.875rem;
	}
	
	.order_cog-time:before{
		content: "注文日時";
	}
	
	.order_cog-id:before{
		content:"注文番号";
	}
	
	.order_cog-schedule:before{
		content: "お渡し予定";
	}
	
	.order_cog-payment:before{
		content: "支払方法";
	}
	
	.order_cog-stock{
		margin-top: 30px;
	}



	.order_cog-reservation-time:before{
		content: "来店日時";
	}
	
	.order_cog-reservation-id:before{
		content: "事前予約番号";
	}

	.order_cog-tel:before{
		content: "電話番号";
	}
	
	.order_cog-visit-time:before{
		content: "来店予定日時";
	}
	
	.order_cog-number:before{
		content: "人数";
	}	
	
	.order_cog-notification-time:before{
		content: "通知日時";
	}

	.order_cog-notification-text:before{
		content: "通知内容";
	}
	
	.cog-info {
		padding: 1px 36px 0;
		width: 80%;
	}
	.cog-info .info-date {
		font-size: 16px;
	}
	.cog-info .info-title {
		padding-left: 26px;
		font-size: 15px;
	}
	.cog-list {
		width: 95%;
		border-top: 3px solid #9fa2a3;
		margin: 0 auto;
		padding: 20px;
	}
	.cog-list:last-child {
		border-bottom: 3px solid #9fa2a3;
	}
	.cog-data {
		display: flex;
		justify-content: center;
	}
	.cog-data ul:first-child {
		margin-right: 50px;
	}
	.cog-data li {
		margin-bottom: 0.5em;
	}
	.cog-item {
		display: flex;
		justify-content: center;
	}
	.cog-item a {
		display: block;
		width: 145px;
		height: 50px;
		border: 2px solid #b2b2b2;
		margin-right: 50px;
		font-size: 16px;
		box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48);
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.cog-item p {
		width: 145px;
		height: 50px;
		border: 2px solid #b2b2b2;
		margin-left: 10px;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 1px 1px 3px 0px rgba(151, 151, 151, 0.48);
	}
}

@media screen and (max-width: 560px) {
	/*
    注文履歴一覧
	-------------------------*/
	.order_cog-wrap .order-btn-body .order-btn{
		width: 80%;
	}
	.cog-info ul li {
		flex-direction: column;
	}
	.cog-info .info-title {
		margin-bottom: 5px;
		padding-left: 10px;
	}
	.btn-item {
		display: block;
		text-align: center;
		margin-top: 40px;
		margin-bottom: 35px;
	}
	.wait-btn {
		margin-top: 10px;
		margin-left: 0;
	}
	.cog-data ul:first-child {
		margin-right: 30px;
	}
	.cog-data li {
		font-size: 13px;
		width: 100%;
		height: 2em;
		margin-bottom: 0;
	}
	.cog-item a {
		width: 120px;
		margin-right: 0;
		border: 1px solid #b2b2b2;
		height: 11.3vw;
		padding: 0;
		line-height: 11.3vw;
	}
	.cog-item p {
		width: 120px;
		border: 1px solid #b2b2b2;
		height: 11.3vw;
		padding: 0;
		line-height: 11.3vw;
	}
	.order_cog-area {
		padding: 4vw 0 2vw;
	}
	.cog-list {
		width: 95%;
		padding: 10px;
	}
	
	/* 事前予約 */
	.order_cog-visit-time{
		padding-right: 0;
	}
}


/* ============================================ 
  ページネーション
 ============================================ */

/*
.pagination__wrapper {
	width: 100%;
	margin: auto;
	font-size: 1.2rem;
	margin-bottom: 50px;
}
*/

.pagination {
	margin: auto;
	width: 100%;
	max-width: 400px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	align-items: center;
/* 	margin-top: 40px; */
}

.pagination ul {
	display: flex;
	justify-content: space-around;
	width: 40%;
}

.pagination ul li,
.page-numbers{
	padding: 5px;
}

.pagination a, .pagination span {
	display: inline-block;
	min-width: 20px;
}

.pagination a:hover {
	opacity: 0.6;
}

.pagination .pagenation-current {
	position: relative;
	pointer-events: none;
}

.pagination .pagenation-current:after{
	content:"";
	display: block;
	position: absolute;
	background: currentcolor;
	width: 12px;
	height: 3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.page-numbers {
	width: auto;
	padding: 0;
	background: transparent;
}

.page-numbers button{
	font-weight: bold;
	transform: scale(0.8, 1);
}

.fa button{
	font-weight: bold;
	transform: scale(0.6, 1);
}

.page-numbers li:first-child {
	margin-right: 60px;
}

.page-numbers li:last-child {
	margin-left: 60px;
}

.page-numbers i {
}

.fa-chevron-left{
	margin-right: 0.5rem;
}

.fa-chevron-right{
	margin-left: 0.5rem;
}

/*
.border-right {
	border-right: 1px solid #b2b2b2;
}
*/

@media screen and (max-width: 560px) {
	/*
    ページネーション
	-------------------------*/
	.pagination ul{
		width: 50%;
		font-size: 1.1rem;
	}

}



/* ============================================ 
  注文詳細
 ============================================ */
/*注文内容*/
ul.order_cog-content{
	font-size: 1.2rem;
	margin-bottom: 50px;
}

.order .description {
	position: relative;
	margin: 0 auto;
	width: 80%;
}

l.order_cog-content .list-menu-name{
	border-bottom: none;
	padding: 0;
}

ul.order_cog-content li > *{
	margin-right: 0;
}

ul.order_cog-content input{
	max-width: calc(100% - 0.5rem);
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	line-height: 1.5em;
	box-sizing: border-box;
	margin-right: 0.5rem;
}

ul.order_cog-content select,
ul.order_cog-detail select{
	width: 100%;
	display: inline-block;
	padding: 0.5em 1em;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	line-height: 1.5em;
	box-sizing: border-box;
	margin-right: 0.5rem;	
}

ul.order_cog-content .order_cog-time{
	width: 23%;
}

ul.order_cog-content .order_cog-id{
	width: 20%;
}

ul.order_cog-content .order_cog-schedule{
	width: 22%;
}

ul.order_cog-content .order_cog-status{
	width: 20%;
}

ul.order_cog-content .order_cog-status p{
	height: 50px;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	width: 100%;
}

ul.order_cog-content .order_cog-status p:after {
	content:"";
	display: block;
	right: 15px;
	top: 20px;
	position: absolute;
	border-top: 8px solid #666;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

ul.order_cog-content .order_cog-status p.status-done:after,
ul.order_cog-content .order_cog-status p.status-reservation-visited:after,
ul.order_cog-content .order_cog-status p.status-order-served:after{
	border-top: 8px solid #fff;
}

ul.order_cog-content .order_cog-status p.status-cancel:after,
ul.order_cog-content .order_cog-status p.status-reservation-refusal:after{
	display: none;
}

ul.order_cog-content .order_cog-status p:hover{
	opacity: 0.8;
}

ul.order_cog-content li,
ul.order_cog-detail li{
	flex-wrap: wrap;
	margin-top: 0;
}
.order_cog-name{
	width: 60%;
}

.list-menu-name .order_cog-name{
	padding-right: 2rem;
	font-size: 1.2rem;
}

.order_cog-title{
	font-weight: bold;
}

.order_cog-option{
	font-size: 0.9rem;
}

.order_cog-quantity{
	width: 10%;
}

.order_cog-price{
	width: 15%;
}

.order_cog-total-price{
	width: 15%;
}



/* 事前予約 */
.order_cog-number input{
	width: 50%;
}


/* 合計金額 */
ul.list-display li.order_cog-total{
	border-bottom: none;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f6fbf8;
	margin-top: 10px;
	border-radius: 10px;
	border: solid 1px #999;
	flex-direction: row;
}

ul.order_cog-content li .order_cog-total-head{
	width: 10%;
	font-size: 0.875rem;
}

ul.order_cog-content li .order_cog-amount{
	font-size: 1.25rem;
	font-weight: bold;
}

ul.order_cog-content li .order_cog-amount span{
	font-size: 0.75rem;
	font-weight: normal;
	vertical-align: middle;
}

/*お客様情報*/
.order_cog-user-name{
	width: 23%;
}

.order_cog-user-contact{
	width: 20%;
}

.order_cog-user-mail{
	width: 50%;
	margin-left: 1rem;
}

.order_cog-user-mail input{
	width: 100%;
}


/*注文詳細*/
ul.order_cog-detail li > *{
	margin-right: 0;	
}

ul.list-display .list-menu-name{
	border: none;
}

ul.order_cog-detail li ul{
	border-bottom: none;
}

ul.order_cog-detail li ul.order_cog--option{
	width: 100%;
}

ul.order_cog-detail li ul.order_cog--option li{
	border-top: dotted 1px #e8e8e8;
	border-bottom: none;
}

/*
ul.order_cog-detail li ul.order_cog--option li:last-child{
	padding-bottom: 0;
}
*/

.back-btn{
	color: #fff;
	border-radius: 25px;
	width: 300px;
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #77bda7;
	font-weight: bold;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
}
.back-btn:hover{
	opacity: 0.6;
}


@media screen and (max-width: 960px) {
	
	/*注文内容*/ 
	ul.order_cog-content .order_cog-time,
	ul.order_cog-content .order_cog-id,
	ul.order_cog-content .order_cog-schedule,
	ul.order_cog-content .order_cog-payment,
	ul.order_cog-content .order_cog-number{
		width: 100%;
	}
 
	 ul.order_cog-content .order_cog-status{
		width: 100%;
		margin-top: 1rem;
	}

	ul.order_cog-content li{
		margin: 0;
	}
	
	
	/* 合計金額 */
	ul.list-display li.order_cog-total{
		padding: 30px 10px;
	}
	
	ul.list-display li.order_cog-total > *{
		width: 50%;
		text-align: center;
	}
	
	
	/* お客様情報 */
	.order_cog-user-name,
	.order_cog-user-contact{
		margin-bottom: 10px;
		border-bottom: solid 1px #ddd;
		padding-bottom: 10px;
	}
		
	.order_cog-user-name,
	.order_cog-user-contact,
	.order_cog-user-mail{
		width: 100%;
		position: relative;
		padding-left: 20%;
		margin-left: 0;
	}
	
	.order_cog-user-name:before,
	.order_cog-user-contact:before,
	.order_cog-user-mail:before{
		position: absolute;
		left: 0;
		top: 3px;
		font-size: 0.875rem;
	}
	.order_cog-user-name:before{
		content:"お名前";
	}
	
	.order_cog-user-contact:before{
		content: "電話番号";
	}
	
	.order_cog-user-mail:before{
		content: "メール";
	}	

	.order_cog-user-name input,
	.order_cog-user-contact input,
	.order_cog-user-mail input{
		width: 100%;
	}
	
	/*注文詳細*/
	ul.order_cog-detail .list-menu-name{
	 border: none;
	}

	ul.order_cog-detail li ul.order_cog--option li{
	 border-top: dotted 1px #ccc;
	 padding: 30px 0;
	 margin: 0;
	}
	
	ul.order_cog--option li{
		flex-direction: row;
	}
	
	ul.order_cog--option li > .order_cog-name{
		display: none;
	}
	ul.order_cog--option li > .order_cog-option{
		width: 60%;
		text-indent: 1rem;
	}
	ul.order_cog--option li > .order_cog-quantity,
	ul.order_cog--option li > .order_cog-price{
		width: 20%;
	}

	.order_cog-quantity,
	.order_cog-price,
	.order_cog-total-price{
		position: relative;
		padding-top: 1.2rem;
	}
	
	.order_cog-quantity:before,
	.order_cog-price:before,
	.order_cog-total-price:before{
		position: absolute;
		left: 0;
		top: 3px;
		font-size: 0.75rem;
	}
	
	.order_cog-quantity:before{
		content:"数量";
	}
	
	.order_cog-price:before{
		content: "単価(税別)";
	}
	
	.order_cog-total-price:before{
		content: "合計(税別)";
	}

}

@media screen and (max-width: 560px) {
	ul.order_cog-content{
		font-size: 1rem;
	}
	
	ul.list-display .list-menu-name{
		flex-direction: column;
	}

	ul.list-display .list-menu-name > *{
		width: 100%;
	}
	
	.order_cog-name{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: solid 1px #ddd;
	}


	/* お客様情報 */	
	.order_cog-user-name,
	.order_cog-user-contact,
	.order_cog-user-mail{
		width: 100%;
		position: relative;
		padding-left: 80px;
	}

	.list-menu-name .order_cog-name{
		padding-right: 0;
	}

	/* 注文詳細 */
	.order_cog-quantity,
	.order_cog-price,
	.order_cog-total-price{
		padding-top: 0;
		padding-left: 100px;
	}
	
	.order_cog-selectbox-wrap{
		width: 100%;
		max-width: 100%;
	}
}


/*
    ページネーション（注文詳細）
---------------------------------------*/

.order .pagination ul {
	margin-bottom: 25px;
}

.order .pagination a {
	display: flex;
	align-items: center;
	width: 110px;
}

.order .page-numbers li:first-child a i {
	padding-right: 10px;
}

.order .page-numbers li:last-child a {
	justify-content: flex-end;
}

.order .page-numbers li:last-child a i {
	padding-left: 10px;
}

@media screen and (max-width: 560px) {
	/*
     ページネーション
 -------------------------*/
	.order .page-numbers li:first-child {
		margin-right: 20px;
	}
	.order .page-numbers li:last-child {
		margin-left: 20px;
	}
}



/* ============================================ 
  新規注文＆お渡し待ち
 ============================================ */

.neworder-container {
	display: flex;
	flex-wrap: wrap;
	/* 	margin: 0 -5px; */
/*
	background: #999;
	border-left: solid 3px #77bda7;
	border-right: solid 3px #77bda7;
	border-bottom: solid 3px #77bda7;
*/
	min-height: 50vh;
}

.neworder-box {
	width: calc(33.3% - 10px);
	padding: 15px;
	margin: 10px 5px;
	background: #fff;
	position: relative;
	/*  border: 2px solid #999; */
	display: block;
}

.accounting-box {
	width: 100%;
	padding: 15px;
	margin: 10px 5px;
	background: #fff;
	position: relative;
	/*  border: 2px solid #999; */
	display: block;
}

.accounting-btn{
	width: 400px;
	max-width: 100%;
	color: #fff;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	background-color: #77bda7;
	font-weight: bold;
	display: block;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	cursor: pointer;
}

.neworder-box-inner{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100%;
}

.order-grayLayer{
	position: absolute;
	top: 0;
	left: 0;
	background:rgba(42, 63, 72, 0.8);
	z-index: 100;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s;
}

.order-grayLayer.is-active{
	opacity: 1;
	visibility: visible;
}

.order-grayLayer .order-btn-body{
	position: -webkit-sticky;
	position: sticky;
	top: 126px;
	margin: 40px 0;
	text-align: center;
}

.container > .order-grayLayer{
	position: fixed;
	overflow: scroll;
}

.container > .order-grayLayer .order-btn-body{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	padding: 100px 0;
	margin: 0;
	
}

.order-grayLayer .order-btn-body span{
	color: #fff;
	font-weight: bold;
}

.order-grayLayer .order-btn{
	width: 60%;
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	text-align: center;
/* 	background: #fff; */
	margin: 30px auto;
	border-radius: 30px;
	border: solid 2px #fff;
	transform: .8s;
	color: #fff;
	user-select: none;
	cursor: pointer;
}

.order-grayLayer .order-btn:hover{
	opacity: 0.8;
}

.order-btn.coupon-reedit{
	background: #85b4b5;
}

.reservation {
	display: flex;
	/* flex-flow: column; */
	align-items: center;
	line-height: 1;
	flex-flow: wrap;
	justify-content: flex-end;
	font-size: 24px;
}

#neworder_content .reservation{
	font-size: 24px;
}

.reservation span{
	margin-left: 0.5rem;
}


/*
#neworder_content .reservation span{
	margin-left: 0.5rem;
}
*/

/*
#waithand_content .reservation span {
	font-size: 32px;
	margin-left: 0.5rem;
}
*/

.neworder-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.25em;
}

.neworder-row--table{
	margin-bottom: 15px;
}
.neworder-row--table .reservation{
	font-size: 30px !important;
}

.order-item-menu{
	font-weight: bold;
	width: calc(100% - 2rem);
	line-height: 1.5rem;
}

.order-item-quantity{
	font-weight: bold;
}

.order-item-option{
	font-size: 0.8rem;
	width: calc(100% - 2rem);
}

.neworder-row p {
	margin-bottom: 0;
}

.neworder-row:last-child {
	margin: 1rem 0;
}

.neworder-row--order-item{
	border-bottom: 1px dotted #c5c5c5;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}

.option-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.option-row p {
	margin-bottom: 0;
}

.neworder-item {
}

.neworder-item dt {
	float: left;
}

.neworder-item dd {
	width: 100%;
	text-align: right;
	height: 1.6rem;
}

.neworder-item dt.text-large {
	margin-top: 0.5rem;
}

.neworder-item dd.text-large {
	font-size: 1.5rem;
}

.neworder-item p:last-child {
	margin-bottom: 0;
}

.menu-box {
	overflow: auto;
	width: 100%;
	border: 1px solid #c7c7c7;
	line-height: 2;
	padding: 0.5rem;
	background: #fff;
}

.menu-box .neworder-row, .menu-box .option-row {
	width: calc(100% - 10px);
}

.menu-box .option-row {
	position: relative;
	margin-bottom: 0.5rem;
	text-indent: 1em;
	font-size: 0.875rem;
	border-bottom: 1px dotted #c5c5c5;
}

.menu-box .option-row:before {
	content: "・";
	position: absolute;
	left: -1rem;
}

.puldown {
	position: relative;
}

.puldown label {
	display: block;
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}

.puldown:after {
	content:"";
	display: block;
	right: 10px;
	top: 20px;
	position: absolute;
	border-top: 8px solid #999;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}

.puldown label:hover {
	opacity: 0.8;
}

.puldown ul {
	position: absolute;
	/*top: 47px;*/
	left: 0;
	width: 100%;
}

.switching label {
	display: block;
	background: #7cd9fd;
	/*  border: 3px solid #ffc600; */
	/*  box-shadow: 10px 10px 10px 0px rgba(151, 151, 151, 0.48); */
	padding: 10px;
	text-align: center;
	/*  color: #ffffff; */
	cursor: pointer;
}

.switching label:hover {
	opacity: 1;
}

.puldown span {
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 6px;
}

.puldown input[type="checkbox"] {
	display: none;
}

.puldown-item {
	position: relative;
}

.puldown-item label {
	display: block;
	background: #7cd9fd;
	/*  border: 3px solid #ffc600; */
	padding: 10px;
	text-align: center;
	/*  color: #ffffff; */
	cursor: pointer;
	border-radius: 6px;
}

.switching2 label {
	display: block;
	background: #77bda7;
	border: 3px solid #ee9e03;
	box-shadow: 10px 10px 10px 0px rgba(151, 151, 151, 0.48);
	padding: 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.switching2 label:hover {
	opacity: 1;
}

.puldown-item ul {
	position: absolute;
	top: 47px;
	left: 0;
	width: 100%;
}

.puldown-item span {
	display: block;
	width: 100%;
	background: #eaeaea;
	border: 3px solid #949494;
	box-shadow: 10px 10px 10px 0px rgba(151, 151, 151, 0.48);
	padding: 10px;
	text-align: center;
	cursor: pointer;
}

.puldown-item input[type="checkbox"] {
	display: none;
}

.tabs-a {
	width: 100%;
	margin-bottom: 100px;
}

.tabs-header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;
	display: flex;
	background: #e4e4e4;
	border-bottom: 3px solid #77bda7;
}


.tabs_item {
	position: relative;
	width: 49%;
	height: 50px;
	display: block;
	float: left;
	transition: all 0.2s ease;
	text-align: end;
	padding-right: 50px;
	cursor: pointer;
}

#tab-neworder,
#tab-waithand {
	position: relative;
	width: 50%;
	height: 50px;
	line-height: 50px;
	display: block;
	transition: all 0.2s ease;
	text-align: end;
	padding: 0 50px;
	font-size: 1.25rem;
	cursor: pointer;
}

#tab-neworder {
	float: left;
	text-align: start;
	background: #cecece;
	position: relative;
	border-radius: 10px 10px 0 0;
}

#tab-waithand {
	float: right;
	text-align: start;
	background: #cecece;
	border-radius: 10px 10px 0 0;
}

#tab-neworder.is-active,
#tab-waithand.is-active{
	background: #77bda7;
	color: #fff;
}

#tab-neworder a,
#tab-waithand a{
	display: block;
}

#neworder_content.is-active,
#waithand_content.is-active{
	display: block;
}

@media screen and (max-width: 1024px) {
	/*
    新規注文＆お渡し待ち
	-------------------------*/
	.neworder-container {
		margin: 0;
	}
	.neworder-box {
		width: calc(50% - 10px);
	}
}

@media screen and (max-width: 560px) {
	/*
		新規注文＆お渡し待ち
	-------------------------*/
	#tab-neworder, #tab-waithand {
		text-align: center;
		padding: 0;
		font-size: 1rem;
	}
	.neworder-box {
		width: calc(100% - 10px);
	}
}


/* ============================================ 
  ナビゲーション
 ============================================ */

.nav {
	position: fixed;
	z-index: 99999;
	background-color: #444;
	bottom: 0;
	width: 100%;
	height: 85px;
	overflow-y: hidden;
}

.nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

.nav ul li {
	width: 20%;
}

.nav .nav-icon {
	display: block;
	margin: 0 auto;
	padding: 14px 0 10px;
	width: 100px;
	text-align: center;
}

.nav .nav-icon:hover {
	background-color: #77bda7;
}

.nav .nav-icon img {
	display: block;
	width: 35%;
	margin: 0 auto;
}

.nav .nav-icon .material-icons{
	display: block;
	height: 35px;
	font-size: 35px;
}

.nav .nav-icon p {
	height: 35px;
	background-size: contain;
	background-position: center;
}

.nav .nav-icon span {
	font-size: 12px;
	color: #fff;
}

.nav .nav-icon.active {
	background-color: #f6fbf8;
}

.nav .nav-icon.active:hover {
	background-color: #fff;
	opacity: 0.6;
}

.nav .nav-icon.active span {
	color: #77bda7;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
	/*
     ナビゲーション
 -------------------------*/
	.nav {
		height: 70px;
	}
	.nav .nav-icon {
		padding: 10px 0 7px;
		width: 80px;
	}
	.nav .nav-icon p {
		margin: 0 auto 0;
		height: 30px;
	}
}

@media screen and (max-width: 560px) {
	/*
     ナビゲーション
 -------------------------*/
	.nav {
		height: 70px;
	}
	.nav .nav-icon {
		padding: 10px 0 7px;
		width: 80px;
	}
	.nav .nav-icon p {
		margin: 0 auto 0;
		height: 30px;
	}
	.nav ul li {
		width: auto;
	}
}




/* ============================================ 
  翻訳
 ============================================ */
 
.translate-wrap{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.translate-box{
	width: calc(50% - 30px);
}

.translate-btn{
	width: 50px;
	height: 50px;
	border-radius: 30px;
	text-align: center;
	line-height: 50px;
	background: #5362dc;
	color: #fff;
	margin: 10px;
	font-size: 0.875rem;
	font-weight: bold;
}


.translate-delete-btn{
	background: #e8e8e8;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 0.75rem;
}


.translate-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	font-size: 0.875rem;
	background: #f7f7f7;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
	height: 50px;
}

.translate-area{
	background: #fff;
	padding: 1rem;
}

.translate-area textarea{
	display: inline-block;
	border: 1px solid #b2b2b2;
	border-radius: 5px;
	line-height: 1.5em;
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
	resize: none;
}

.translate-mic{
	margin: 0 auto 1rem;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #ec3939;
	display: flex;
	align-items: center;
	justify-content: center;
}

.translate-mic:disabled{
	animation-name: Speech;
	animation-duration: 1s;
	animation-iteration-count: infinite;	
}

.translate-note{
	text-align: center;
	font-size: 0.875rem;
	margin: 1rem 0 0.5rem;
/*
	animation-name: fadeOut;
	animation-duration: 1s;
	animation-delay: 2.5s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
*/
	
}

@keyframes Speech {
	0% {opacity:1;transform: scale(1);}
	100% { opacity:0;transform: scale(1.3);}
}


@keyframes fadeOut {
	0% {opacity:1;}
	100% { opacity:0;}
}

@media screen and (max-width: 960px) {
	.translate-wrap{
		flex-direction: column;
	}
	
	.translate-box{
		width: 100%;
	}
}


/* ============================================ 
  デリバリー
 ============================================ */
 /*注文一覧*/
.delivery-payment{
	width: 25%;
}

 /*注文詳細*/ 
ul.list-display--delivery{
	background: #fff;
	padding: 30px;
	margin-bottom: 50px;
}

ul.list-display--delivery li{
	display: flex;
	margin-bottom: 10px;
}
 
.delivery_cog-left{
	font-size: 0.85rem;
	width: 20%;
	padding-right: 20px;
}
.delivery_cog-right{
	width: 80%;
}

@media screen and (max-width: 960px) {
	.delivery_cog-left{
		font-size: 0.75rem;
		width: 25%;
	}
	
	.delivery_cog-right{
		width: 75%;
	}
}


/* ============================================ 
  厨房
 ============================================ */
.kitchen .container{
	height: 100%;
}
.kitchen .columns{
	display: grid;
	height: calc(100vh - 165px - 1.5rem);
	/* 高さ - フッター - h1 - h1のマージン - .containerのpadding-top - 30px(余白調整) */
	gap: 1.5em;
	overflow: hidden;
}
.kitchen .columns_inner{
	overflow-y: auto;
}
@media screen and (min-width: 561px) {
	.kitchen .neworder-box {
		width: calc(50% - 10px);
	}
}

/* デバイスが横長のとき、横2分割 */
@media screen and (orientation: landscape) {
	.kitchen .columns{
		grid-template-columns: repeat(2,1fr);
	}
}

/* デバイスが縦長のとき、縦2分割 */
@media screen and (orientation: portrait) {
	.kitchen .columns{
		grid-template-rows: repeat(2,1fr);
	}
}
