@charset "UTF-8";

/* SHOP INFO Start */
#infoadmin input[type="checkbox"] {
	vertical-align: middle;
}
#buttonlist {
	width: 95%;
	max-width: 980px;
	margin: 15px auto;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
}
#buttonlist input[type="submit"], #buttonlist input[type="button"] {
	width: 46%;
	text-align: center !important;
	border: 1px solid #D5D5D5;
	margin: 15px 2% 0 2%;
	padding: 8px 10px;
	display: block;
}
.inforeserve {
	color: #f00;
	margin: 0 0 0 5px;
}
/* SHOP INFO End */

/* ホスト詳細 Start */
#hostrank {
	width: 980px;
	margin: 0 auto 15px auto;
	border: none;
	border-collapse: collapse;
	padding: 0;
}
#hostrank th {
	font-weight: normal;
	text-align: left;
	color: #000;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
	padding: 3px 5px;
}
#hostrank td {
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
}
#nowrankno {
	width: 50px;
	color: #444757;
	margin: 4px 0 0 10px;
	float: left;
}
.nowrank a {
	width: 150px;
	text-align: center !important;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	padding: 4px 10px;
	display: block;
	float: left;
}
.rankset a {
	width: 50px;
	text-align: center !important;
	background-color: #EFEFEF;
	border: 1px solid #D5D5D5;
	margin: 0 10px 0 0;
	padding: 4px 10px;
	display: block;
	float: left;
}
.nowrank a:hover, .rankset a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #858585;
}
/* ホスト詳細 End */

/* ホスト詳細 Start */
#mainhostform table th {
	color: #000;
	padding: 3px 5px;
	background-color: #F3F4F4;
	border: 1px solid #CCCCCC;
}
#mainhostform table td {
	padding: 10px;
}
#mainhostform table td input[type="submit"] {
	margin: 10px 0 0 0;
	padding: 4px 0;
}
/* ホスト詳細 End */

/* 画像一覧 Start */
.imgweight {
	margin: 0 0 5px 0;
}
.imgmargin {
	margin: 5px 0;
}
/* 画像一覧 End */

/* バナー Start */
#adminbanner {
	width: 89px;
	height: 518px;
	position: fixed;
	top: 150px;
	left: 0;
	overflow: hidden;
}
#bnrminus {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 28px;
	cursor: pointer;
	display: block;
	z-index: 10;
}
#bnropen {
	width: 89px;
	height: 503px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 5;
}
#bnrplus {
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	left: 2px;
	cursor: pointer;
	display: block;
	z-index: 10;
	display: none;
}
#bnrclose {
	width: 44px;
	height: 503px;
	position: absolute;
	top: 15px;
	left: 0;
	z-index: 5;
	display: none;
}
/* バナー End */

/* オークション Start */
form.agreement {
	text-align: center;
}
#agreement_scroll {
	width: 700px;
	height: 300px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}
#agreebtn {
	margin: 20px 0 0 0;
}
#agreementtext {
	margin: 10px 0 0 0;
}

#auctiontab {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
#auctiontab li {
	width: 30%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #F5F5F5;
	margin: 0 1%;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	float: left;
}
#auctiontab li:first-child {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}
#openlisttab, #closelisttab {
}
#auctionframe {
	width: 98%;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: -1px auto 0 auto;
	padding: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#auctionframe table {
	width: 98%;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
}
#auctionframe table tr th, #auctionframe table tr td {
	font-size: 11px;
	border: 1px solid #bdbdbd;
}
#auctionframe table td a {
	width: 100px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	background-color: #858585;
	border: 1px solid #d5d5d5;
	margin: 0 auto;
	display: block;
}
#auctionframe table td .tenicon {
	max-width: 45px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	margin: 0 auto;
	display: block;
}
#auctionframe table td .comp {
	color: #fff;
	background-color: #FF6347;
	border: 1px solid #d5d5d5;
}
#auctionframe table td .unten {
	color: #000;
	background-color: #ddd;
	border: 1px solid #d5d5d5;
}
#auctionframe table tr.cutline td {
	height: 15px;
	background-color: #858585;
}
#auctionframe .listline {
	background-color: #f0f0f0;
}
.disp_condition {
	width: 98%;
	font-size: 11px;
	margin: 0 auto 10px auto;
}
#watchlist, #startlist {
}
#openlist, #closelist, #reservlist, #alllist {
	display: none;
}
#alllist {
	overflow: hidden;
}
#btnframe {

}
.tabnodata {
	width: 80%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	padding: 30px 0;
	border: 5px solid #C4C4C4;
}

#pagelisttb {
	width: 630px;
	margin: 0 0 0 10px;
	float: left;
}
#pagelisttb table {
	width: 630px;
}
#pagelisttb table td {
	padding: 0 10px;
}
#pagelisttb table td.bnrlink {
	padding: 0;
}
#pagelisttb table td a {
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #999;
	padding: 5px 0;
	display: block;
}
#bnrsample {
	width: 320px;
	margin: 0 10px 0 0;
	position: relative;
	float: right;
}
#bnrsample_pop {
	width: 320px;
	margin: 0;
	position: relative;
}
#spbnr {
}
#notope {
	width: 320px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
}

.numtd {
	text-align: right;
}
.btntd {
	text-align: center;
}

#auction_success, #auction_same, #auction_failure {
	width: 95%;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin: 20px auto 0 auto;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#auction_success {
	background-color: #ef5c5a;
}
#auction_same {
	background-color: #66cdaa;
}
#auction_failure {
	background-color: #666;
}
.lot_icon {
	color: #fff;
	background-color: #f00;
	margin: 0 0 0 10px;
	padding: 2px 10px;
}

.prettyPopin .prettyContent .prettyContent-container {
	padding: 0 !important;
}

input[type="text"].i_money {
	width: 80px;
	height: 23px;
	text-align: right;
	margin: 0;
	padding: 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: right;
}
input[type="button"].tender, input[type="button"].delten, input[type="button"].watchdel, input[type="button"].tendel {
	width: 50px;
	height: 25px;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type="button"].tender {
	margin: 0 0 0 10px;
	float: right;
}
input[type="button"].delten, input[type="button"].watchdel, input[type="button"].tendel {
	margin: 0 auto;
}
input[type="button"]#addwatchbtn {
	width: 200px;
	margin: 0 0 15px 16px;
}

#tenderconf {
	counter-reset: agreeno;
}
#tenderconf label input[type="checkbox"] {
	vertical-align: bottom;
	margin: 0 10px 1px 55px;
}
#tenderconf label {
	width: 250px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	cursor: pointer;
	display: block;
}
#tenderconf input[type="button"] {
	margin: 0 auto;
	display: block;
}
#tenderform #tendertb th {
	width: 150px;
}
#tenderform #tendertb td {
	padding: 10px;
}
#tenderform #tendertb td input[type="text"].i_money {
	width: 85%;
	height: 26px;
	font-size: 12px;
	float: none;
}
#tenderform #tendertb td input[type="button"].tender {
	width: 100px;
	height: 30px;
	margin: 10px 0 0 0;
	float: none;
}
#agreetext {
	width: 95%;
	height: 250px;
	border: 2px solid #ccc;
	margin: 20px auto;
	padding: 10px;
	overflow-y: scroll;
}
.agreetitle {
	font-size: 13px;
	font-weight: bold;
}
#agreelist {
	margin: 20px auto;
}
#agreelist > li {
	line-height: 18px;
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	position: relative;
	counter-increment: agreeno;
}
#agreelist > li::before {
	width: 12px;
	height: 12px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	margin-top: -8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	content: counter(agreeno) "、";
}
.subagree {
	margin: 15px 0 0 0;
	counter-reset: subno;
}
.subagree li {
	line-height: 18px;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	position: relative;
	counter-increment: subno;
}
.subagree li::before {
	width: 12px;
	height: 12px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 18px;
	margin-top: -8px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	content:  "（"counter(subno) "）";
}
#tenderinfo .tenline {
	background-color: #eee;
}
/* オークション End */

/* 支払い Start */
.search_tb {
	width: 98%;
	margin: 30px auto 15px auto;
}
.search_tb tr td select#start_year,
.search_tb tr td select#end_year {
	width: 60px;
	padding: 0 5px;
}
.search_tb tr td select#start_month,
.search_tb tr td select#start_day,
.search_tb tr td select#end_month,
.search_tb tr td select#end_day {
	width: 40px;
	padding: 0 5px;
}
.search_btn {
	text-align: center;
	margin-bottom: 30px;
}
.payment_sum, .payment_list {
	margin-top: 30px;
}
/* 支払い End */

/* 認証コード Start */
.sub_title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.visit_code_list {
	width: 90%;
	margin-top: 50px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.visit_code_list li {
	width: 14%;
	font-size: 24px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
}
#visit_code_update {
	width: 100px;
	height: 100px;
	text-align: center;
	margin-inline: auto;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 50%;
	position: relative;
}
#visit_code_update svg {
	width: 60%;
	fill: #eb8ca2;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	rotate: 90deg;
}
#visit_code_update.button_disabled {
	background-color: #ccc;
}
#visit_code_update.button_disabled svg {
	fill: #eee;
}
.onetime_pass_text {
	text-align: center;
	padding-top: 30px;
}
.onetime_pass_use_important {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff5550;
	padding-top: 30px;
	padding-bottom: 100px;
}
/* 認証コード End */

/* ワンタイムパスワード Start */
.progressCircle {
	width: 36%;
	margin-top: 30px;
	margin-inline: auto;
	padding-top: 50%;
	position: relative;
	display: block;
}
.progressCircle svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	display: block;
}
.progressCircle .base {
	fill: #eb8ca2;
}
.progressCircle .circle {
	fill: #eb8ca2;
	stroke-width: 50;
	stroke-dasharray: 0, 157;
	position: relative;
}
.progressCircle .seconds {
	font-size: 50px;
	font-weight: bold;
	color:#eb8ca2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.progressCircle .pie {
	stroke: #ddd;
}
.progressCircle .front{
	fill: #f0f0f0;
}
/* ワンタイムパスワード End */

/* 姫パスポート Start */
.qr_code_button {
	width: 80%;
	margin: 80px auto 0 auto;
	display: flex;
	justify-content: center;
	gap: 10%;
}

.shop_open_active {
	width: 90%;
	margin-top: 15px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
.shop_open_active li {
	width: 48%;
}
.shop_open_active li .open_time_text {
	font-size: 13px;
	text-align: center;
	margin-top: 5px;
}

.shop_holiday_list {
	width: 90%;
	margin-top: 15px;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop_holiday_list .holiday_title {
	width: 80px;
}

.shop_holiday_list .holiday_scroll {
	width: calc(100% - 80px);
	overflow-x: scroll;
}
.shop_holiday_list .holiday_scroll ul {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.shop_holiday_list .holiday_scroll ul li {
	white-space: nowrap;
	background-color: #fff;
	border-radius: 30px;
	padding: 5px 8px;
}

.visit_code_check_text {
	font-size: 14px;
	text-align: center;
	color: #eb8ca2;
	padding-bottom: 30px;
}
.visit_code_view {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #222;
	background-color: #fff;
	border-radius: 100px;
	margin: 50px auto 0 auto;
	padding: 15px;
}
.vacant_seat_view {
	font-size: 13px;
	text-align: center;
	color: #222;
	background-color: #fff;
	border-radius: 100px;
	margin: 0 auto;
	padding: 5px;
}
.visit_code_view {
	width: 80%;
}
.visit_code_check {
	margin-bottom: 30px;
}
.visit_code_link {
	width: 80%;
}
.visit_code_link li a {
	width: 60%;
	padding: 15px 0;
	margin-inline: auto;
	border: none;
	background-color: #fff;
}
#visit_code_form,
#visit_code_delete_form {
	width: 80%;
	margin: 0 auto;
}
#visit_code_form #inputform ul li.btn_list {
	margin-top: 50px;
}

#inputform.vacant_seat_status ul {
	width: 80%;
	margin-inline: auto;
}
.vacant_seat_link li a {
	width: 60%;
	padding: 15px 0;
	margin-inline: auto;
	border: none;
	background-color: #fff;
}
#first_fee_form #inputform ul,
#vacant_seat_form #inputform ul {
	width: 80%;
}
.vacant_seat_open,
#vacant_seat_form .radio_toggle .on {
    color: #fff;
    background-color: #eb8ca2;
}
.vacant_seat_close,
#vacant_seat_form .radio_toggle .off {
	color: #fff;
	background-color: #bdbdbd;
}
#first_fee_form #inputform ul li:nth-child(even) select,
#vacant_seat_form #inputform ul li:nth-child(even) select,
#vacant_seat_form #inputform ul li.btn_list input[type="submit"],
#vacant_seat_form #inputform ul li.btn_list input[type="button"] {
	border-radius: 50px;
}

#inputform .search_item_line {
	width: 80%;
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
#inputform .search_item_line li:nth-child(even) {
	margin: 0;
}
#inputform .search_item_line li .search_title {
	margin-top: 0;
}
#inputform .search_item_line li .serch_day_box {
	width: 100%;
}
#inputform .search_btn_box {
	text-align: center;
	padding-top: 30px;
}

.form_search_button_icon:before,
.form_search_button_icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
}
.form_search_button_icon:before {
    width: 13px;
    height: 13px;
    margin: -12px 0 0 -12px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.form_search_button_icon:after {
	width: 3px;
	height: 8px;
	margin: 3px 0 0 4px;
	background: #fff;
	border-radius: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.list_scroll_title {
	width: 70%;
	margin-left: 5%;
	margin-bottom: 5px;
	position: relative;
}
.list_scroll_title span {
	background-color: #f0f0f0;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	z-index: 5;
}
.list_scroll_title::before {
	width: 100%;
	height: 1px;
	background-color: #888;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	translate: 0 -50%;
	z-index: 1;
}
.list_scroll_title::after {
	width: 8px;
	height: 8px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	content: '';
	transform-origin: center;
	rotate: 45deg;
	position: absolute;
	top: 50%;
	right: 1px;
	translate: 0 -50%;
	z-index: 5;
}
.list_scroll {
	width: 90%;
	margin-inline: auto;
	overflow-x: scroll;
}
.visit_member_list {
	width: 90%;
}
.visit_member_total,
.coupon_list {
	width: 90%;
}
.visit_member_list tr td.visit_one_over {
	color: #f00;
}
.visit_member_list tr td.small_box {
	text-align: center;
}
.visit_member_total tr th {
	width: 80px;
	white-space: nowrap;
}
.visit_member_total tr td {
	text-align: right;
}
.visit_member_total tr td,
.visit_member_list tr td,
.coupon_list tr td {
	background-color: #fff;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.visit_member_list tr th,
.visit_member_list tr td {
	white-space: nowrap;
}
.visit_member_list tr td:last-of-type,
.coupon_list tr td:last-of-type {
	border-right: 1px solid #fff;
}

/* 来店口コミ */
.detail_kutikomi {
	display: none;
}
.detail_kutikomi.active {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.detail_kutikomi_box {
	width: 90%;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}
.detail_kutikomi_scroll {
	font-size: 14px;
	line-height: 1.8;
	max-height: 80vh;
	white-space: normal;
	overflow-y: scroll;
}
.detail_kutikomi_scroll table {
	width: 100%;
}
.detail_kutikomi_scroll table th,
.detail_kutikomi_scroll table td {
	font-size: 12px;
	border: 1px solid #fff;
}
.detail_kutikomi_scroll table th {
	width: 30px;
	background-color: #f0f0f0;
}
.detail_kutikomi_text {
	padding-top: 10px;
}
.close_icon {
    width: 3px;
    height: 20px;
	background: #fff;
    margin: 0 20px 0 7px;
    padding: 0;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
	top: -36px;
	right: 0;
    z-index: 10;
}
.close_icon:before {
	width: 20px;
	height: 3px;
	background: #fff;
	content: "";
	margin-top: -2px;
	display: block;
	position: absolute;
	top: 50%;
	left: -8px;
}
/* 来店口コミ */

/* 姫パスポート End */
