@charset "utf-8";
/* body {
	min-width: 1000px;
} */

#main {
	margin-bottom: 20px;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	#gHeader h1 {
		display: none;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	position: relative;
	font-size: 1.4rem;
	margin-bottom: 4px;
	text-align: center;
	font-weight: normal;
}
.backLink,
.logoLink {
	padding-bottom: 2px;
	padding-left: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -0;
	transform: translateY(-50%);
	font-size: 1.2rem;
	color: #CECECE;
	background: url("/assets/merchant-image/common/icon01.png") no-repeat left center;
	background-size: 15px auto;
}
.backLink {
	left: -75px;
}
.backLink:hover,
.logoLink:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.headLine04 {
		max-width: inherit !important;
		margin: 0 -20px 25px;
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #CECECE;
		font-size: 1.2rem;
		background: #121021;
		position: relative;
		z-index: 10;
		box-shadow: 0px 3px 6px rgba(241, 241, 241, 0.16);
	}
	.backLink,
	.logoLink {
		left: 15px;
	}
	.headLine04-top {
		margin: 0 !important;
		position: fixed !important;
		z-index: 1000;
		top: 0;
		left: 0;
		/* padding-left: 40px; */
		box-sizing: border-box;
		width: 100%;
		/* width: calc(100% - 40px); */
		box-shadow: none;
		min-height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: inherit;
		font-size: 1.2rem;
		color: #EFEFEF;
	}
	/* .headLine04-top a {
		left: 10px;
	} */
	.headLine04-bottom {
		min-height: inherit;
		box-shadow: none;
		margin: 0;
		font-size: 1.4rem;
		padding-top: 3px;
	}
	.headLine04-top::before {
		display: none;
	}
}

/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 300;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin-bottom: 20px;
	}
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 189px;
	margin: 0 auto;
}
.comLink a {
    min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
    color: #111111;
    border: none;
	background: linear-gradient(#efe556 0%, #a79f32 100%);
}
.comLink a:hover {
	opacity: 0.7;
}
.greyLink a {
	background: #ccc;
}
.comLink02 {
	margin-bottom: 30px;
	width: 224px;
}
.comLink02 a {
	color: #333333;
	min-height: 63px;
	border-radius: 4px;
	background: linear-gradient(#efefef 0%, #e6e6e6 71.54%, #ccc 100%);
	box-shadow: 0px 5px 6px rgba(255, 255, 255, 0.1);
}
.comLink button {
    min-height: 36px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
    color: #111111;
    border: none;
	background: linear-gradient(#efe556 0%, #a79f32 100%);
}

@media all and (min-width: 897px) {
	.comLink button:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comLink02 a {
		min-height: 37px;
	}
}

/*------------------------------------------------------------
	comLink03
------------------------------------------------------------*/
.comLink03 {
	width: 70px;
}
.comLink03 a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 23px;
	padding: 4px 4px 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #111111;
	border-radius: 2px;
	font-weight: normal;
	background: linear-gradient(#efe556 0%, #d5cc49 73.22%, #a79f32 100%);
	box-shadow: 0px 3px 6px rgba(213, 213, 213, 0.16);
}
.comLink03 a:hover {
	opacity: 0.7;
}
.comLink03 img {
	margin-right: 5px;
	vertical-align: middle;
}
.comLink03 button {
	cursor: pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 23px;
	padding-bottom: 2px;
	border: none;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #111111;
	border-radius: 2px;
	font-weight: normal;
	background: linear-gradient(#efe556 0%, #d5cc49 73.22%, #a79f32 100%);
	box-shadow: 0px 3px 6px rgba(213, 213, 213, 0.16);
}
.comLink03 button img {
	margin-top: 2px;
}
@media all and (min-width: 897px) {
	.comLink03 button:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comLink03 button,
	.comLink03 a {
		min-height: 28px;
		font-size: 1.4rem;
		background: linear-gradient(#efefef 0%, #eaeaea 70.49%, #d6d6d6 100%);
		box-shadow: 0px 3px 6px rgba(213, 213, 213, 0.16);
	}
	.comLink03 img {
		width: 11px;
	}
	.comLink03 button img {
		margin-top: 0;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.comLink04 {
	width: 84px;
	margin-bottom: 10px;
	margin-left: auto;
}
.comLink04 button {
	background: linear-gradient(#efefef 0%, #eaeaea 70.49%, #d6d6d6 100%);
	box-shadow: 0px 3px 6px rgba(213, 213, 213, 0.16);
}
@media all and (max-width: 896px) {
	.comLink04 button {
		font-size: 1.1rem;
		min-height: 23px;
	}
	.comLink04 button img {
		width: 9px;
		margin-top: 2px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 640px;
}

@media all and (max-width: 896px) {
	.content {
		max-width: inherit !important;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine05 {
}

@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#login {
	/* min-height: 500px; */
}
#login #container {
	padding: 0;
	height: 100%;
	overflow: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	position: fixed;
}
.flexArea {
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 302px);
}
.comBox {
	margin: 0 auto;
	width: 413px;
}
.comBox02 {
	width: 510px;
}
#login #gHeader h1 {
	font-weight: normal;
	width: auto;
	margin: 0;
	font-size: inherit;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
#login #gHeader h1 a {
	display: inline-block;
}
#login #gHeader h1 span {
	display: block;
	font-size: 1.2rem;
	color: #EFEFEF;
	margin-top: 12px;
}
#login #main {
	margin-bottom: 0;
}
.comDl {
	margin-bottom: 92px;
}
.comDl dt {
	font-size: 1.4rem;
	color: #EFEFEF;
	margin: 0 5px 10px;
}
.comDl dd {
	margin-bottom: 16px;
	font-size: 1.4rem;
}
.comDl dd .txtSpan {
	display: block;
	margin: 10px 5px;
}
.comDl dd a {
	text-decoration: underline;
	font-size: 1.1rem;
	color: #EFEFEF;
}
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="text"],
input[type="time"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1px;
    height: 30px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 0 10px;
	color: black;
    width: 100%;
    background-color: #EFEFEF;
}
input[type="date"] {
	text-align: left;
	padding: 0 2px;
	margin-right: 18px;
	width: 141px;
	vertical-align: middle;
	background-size: 9px auto;
}
select {
	padding-left: 5px;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1px;
    height: 30px;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    font-size: 1.4rem;
	color: black;
    width: 141px;
	background: #EFEFEF url("/assets/merchant-image/common/select.png") no-repeat right 3px center;
	background-size: 6px auto;
}
textarea {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 1px;
    height: 68px;
	resize: vertical;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 3px 5px;
	color: black;
    width: 100%;
    background-color: #EFEFEF;
}
.submit {
	margin-bottom: 10px;
	text-align: center;
}
.submit li {
	display: inline-block;
	margin: 0 5px;
}
.submit button,
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 189px;
    height: 36px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 1.4rem;
    color: #111111;
    border: none;
	background: linear-gradient(#efe556 0%, #a79f32 100%);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.submit02 {
	margin: 0 -20px;
	padding-top: 34px;
}
.submit02 li {
	margin: 0 13px;
}
.submit .retryLi button,
.submit .retryLi input {
	background: #ccc;
	box-shadow: 0px 3px 6px rgba(213, 213, 213, 0.16);
}
.comBox .txt {
	text-align: center;
}
.comBox .txt a {
	color: #EFEFEF;
}
.comBox .txt a:hover {
	opacity: 0.7;
}
#gFooter .linkP{
	margin-bottom: 15px;
	text-align: center;
}
#gFooter .linkP a {
	color: #EFEFEF;
	text-decoration: underline;
}

#login #gHeader {
	background-color: #121021;
	box-shadow: 0 3px 6px rgba(255,255,255,0.16);
}




@media all and (max-width: 896px) {
	#login #gHeader h1 span{
		display: none;
	}
	#login #gHeader h1 a > img {
		width: 36px;
	}
	#login #gHeader {
		padding: 20px 0 15px;
	}
	#login #gHeader h1 {
		display: block;
		padding: 0;
	}
	.flexArea {
		margin-bottom: 120px;
		min-height: inherit;
		padding: 115px 25px 0;
		display: block;
	}
	.flexArea h2 {
		margin-bottom: 115px;
		text-align: center;
		font-size: 1.2rem;
		color: #EFEFEF;
	}
	.comBox {
		width: auto !important;
	}
	input[type="tel"], input[type="password"], input[type="email"], input[type="text"] {
		background-color: #EFEFEF;
		height: 26px;
	}
	.comDl dd {
		margin-bottom: 20px;
	}
	.comDl {
		margin-bottom: 44px;
	}
	#gFooter .linkP {
		margin-bottom: 10px;
	}
	.submit02 a,
	.submit02 li button,
	.submit02 li input {
		width: 143px;
	}
	.submit02 {
		padding-top: 44px;
	}
	.submit02 li {
		margin: 0 4px;
	}
	.submit .comLink {
		width: auto;
	}
}

/*------------------------------------------------------------
	sign
------------------------------------------------------------*/
.signBox {
	box-sizing: border-box;
	padding: 40px 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - 70px);
}
.signBox .headLine04 {
	margin-bottom: 150px;
}
.signTxt {
	margin: 0 -40px 30px;
	font-size: 1.4rem;
	line-height: 1.57;
}
.signTxt02 {
	margin: 0 -20px 170px 0;
}
.signBox .comBox .txt {
	font-size: 1.4rem;
}
.midTxt {
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.57;
}

@media all and (max-width: 896px) {
	.signBox {
		display: block;
		padding: 75px 0 0;
		min-height: inherit;
	}
	.signBox .signH2 {
		text-align: center;
		margin-bottom: 20px;
		font-weight: 300;
		font-size: 1.2rem;
	}
	.signBox .headLine04-top {
		box-shadow: 0px 3px 6px rgba(241, 241, 241, 0.16);
	}
	#main {
		margin-bottom: 0;
		padding: 0 15px 20px;
	}
	body::before {
		width: 7px;
	}
	body::after {
		width: 7px;
	}
	.subComBox {
		padding: 40px 25px;
	}
	.signTxt {
		margin: 0 -2px 114px;
		line-height: 1.5;
	}
	.signBox .comDl {
		margin-bottom: 85px;
	}
	.signBox .comBox .txt {
		font-size: 1.1rem;
	}
	.signBox .midTxt .txtSpan {
		display: inline-block;
		text-align: left;
	}
}

/*------------------------------------------------------------
	sign02
------------------------------------------------------------*/

@media all and (max-width: 896px) {
	.signBox02 {
		padding-top: 215px;
	}
	.signBox02 .signTxt {
		margin-bottom: 85px;
	}
}

/*------------------------------------------------------------
	sign03
------------------------------------------------------------*/
.signBox03 .headLine04 {
	margin-bottom: 55px;
}
.signBox03 .midTxt {
	margin-bottom: 60px;
}
.signBox03 .comDl {
	margin-bottom: 90px;
}
@media all and (max-width: 896px) {
	.signBox03 {
		padding-top: 90px;
	}
	.signBox03 .midTxt {
		margin-bottom: 37px;
	}
	.signBox03 .comDl {
		margin-bottom: 62px;
	}
}

/*------------------------------------------------------------
	sign04.html
------------------------------------------------------------*/
.signBox04 .midTxt {
	padding: 20px 0 60px;
}

@media all and (max-width: 896px) {
	.signBox04 {
		padding-top: 195px;
	}
	.signBox04 .midTxt {
		padding-bottom: 32px;
	}
}


/*------------------------------------------------------------
	store
------------------------------------------------------------*/
.storeBox {
	max-width: 640px;
	margin: 0 auto;
}
.storeBox .jsBox {
	padding: 0 80px;
	position: relative;
}
.storeBox .jsBox .prev {
	position: absolute;
	top: 50%;
	left: 52px;
	width: 18px;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.storeBox .jsBox .next {
	position: absolute;
	top: 50%;
	right: 52px;
	width: 18px;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
}
.storeBox .headLine01 {
	margin: 0 -90px 11px;
}
.storeBox .fooUl {
	margin-bottom: 26px;
}
.storeBox .fooUl > li {
	display: none;
}
.comTable {
	margin-bottom: 30px;
	width: 100%;
	line-height: 1.57;
	border-collapse: collapse;
}
.comTable:last-child {
	margin-bottom: 0;
}
.comTable th {
	padding: 4px 10px;
	width: 21%;
	color: #D4D4D4;
	text-align: left;
	vertical-align: top;
	font-size: 1.4rem;
	font-weight: normal;
	background-color: #201C3B;
	border-bottom: 2px solid #5E5E5E;
	border-top: 2px solid #5E5E5E;
}
.comTable th small {
	font-size: 1rem;
	display: block;
}
.comTable td {
	padding: 3px 20px 3px 25px;
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
	word-break: break-all;
	border-bottom: 2px solid #5E5E5E;
	border-top: 2px solid #5E5E5E;
}
.comTable td .txtSpan02 {
	display: block;
	font-size: 1rem;
	margin-top: 3px;
}
.storeDl {
	line-height: 1.8;
}
.storeDl dt {
	float: left;
	clear: both;
}
.storeDl dd {
	padding-left: 24px;
	box-sizing: border-box;
}
.comTable .map {
	width: 448px;
	margin: 10px 0 0;
}
.comTable .map iframe {
	width: 100%;
	height: 100%;
}
.comTable a {
	text-decoration: underline;
}
.comTable .link {
	color: #5A60FF;
}
.comTable .map a {
	font-size: 1rem;
}
.storeBox h3 {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.store .headLine04 {
	max-width: 765px;
	margin: 0 auto -10px;
}
.slick-dots {
	text-align: center;
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
}
.slick-dots li {
	cursor: pointer;
	margin: 0 1px;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background-color: #CCCCCC;
}
.slick-dots li button {
	display: none;
}
.slick-dots li.slick-active {
	background-color: #fff;
}



@media all and (max-width: 896px) {
	.store {
		padding-top: 0;
	}
	.storeBox {
		max-width: inherit;
	}
	.slick-dots li {
		width: 4px;
		height: 4px;
	}
	.slick-dots {
		bottom: 3px;
	}
	.storeBox .fooUl {
		margin-bottom: 25px;
	}
	.storeBox .jsBox {
		padding: 0;
	}
	.storeBox .jsBox .prev {
		left: 5px;
	}
	.storeBox .jsBox .next {
		right: 5px;
	}
	.comTable tr:first-child th {
		border-top: 1px solid #5E5E5E;
	}
	.comTable tr:last-child td {
		border-bottom: 1px solid #5E5E5E;
	}
	.comTable th {
		padding: 4px 9px 5px;
		float: left;
		font-size: 1.2rem;
		width: 100%;
		box-sizing: border-box;
		border: none;
		border-left: 1px solid #5E5E5E;
		border-right: 1px solid #5E5E5E;
	}
	.comTable td {
		padding: 4px 5px 9px 8px;
		float: left;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.57;
		border: none;
		border-left: 1px solid #5E5E5E;
		border-right: 1px solid #5E5E5E;
	}
	.comTable .map {
		margin-top: 5px;
		width: 200px;
	}
	.comTable th small {
		display: inline-block;
	}

}

/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	max-width: 349px;
	margin: 0 auto;
	padding: 20px 20px 15px;
	color: #333333;
	box-sizing: border-box;
	background-color: #EFEFEF;
}
.popBox .popTtl {
	margin-bottom: 10px;
	text-align: center;
	font-size: 1.4rem;
}
.popBox .popTtl02 {
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popBox .popTtl02 .redSpan {
	display: block;
	font-size: 1.1rem;
	color: #E54040;
	margin-top: 5px;
}
.popDl {
	max-width: 264px;
	margin: 0 auto 22px;
	border: 1px solid #C4C4C4;
}
.popDl dt {
	padding: 5px 10px 7px;
	font-size: 1.2rem;
	color: #5E5E5E;
}
.popDl dd {
	padding: 5px 10px 12px;
	font-size: 1.4rem;
	color: #333333;
}
.popUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.popUl li {
	width: 115px;
	margin: 0 7px;
}
.popUl .liStyle button,
.popUl .liStyle a {
	color: #E54040;
	border-color: #E54040;
}
.popUl li button,
.popUl li a {
	min-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	font-size: 1.4rem;
	color: #333333;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #666666;
}
.popUl li a:hover {
	opacity: 0.7;
}
.popUl li button {
	cursor: pointer;
	width: 100%;
	padding: 0;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.finishBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1005;
	min-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EFEFEF;
}
.finishBox p {
	font-size: 1.4rem;
	color: #333333;
}
.finishBox p a {
	color: #333333;
	text-decoration: underline;
}
.finishBox .close {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.finishBox .close a {
	font-size: 1.0rem;
	color: #333333;
}
.finishBox .close a:hover {
	opacity: 0.7;
}
.popBox02 {
	max-width: 548px;
	padding-left: 46px;
	padding-right: 46px;
	padding-bottom: 30px;
}
.popBox02 .popTtl {
	margin-bottom: 32px;
}
.popBox .comTable th {
	color: #5E5E5E;
	padding-right: 4px;
	padding-top: 5px;
	width: 27%;
	background-color: #DDDDDD;
	border-color: #C4C4C4 !important;
}
.popBox .comTable td {
	padding-left: 15px;
	border-color: #C4C4C4 !important;
}
.popBox02 .comTable {
	margin-bottom: 60px;
}
.popBox02 .close {
	margin: -5px -25px -18px;
}
.popBox02 .close a {
	color: #5E5E5E;
	font-size: 1.2rem;
}
.popDl02 {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	max-width: inherit;
	border: none;
	border-top: 1px solid #C4C4C4;
}
.popDl02 dt {
	padding: 6px 0 5px 10px;
	width: 97px;
	display: flex;
	/* align-items: center; */
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.popDl03 dt {
	background-color: #DDDDDD;
}
.popDl02 dd {
	padding: 6px 5px 5px 15px;
	display: flex;
	align-items: center;
	width: calc(100% - 97px);
	box-sizing: border-box;
	border-bottom: 1px solid #C4C4C4;
}
.mfp-close {
	display: none !important;
}
.popLink {
	text-align: center;
}
.popLink a {
	font-size: 1.1rem;
	color: #E54040;
	text-decoration: underline;
}
.popLink a:hover {
	opacity: 0.7;
}


@media all and (max-width: 896px) {
	.popBox {
		/* margin: 0 8px; */
	}
	.popBox02 {
		/* margin: 0 25px; */
		padding: 20px 30px;
	}
	.popBox02 .close a {
		font-size: 1rem;
	}
	.popBox02 .popTtl {
		margin-bottom: 10px;
	}
	.popLink a {
		font-size: 1.2rem;
	}
	.popBox .comTable th {
		width: 100%;
	}
	.popBox02 .comTable {
		margin-bottom: 30px;
	}
	.popDl02 {
		margin-bottom: 10px;
		display: block;
		border: 1px solid #C4C4C4;
	}
	.popDl03 {
		margin-bottom: 40px;
	}
	.popDl02 dt {
		padding-top: 7px;
		padding-bottom: 7px;
		border: none;
		width: auto;
		display: block;
		background-color: #DDDDDD;
	}
	.popDl02 dd {
		padding-top: 7px;
		padding-bottom: 7px;
		display: block;
		width: auto;
		border: none;
	}
	.popBox02 .close {
		margin: -10px -15px 5px;
	}
	.reserve .comDl dd .wid01 {
		height: 30px;
	}
}

/*------------------------------------------------------------
	reservation_table/receipt/application/index.html
------------------------------------------------------------*/
.receipt .headLine01 {
	position: relative;
	margin-bottom: 15px;
}
.midTxt02 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
}
.receipt .comTable th {
	width: 23%;
}
.receipt .comTable td {
	padding-left: 15px;
}
.receipt .comTable td input[type="file"] {
	margin-bottom: 5px;
}
.receipt .comTable .wid01 {
	width: 121px;
	height: 28px;
	margin-right: 5px;
	background-color: #EFEFEF;
}
.receipt .comTable {
	margin-bottom: 10px;
}
.comLinkUl {
	padding-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.comLinkUl li {
	margin: 0 15px;
}

@media all and (max-width: 896px) {
	.receipt .content .headLine04 {
		margin-bottom: 13px;
	}
	.midTxt02 {
		margin-bottom: 21px;
	}
	.receipt .comTable {
		margin-bottom: 20px;
	}
	.receipt .comTable th {
		width: 100%;
	}
	.receipt .comTable .photo02 {
		width: 155px;
	}
	.comLinkUl {
		padding-top: 0px;
	}
	.comLinkUl li {
		margin: 0 5px;
	}
	.comLinkUl .comLink {
		width: 143px;
	}
	.receipt .comTable td {
		padding-left: 10px;
	}
}


/*------------------------------------------------------------
	account
------------------------------------------------------------*/
.account .content {
	max-width: 640px;
}
.account .headLine04 {
	margin-bottom: 15px;
}
.account h3 {
	margin-bottom: 9px;
	padding-left: 5px;
	font-size: 1.6rem;
	line-height: 1.1;
	display: flex;
	justify-content: space-between;
	border-left: 1px solid #C9BE24;
}
.account .comTable th {
	width: 23.3%;
	vertical-align: middle;
}
.account .comTable td {
	padding-left: 15px;
	padding-right: 5px;
	vertical-align: middle;
}
.account .comTable td a {
	font-size: 1rem;
	font-weight: 300;
}
.account .comTable td .txtSpan {
	display: block;
	font-size: 1.1rem;
}

@media all and (max-width: 896px) {
	.logoLink {
		margin: 2px 0 0 0;
		padding-left: 0 !important;
		background: none !important;
	}
	.account {
		padding-top: 6px;
	}
	.account h3 .comLink03 {
		margin-top: -5px;
		width: 74px;
	}
	.account .comTable th {
		width: 100%;
	}
	.account .comTable {
		margin-bottom: 15px;
	}
	.account .content {
		max-width: inherit;
	}
	.account .comTable td {
		padding-left: 10px;
	}
}

/*------------------------------------------------------------
	account/changing_password/index.html
------------------------------------------------------------*/
.changing_password .headLine01 {
	margin-bottom: 5px;
}
.changing_password .headLine04 {
	margin-bottom: 65px;
}
.changing_password_box {
	max-width: 413px;
	margin: 0 auto;
}
.changing_password .midTxt {
	margin-bottom: 55px;
}

@media all and (max-width: 896px) {
	.changing_password {
		padding-top: 37px;
	}
	.changing_password .midTxt {
		margin-bottom: 24px;
	}
	.changing_password_box {
		max-width: inherit;
		margin: 0 24px;
	}
	.changing_password .comDl{
		margin-bottom: 100px;
	}
}


/*------------------------------------------------------------
	reservation_table/receipt/index.html
------------------------------------------------------------*/
.reservation_table .content {
	max-width: 740px;
}
.reservationBox {
	margin-top: -5px;
}
.reservationBox .icoBox {
	margin-bottom: 5px;
	display: flex;
	justify-content: flex-end;
}
.reservationBox .icoBox .next {
	margin-left: 5px;
}
.reservationBox .icoBox div:hover {
	opacity: 0.7;
}
.reservationBox .list {
	max-width: 890px;
	margin: 0 auto 8px;
	display: flex;
}
.reservationBox .list li {
	box-sizing: border-box;
}
.reservationBox .list .li01 {
	width: 20%;
	padding-left: 28px;
}
.reservationBox .list .li02 {
	width: 17%;
	padding-left: 8px;
}
.reservationBox .list .li07 {
	width: 8%;
	padding-left: 8px;
}
.reservationBox .list .li03 {
	width: 14%;
	padding-left: 7px;
}
.reservationBox .list .li04 {
	width: 14%;
	padding-left: 8px;
}
.reservationBox .list .li05 {
	width: 18%;
	padding-left: 7px;
}
.reservationBox .list .li06 {
	width: 9%;
	padding-left: 7px;
}
.reservationBox .tableBox {
	margin-right: 10px;
	padding: 0 20px;
	background-color: #201C3B;
}
.reservationBox table {
	width: 100%;
	border-collapse: collapse;
}
.reservationBox table td {
	text-align: left;
	padding: 4px 0;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	vertical-align: middle;
	color: #F8F8F8;
	font-size: 1.4rem;
}
.reservationBox table tr:first-child td {
	border-top: none;
}
.reservationBox table td img {
	vertical-align: middle;
	margin-right: 5px;
}
.reservationBox table td .txtSpan {
	margin-left: 5px;
}
.reservationBox table td a {
	color: #F8F8F8;
	text-decoration: underline;
}

.reservationBox table td .link {
	margin-left:10px;
	flex-shrink: 0;
	width: 48px;
	min-height: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 1px;
	background-color: white;
	font-size: 1.1rem;
	color: #666666;
	text-decoration: none;
}
.reservationBox table td .link:hover {
	opacity: 0.7;
}
.reservationBox table td .sub {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.reservationBox table td .sub p {
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
.reservationBox table .wid01 {
	width: 19.5%;
}
.reservationBox table .wid02 {
	width: 17.5%;
}
.reservationBox table .wid07 {
	width: 9%;
}
.reservationBox table .wid03 {
	width: 14%;
}
.reservationBox table .wid04 {
	width: 15%;
}
.reservationBox table .wid05 {
	width: 19%;
}
.reservationBox table .wid06 {
	width: 6%;
}
.reservationBox table .td03 {
	padding-left: 2px;
}
.reservationBox table .td04 {
	padding-left: 19px;
}
.reservationBox table .td06 {
	text-align: right;
}
.reservationBox table .td07 {
	padding-left: 7px;
}
.reservationBox table td:first-child {
	padding-left: 7px;
}
.reservation_table .spTr {
	display: none;
}


@media all and (max-width: 896px) {
	.reservationBox {
		margin: 0;
		padding-top: 3px;
	}
	.spBox {
		overflow-x: scroll;
	}
	.spBox .subSpBox {
		width: 100%;
		min-width: 927px;
	}
	.reservation_table02 .reservationBox .list {
		display: none;
	}
	.reservation_table02 .reservationBox .tableBox {
		margin-right: 0;
		background-color: transparent;
		padding: 0 11px;
	}
	.reservation_table02 table,
	.reservation_table02 tbody {
		display: block;
	}
	.reservation_table02 table tr {
		margin-bottom: 30px;
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #5E5E5E;
	}
	.reservation_table02 .reservationBox table td {
		width: 50%;
		min-height: 20px;
		box-sizing: border-box;
		padding: 2px 15px 3px;
		line-height: 1.57;
		border: none;
	}
	.reservation_table02 .reservationBox table .td01 {
		width: 100%;
	}
	.reservation_table02 .reservationBox table .td02 {
		padding-top: 0;
	}
	.reservation_table02 .reservationBox table td .sub {
		padding-left: 0;
		justify-content: flex-start;
	}
	.reservation_table02 .reservationBox table td::before {
		margin: 5px -15px 5px;
		padding: 6px 15px 5px;
		display: block;
		background: #201C3B;
		font-size: 1.2rem;
		color: #CECECE;
	}
	.reservation_table02 .reservationBox table td .link {
		margin-left: 5px;
	}
	.reservation_table02 .reservationBox table td .link:first-child {
		margin-left: 0;
	}
	.reservation_table02 .reservationBox table .td01::after {
		margin-left: 5px;
		display: inline-block;
		content: '予約';
	}
	.reservation_table02 .reservationBox table .td03::before {
		content: '支払金額';
	}
	.reservation_table02 .reservationBox table .td04::before {
		content: '還元ポイント';
	}
	.reservation_table02 .reservationBox table .td05::before {
		content: '利用内容確認承認';
	}
	.reservation_table02 .reservationBox table .td06::before {
		content: '予約詳細';
	}
	.reservation_table02 .reservationBox table .td07::before {
		content: '予約人数';
	}
	.reservation_table02 .reservationBox table .td02::before {
		content: '予約者';
	}
	.reservation_table02 .reservationBox table .td03 {
		order: 6;
	}
	.reservation_table02 .reservationBox table .td04 {
		order: 7;
	}
	.reservation_table02 .reservationBox table .td05 {
		order: 4;
	}
	.reservation_table02 .reservationBox table .td06 {
		order: 3;
		text-align: left;
	}
	.reservationBox table td .sub p {
		flex: inherit;
	}
	.reservation_table02 .reservationBox table td:first-child {
		border-top: 1px solid #707070;
	}
	.reservation_table02 .reservationBox table td:last-child {
		border-bottom: none;
	}
	.reservation_table02 .reservationBox table tr:first-child .td06 {
		width: 50%;
		border: none;
	}
	.reservationBox .icoBox {
		margin-right: 10px;
	}

}




@media all and (min-width: 897px) {
	.popUl li button:hover {
		opacity: 0.7;
	}
	.finishBox p a:hover {
		text-decoration: none;
	}
	.comTable a:hover {
		text-decoration: none;
	}
	#login #gHeader {
		position: relative;
		padding: 95px 0 20px;
		box-shadow: none;
		background-color: transparent;
	}
	#gFooter .linkP a:hover {
		text-decoration: none;
	}
	.submit li button:hover,
	.submit li input:hover {
		opacity: 0.7;
	}
	.comDl dd a:hover {
		text-decoration: none;
	}
	.receipt .headLine04 a {
		left: -55px;
	}
	.changing_password .headLine04 a {
		left: -55px;
	}
	.storeBox .jsBox .slick-arrow:hover {
		opacity: .7;
	}
	.reservationBox table td a:hover {
		text-decoration: none;
	}
}

@media all and (max-width: 374px) {
	input[type="date"] {
		margin-right: 10px;
		width: 135px;
	}
	.submit02 a,
	.submit02 li button,
	.submit02 li input {
		width: 125px;
	}
	.reservationBox table td {
		font-size: 1.2rem;
	}
	.reservation_table .reservationBox table td .sub {
		margin-right: -20px;
	}
	.radioUl {
		margin-left: 0;
		margin-right: 0;
	}
	.subComBox {
		padding-left: 15px;
		padding-right: 15px;
	}
	.popUl li {
		width: 110px;
	}
}


/* @media all and (max-height: 400px) {
	#login #container {
		display: block;
		position: relative;
	}
} */


/*------------------------------------------------------------
	seat_table
------------------------------------------------------------*/
.seat_table {
	margin-top: -5px;
}
.seat_table .content {
	max-width: 784px;
}
.seat_table .headLine01 {
	margin: 4px -20px 16px;
}
.seat_table .h3Ttl {
	margin: 0 10px 10px;
	font-size: 1.4rem;
	color: #D4D4D4;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.seat_table .h3Ttl .time {
	margin: 0 auto 0 10px;
}
.seat_table .h3Ttl span {
	font-size: 1rem;
}
.seat_table .h3Ttl .unit {
	font-size: 1.2rem;
}
.seatList {
	margin-bottom: 21px;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
}
.seatList li {
	display: flex;
	align-items: stretch;
	font-size: 1.4rem;
}
.seatList .ttl {
	margin-right: 9px;
	width: 127px;
	padding: 10px 10px;
	display: flex;
	color: #D4D4D4;
	align-items: center;
	background: #201c3b;
	box-sizing: border-box;
}
.seatList .sub {
	display: flex;
	align-items: center;
}
.seatList input {
	margin: 3px 5px 3px 0;
	width: 121px;
	height: 26px;
	font-size: 1.4rem;
	box-sizing: border-box;
}
.seatList.colum3 .ttl {
	margin-right: 5px;
	padding: 5px 10px;
	width: 112px;
}
@media all and (min-width: 897px) {
	.seatList.colum3 {
		columns: 3;
		column-fill: balance;
	}
}
@media all and (max-width: 896px) {
	.seat_table {
		margin-top: 0;
		padding-top: 3px;
	}
	.seat_table .headLine01 {
	}
	.seat_table .h3Ttl {
		margin: 0;
		padding: 5px 10px;
		font-size: 1.2rem;
		border: 1px solid #5e5e5e;
		border-bottom: none;
		background: #201c3b;
	}
	.seat_table .h3Ttl .time {
		margin: 0 0 0 auto;
	}
	.seatList {
		margin-bottom: 10px;
		border: 1px solid #5e5e5e;
		border-top: none;
	}
	.seatList .sub {
		padding: 5px 10px 6px;
	}
	.icoBox {
		margin-bottom: 5px;
		display: flex;
		justify-content: flex-end;
	}
	.icoBox .next {
		margin-left: 5px;
	}
	.seatList.colum3 {
		padding: 5px 0;
	}
	.seatList.colum3 input {
		width: 65px;
	}
	.seatList.colum3 .ttl {
		padding: 1px 10px;
		display: flex;
		align-items: center;
		background: transparent;
	}
	.seatList.colum3 .sub {
		padding: 0 10px;
	}
	.seatList.colum3 .sub::after {
		display: inline-block;
		content: '席';
		vertical-align: middle;
	}
}
/*------------------------------------------------------------
	store/edit
------------------------------------------------------------*/
.store_edit .content {
	max-width: 636px;
}
.store_edit .comDl {
	margin-bottom: 0;
}
.store_edit .comDl > dt {
	margin-left: 0;
	font-size: 1.2rem;
}
.store_edit .comDl dt .note {
	margin-top: 3px;
	display: block;
	font-size: 1rem;
}
.store_edit input[type="date"],
.store_edit input[type="tel"],
.store_edit input[type="password"],
.store_edit input[type="email"],
.store_edit input[type="text"],
.store_edit input[type="time"] {
	height: 26px;
}
.store_edit select {
	margin-left: 10px;
	height: 26px;
	width: 148px;
}
.store_edit input[type="file"] {
	height: 25px;
}
.store_edit input.wid01 {
	margin: 0 8px;
	padding: 0 5px;
	width: auto;
	min-width: 60px;
	vertical-align: top;
}
.store_edit input.wid02 {
	width: 100px;
}
.store_edit input.wid04 {
	width: 78px;
}
.store_edit input.wid01:first-child,
.store_edit select:first-child {
	margin-left: 0;
}
.store_edit .photoList {
	margin-bottom: 10px;
	display: flex;
}
.store_edit .photoList li {
	margin-right: 10px;
	width: 120px;
}
.store_edit textarea {
	height: 160px;
}
.store_edit .storeDl {
	margin-top: 10px;
}
.store_edit .storeDl dd {
	margin-bottom: 10px;
}
.store_edit .storeDl dd span {
	vertical-align: 0;
	display: inline-block;
}
.store_edit .storeDl dt {
	margin: 0;
}
.store_edit .storeDl .addBtn {
	padding: 1px 2px;
	margin-left: 15px;
	display: inline-block;
	width: 88px;
	font-weight: 300;
	font-size: 1rem;
	text-align: center;
	color: #efefef;
	text-decoration: none;
	border-radius: 1px;
	background: #395a4c;
	border: 1px solid #111;
	box-sizing: border-box;
}
.store_edit .storeDl .addBtn:hover {
	opacity: 0.7;
}
.store_edit .checkList {
	margin: 8px 0 8px;
	display: flex;
}
.store_edit .checkList li {
	margin: 0 9px 0 10px;
}
.store_edit input[type="checkbox"] {
	display: none;
}
.store_edit input[type="checkbox"] ~ span {
	padding-left: 18px;
	display: inline-block;
	cursor: pointer;
	background: url("/assets/merchant-image/common/check_bg01.png") no-repeat left center / 16px;
}
.store_edit input[type="checkbox"]:checked ~ span {
	background-image:  url("/assets/merchant-image/common/check_bg02.png");
}
.store_edit .inputList {
	margin: 17px 0 6px;
	display: flex;
}
.store_edit .inputList li {
	margin-right: 20px;
	font-size: 1.2rem;
}
.store_edit .inputList li .txtSpan {
	font-size: 1.4rem;
	color: #ECECEC;
}
.store_edit .inputList input {
	margin-right: 5px;
}
.store_edit .inputList .ttl {
	margin-bottom: 5px;
	display: block;
}
.store_edit .map {
	width: 448px;
}
.store_edit .rateDl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.store_edit .rateDl dt {
	display: flex;
	align-items: center;
	margin-left: 0;
	width: 100px;
}
.store_edit .rateDl dd {
	margin-bottom: 8px;
	width: calc(100% - 110px);
}
.store_edit .rateDl dd input {
	margin-right: 5px;
	width: 50px;
}
.store_edit .rateDl dd:last-child {
	margin-bottom: 0;
}
.store_edit .submit02 {
	padding-top: 20px;
}
@media all and (max-width: 896px) {
	.store_edit .comDl > dd {
		margin-bottom: 16px;
	}
	.store_edit .photoList {
		margin-bottom: 0;
	}
	.store_edit .photoList li {
		margin: 0 9px 10px 0;
		width: calc((100% - 18px)/3);
	}
	.store_edit .photoList li:nth-child(3n) {
		margin-right: 0;
	}
	.store_edit textarea {
		height: 272px;
	}
	.store_edit input.wid02 {
		width: 90px;
	}
	.store_edit .wid03 {
		width: 111px;
	}
	.store_edit .map {
		width: auto;
	}
	.store_edit .map img {
		width: 100%;
	}
}
@media all and (max-width: 410px){
	.store_edit .storeDl .addBtn {
		margin-left: 0;
		width: 80px;
	}
}
@media all and (max-width: 374px) {
	.store_edit .checkList li {
		margin: 0 4px 0 5px;
	}
	.store_edit input.wid01 {
		margin: 0 8px;
		padding: 0 5px;
		width: auto;
		min-width: 60px;
		vertical-align: top;
	}
}
@media all and (min-width: 897px) and (max-width: 1050px) {
	.headLine01 {
		max-width: 730px;
	}
	.backLink {
		left: -55px;
	}
}
