<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.flexBox {
display: flex;
flex-wrap: wrap;
}
.lady_data_btn {
display: block;
border: 1px solid #f6f6e3 !important;
padding: 5px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
margin-bottom: 15px;
width: 100%;
}
.lady_data_btn li {
	display: block;
	margin: 0 0 10px 0;
}
.lady_data_btn em {
	font-style: normal;
	font-weight: bold;
}
.lady_data_btn span {
	border: 1px solid #f6f6e3 !important;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fffac8;
	font-style: normal;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
li.alignC label + input {
    margin: 0 10px 0 0;
}
.lady_data_btn span{
    background: #eb68b2;
	color: #fff;
}
.lady_data_btn span.info01 {
    background: #c4a126;
	color: #fff;
}
.lady_data_btn span.info02 {
    background: #bcffc4;
	color: #333;
}
.lady_data_btn span.info03 {
    background: #eeedeb;
	color: #333;
}
.lady_data_btn span.info04 {
    background: #FFF;
	color: #333;
}
.web_reserve_form {
    padding: 5px 0;
}



#webreserve h1.pageTtl span {
    background-image: url(https://img.undernavi.com/chugoku/kinjo/parts/title_webreserve.png);
}
#webreserve #content &gt; section &gt; .inner {
	padding: 10px;
	text-align: left;
}

.reserve_cmt {
	font-size: 124%;
	line-height: 2;
	font-weight: bold;
	text-indent: 10px;
}

@font-face {
  font-family: 'fontello';
  src: url('../../font/fontello.eot?45259564');
  src: url('../../font/fontello.eot?45259564#iefix') format('embedded-opentype'),
       url('../../font/fontello.woff?45259564') format('woff'),
       url('../../font/fontello.ttf?45259564') format('truetype'),
       url('../../font/fontello.svg?45259564#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#reserve_tbl {
    overflow: hidden;
    float: left;
    /* width: 780px; */
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0 15px 40px 0;
}

#reserve_tbl th,
#reserve_tbl td {
	padding: 12px 20px;
	border: 1px solid #e2e2e2;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	font-size: 116%;
}

#reserve_tbl th {
	background: #ffeef7;
}



#reserve_tbl th.sun {
	background: #ffbbbb;
	border-color: #e15b5b;
}

#reserve_tbl th.sat {
	background: #c7d7e5;
	border-color: #6589a9;
}

#reserve_tbl td {
	position: relative;
	background: #ffffff;
}

#reserve_tbl td.sp01 {
	background: #eb68b2;
	color: #fff;
}

#reserve_tbl td.sp02 {
	background: #c4a126;
	border-color: #c4a126;
	color: #fff;
}

#reserve_tbl td.sp01 a,
#reserve_tbl td.sp02 a {
	color:#fff;
	text-decoration: none;
}

#reserve_tbl td.stop {
	background: #eeedec;
}

#reserve_tbl td small {
	display: none;
	position: absolute;
	top: -38px;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 85%;
	white-space: nowrap;
}

#reserve_tbl td small::before {
	content: "";
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid transparent;
}

#reserve_tbl td.sp01 small {
	background: #71099c;
}
#reserve_tbl td.sp01 small::before {
	border-top-color: #71099c;
}

#reserve_tbl td.sp02 small {
	background: #fe001c;
}
#reserve_tbl td.sp02 small::before {
	border-top-color: #fe001c;
}

#reserve_tbl td:hover &gt; small,
#reserve_tbl td:hover &gt; small::before {
	display: block;
}

/** 予約モーダル **/
#modal,
#offer_modal,
#regist_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: rgba(0,0,0,0.7);
	text-align: center;
}

#modal .inner,
#offer_modal .inner,
#regist_modal .inner {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 910px;
	margin: 20px auto;
	padding: 20px;
	background: #fff;
	text-align: left;
}

#modal .inner .closebtn,
#offer_modal .inner .closebtn,
#regist_modal .inner .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: 150%;
	white-space: nowrap;
	cursor: pointer;
}

#modal .inner .closebtn::before,
#offer_modal .inner .closebtn::before,
#regist_modal .inner .closebtn::before {
	content: "\e820";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	font-family: 'fontello';
	font-size: 32px;
	text-indent: 0;
	color: #868686;
}

#reserve_tbl {
	overflow: hidden;
	float: left;
	/*width: 780px;*/
	border-collapse: separate;
	border-spacing: 2px;
	margin:0 15px 25px 0;
}

#reserve_tbl th,
#reserve_tbl td {
	padding: 12px 20px;
	border: 1px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	font-size: 116%;
}

#reserve_tbl th {
	background: #ffeef7;
	width:125px;
}

#reserve_tbl thead th:not(:first-child) {
	padding: 5px 0;
	width: 85px;
}

#reserve_tbl th.sun {
	background: #ffbbbb;
	border-color: #e15b5b;
}

#reserve_tbl th.sat {
	background: #c7d7e5;
	border-color: #6589a9;
}

#reserve_tbl td {
	position: relative;
}

#reserve_tbl td.sp03 {
	color: #333;
	background: #bcffc4;
}

#reserve_tbl td.sp03 a {
	color: #333;
	text-decoration: none;
}

#reserve_tbl td.stop {
	background: #eeedec;
}

#reserve_tbl td small {
	display: none;
	position: absolute;
	top: -38px;
	left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 100%;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-size: 85%;
	white-space: nowrap;
}

#reserve_tbl td small::before {
	content: "";
	display: none;
	position: absolute;
	bottom: -18px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid transparent;
}

#reserve_tbl td.sp01 small {
	background: #71099c;
}
#reserve_tbl td.sp01 small::before {
	border-top-color: #71099c;
}

#reserve_tbl td.sp02 small {
	background: #fe001c;
}
#reserve_tbl td.sp02 small::before {
	border-top-color: #fe001c;
}

#reserve_tbl td:hover &gt; small,
#reserve_tbl td:hover &gt; small::before {
	display: block;
}

.reserveform .inner {
	border: 5px solid #e7e7c9;
}
.reserveform .date_ttl {
	margin-bottom: 10px;
	font-size: 124%;
	font-weight: bold;
	text-align: center;
}

#modal_lady_list {
	overflow: hidden;
}
#modal_lady_list li {
	float: left;
	width: 180px;
	margin: 0 5px 10px;
}
#modal_lady_list li figure {
	display: block;
	height: 250px;
	overflow: hidden;
}
#modal_lady_list li figure img {
	max-width: 100%;
	height: auto;
}
#modal_lady_list li .profile {
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	border: 1px solid #e9eae6;
}
#modal_lady_list li .profile a {
	color: #e0ab79;
	text-decoration: underline;
}
#modal_lady_list li .rsv_btn {
	display: block;
	color: #ffffff;
	font-size: 116%;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	background: #e0ab79;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	cursor: pointer;
}
#modal_lady_list li .rsv_btn:hover {
	background-color: #e0c5ac;
}

.legend {
    overflow: hidden;
    position: absolute;
    /* top: 95px; */
    /* right: 0; */
    width: 80px;
}
.leg_area {
    overflow: hidden;
    float: left;
    position: relative;
    width: 80px;
    height: 80px;
}
.legend li {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #e2e2e2;
	text-align: center;
}

.legend li.sp01 {
	background: #eb68b2;
	color: #fff;
}

.legend li.sp02 {
	background: #c4a126;
	border-color: #c4a126;
	color: #fff;
}

.formarea {
	clear: both;
	border: 1px solid #000;
	padding: 50px 100px!important;
}

.formarea.inner {
	width: 870px!important;
}

.formarea .attention {
	padding: 10px;
	margin-bottom: 20px;
	background: #f00;
	color: #fff;
	font-size: 123.1%;
	font-weight: bold;
	text-align: center;
}

.formarea .note {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #e5cf00;
	background: #fffac3;
	font-size: 108%;
}

.formarea .note strong {
	font-weight: bold;
	color: #f00;
}

.formarea .lead {
	margin-bottom: 20px;
	font-size: 116%;
}

.formarea li {
	margin: 0 0 15px;
}

.alignC {
	text-align: center;
}

.formarea li label {
	font-size: 116%;
}

.formarea li:not([class*="alignC"]) label {
	display: inline-block;
	width: 18%;
}

.formarea li input[type="text"],
.formarea li input[type="password"] {
	width: 79%;
	padding:5px 0;
}

.formarea li input + label,
.formarea li label + input {
	margin-left: 1em;
}

.formarea .btnarea {
	text-align: center;
}

.formarea .btn {
    display: inline-block;
    width: 35%;
    /* width: -webkit-calc((100% - 15px) / 2); */
    margin-bottom: 10px;
}

.formarea .btn:nth-child(odd) {
	margin-right: 10px;
}

.formarea .btn a,
.formarea .btn input[type="submit"] {
	width: 100% !important;
}

.formarea .btn.clr02 a, .formarea .btn.clr02 input[type="submit"] {
    line-height: 40px;
    font-size: 17px;
    color: #000;
}

.formarea .btn.social a {
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

.formarea .btn.social.twitter a {
	background: #1da1f2;
}

.formarea .btn.social.twitter a::before {
	content: "\e9f5";
	margin-right: .5em;
	font-family: "fontello";
	font-size: 20px;
}

.formarea .btn.social.google a {
	background: #ff6d00;
}

.formarea .btn.social.google a::before {
	content: "\e9c4";
	margin-right: .5em;
	font-family: "fontello";
	font-size: 20px;
}

.open_modal,
.open_offer_modal {
	cursor: pointer;
}
.open_modal:hover,
.open_offer_modal:hover {
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	opacity:0.8;
	zoom:1;
}

.btn.clr02 a,
.btn.clr02 input[type="submit"] {
	    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    display: inline-block;
    margin: 0 auto;
    /* padding: 10px 0; */
    background: #efefef;
    border: solid 1px #999;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    border: 1px solid #c9c9c9;

.btn.clr03 a {
	height: 55px;
	line-height: 55px;
	color: #EC68B3!important;
	text-decoration: none!important;
	font-size: 1.3em;
	border: 1px solid #EC68B3;
	background: #fff;
	text-align: center;
	border-radius: 8px;
}

.lady_data_btn {
    display: block;
	border: 1px solid #f6f6e3 !important;
	padding: 5px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	clear:both;
}
.lady_data_btn li {
	display: block;
	margin: 0 0 10px 0;
}
.lady_data_btn em {
	font-style: normal;
	font-weight: bold;
}
.lady_data_btn span {
	border: 1px solid #f6f6e3 !important;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #fffac8;
	font-style: normal;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
li.alignC label + input {
    margin: 0 10px 0 0;
}
.lady_data_btn span{
    background: #eb68b2;
	color: #fff;
}
.lady_data_btn span.info01 {
    background: #c4a126;
	color: #fff;
}
.lady_data_btn span.info02 {
    background: #bcffc4;
	color: #333;
}
.lady_data_btn span.info03 {
    background: #eeedeb;
	color: #333;
}
.lady_data_btn span.info04 {
    background: #FFF;
	color: #333;
}
.web_reserve_form {
    padding: 5px 0;
}
</pre></body></html>