@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
html,
body {
	height: 100%;
}

body {
	background-color: #f0f0f0;
	/*
	background: #f0f0f0 url("//img.undernavi.com/portal/web/chugoku/shop/dir/common/background.jpg") center 390px repeat-x;
	*/
	font: 13px 'ヒラギノ角ゴ Pro W3',Osaka,'Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

* html body {	/* IF6 */
	width: 100%;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:link, a:visited, a:hover, a:active {
	color: #11c;
}

a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

.push a:hover {
	position: relative;
	top: 1px;
	left: 1px;
}

a:active {
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
}

.btnarea {
	text-align: center;
}

.tC {
	text-align: center;
}

.tR {
	text-align: right;
}

.btn {
	clear: both;
}

.btn a,
.btn input[type="submit"] {
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.btn a {
	text-decoration: none;
}

.btn input[type="submit"] {
	width: 100%;
	cursor: pointer;
}

.btn a:hover,
.btn input[type="submit"]:hover {
	opacity: 0.8;
}

.btn.clr01 a,
.btn.clr01 input[type="submit"] {
  width: 144px;
  line-height: 36px;
  margin: 0 auto 10px;
  border: 1px solid rgba(40, 147, 53, 1);
  color: rgba(255, 255, 255, 1)!important;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
  text-shadow: 0px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 93%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 93%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#8eb92a',GradientType=0 ); /* IE6-9 */
}

.btn.clr02 a,
.btn.clr02 input[type="submit"] {
  width: 144px;
  line-height: 36px;
  margin: 0 auto 10px;
  border: 1px solid #c9c9c9;
  color: #555!important;
  font-weight: bold;
  text-decoration: none!important;
  text-align: center;
  text-shadow: 0px 2px rgba(255,255,255, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
background: rgb(242,242,242); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(242,242,242,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(242,242,242,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(242,242,242,1) 0%,rgba(234,234,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.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;
}

.btn.clr03 a:hover {
	background: #fdf1f8;
}
/* -----------------------------------------------------------
	#wrapper
----------------------------------------------------------- */
#wrapper {
	margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	position: relative;
	overflow: hidden;
	/*background-color: rgba(255,255,255,0.5);*/
}

.subWrap {
	clear: both;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/** スクロール固定ナビ **/
.fixNavi {
	display: none;
	position: fixed;
	z-index: 97;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.fixNavi .subWrap {
	position: relative;
	padding: 0 10px 0 30px;
	margin: 0 auto;
/*	display: -webkit-flex;
	display: flex;*/
}

/*
.fixNaviTitle {
	-webkit-flex: 1;
	flex: 1;
}
*/

.fixNaviTitle strong {
	font-size: 1.2em;
}

.fixNaviInfo p {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
}

.fixNavi .fixNaviInfo ul {
	font-size: 0;
	text-align: right;
}

.fixNavi .fixNaviInfo ul li {
	font-size: 13px;
	vertical-align: top;
	display: inline;
}

.fixNavi .fixNaviInfo ul li {
	margin-left: 10px;
}

.fixNavi .fixNaviInfo ul li a {
	display: inline-block;
	height: 1.6em;
	line-height: 1.6em;
	text-align: center;
	color: #fff!important;
	text-decoration: none!important;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	vertical-align: top;
	max-width:13em;
}

.fixNavi .fixNaviInfo ul li a:hover {
	border-bottom-color: #da4499;
	font-weight: bold;
}

/** 共通ヘッダー **/
#header {
	background: transparent;
}
#headerarea {
	position:relative;
	margin: 0 -100%;
    padding: 0 100%;
	background: #fff;
}

#headerarea #kanban {
	position: relative;
	width: 960px;
	height: 93px;
	margin: 0 auto;
	padding: 10px 0;
	border: none;
	background: url("//img.undernavi.com/portal/web/bg_kanban2.png") no-repeat center top !important;
}

#headerarea #kanban #logo {
	position: absolute;
	left:0;
	top: 26px;
	width: 246px;
}

#headerarea #kanban #desc {
	position: absolute;
	top: 10px;
	left: 0;
	width: auto;
	font-size: 77%;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#headerarea #kanban .enterPresent {
	position: absolute;
	top: 2px;
	left: 363px;
}

#headerarea #kanban #userbtn {
	position: absolute;
	top: 3px;
	right: 0;
}

#headerarea #kanban #userbtn li {
	float: left;
}

#headerarea #kanban #userbtn .login,
#headerarea #kanban #userbtn .mypage {
	margin-right: 5px;
}

#headerarea #kanban #userbtn .login a,
#headerarea #kanban #userbtn .mypage a {
	display: block;
	width: 89px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #8ab71b;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	border: solid 1px #269433;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: linear-gradient(to top, rgba(0,0,0,.25), rgba(255,255,255,.25));
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
}
#headerarea #kanban #userbtn .mypage a {
	border-color: #BA501F;
	background: rgb(255,177,61); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,177,61,1) 0%, rgba(214,113,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,177,61,1) 0%,rgba(214,113,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,177,61,1) 0%,rgba(214,113,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#headerarea #kanban #userbtn .registration a {
	display: block;
	width: 119px;
	height: 34px;
	line-height: 34px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #2aa1d3;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	border: solid 1px #5b7dbc;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.25), rgba(255,255,255,.25));
	background-image: linear-gradient(to top, rgba(0,0,0,.25), rgba(255,255,255,.25));
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
}

#headerarea #kanban #headerbnr{
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 468px;
	height: 60px;
}

/** 共通ナビ **/
#nav {
    padding: 1px 0 0;
	border-top: 2px solid #d63155;
	border-bottom: 1px solid #d2d2d2;
	background-color: #f7f1ee;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	text-align: center;
}

#nav ul.subWrap {
	display: -webkit-flex;
	display: flex;
	width: 920px;
	border-left: 1px solid #fff;
}

#nav li {
	-webkit-flex: 1;
	flex: 1;
	padding-bottom: 2px;
	border-right: 1px solid #fff;
}

#nav ul li a {
	display: block;
	height: 27px;
	line-height: 27px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#nav ul li a:hover {
	background-color: #f03860;
	color: #fff;
}

/** パンくず **/
#breadcrumbs {
	text-align: center;
	background: #fff;
}
#breadcrumbs ul {
	width: 960px;
	padding: 1px 0;
	margin: 0 auto;
	font-size: 0;
	text-align: left;
}
#breadcrumbs li {
	display: inline;
	font-size: 13px;
}

#breadcrumbs li:not(:first-child) {
	padding-left: 18px;
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/common/icon_pan.png") no-repeat 5px center;
}

/** 店舗ヘッダー **/
#shopname {
	background: #000;
	color: #fff;
	text-align: center;
}
#shopname .subWrap {
	display: -webkit-flex;
	display: flex;
	height: 27px;
	line-height: 27px;
	padding: 0 20px;
}

#shopname h1 {
	overflow: hidden;
	-webkit-flex: 1;
	flex: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#shopname h1 strong {
	margin: 0 .5em;
}

#shopname p {
	padding-left: 10px;
	font-size: 93%;
}

#shopinfo {
	padding: 8px 10px 0;
	background: rgba(255, 255, 255, 0.6);
}

#shopinfo figure {
	overflow: hidden;
}
#shopinfo.free figure {
	display: none;
}

#shopinfo div {
	float: right;
	width: 173px;
	margin-left: 7px;
}
#shopinfo.free div {
    width: 100%;
    float: none;
    margin: 0;
}

#shopinfo dl {
	margin-bottom: 3px;
}

#shopinfo dt {
	height: 15px;
	line-height: 15px;
	border: 1px solid #b0b0b0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e6e6e6;
	text-align: center;
	font-size: 85%;
}

#shopinfo dd {
	text-align: center;
}
#shopinfo.free dt,
#shopinfo.free dd,
#shopinfo.free dl,
#shopinfo.free ul,
#shopinfo.free li {
	display: inline-block;
}
#shopinfo.free dt {
	width: 150px;
}
#shopinfo.free dd {
	width: 130px;
}
#shopinfo.free li {
	width: 150px;
}

#shopinfo li a {
	display: block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	border: solid 1px #b63540;
	background: #f77187;
	background: -moz-linear-gradient(top,  #f77187 0%, #e3404d 100%);
	background: -webkit-linear-gradient(top,  #f77187 0%,#e3404d 100%);
	background: linear-gradient(to bottom,  #f77187 0%,#e3404d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
}

#shopinfo li a: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;
}

/** 店舗ナビゲーション **/
#shopnav {
	padding-bottom: 1px;
	border-bottom: 1px solid #c9c9c9;
	background-color: #000000;
	text-align: center;
}
#shopnav ul.subWrap {
	padding: 0 5px;
}
#shopnav li {
	float: left;
	margin: 0 -1px -1px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12.5%;
	border: 1px solid #066666;
}
#shopnav li a {
	display: block;
	height: 38px;
	line-height: 38px;
	color: #48bfbf;
	text-decoration: none;
	text-align: center;
	background: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
}
#shopnav li a span {
	font-size: 116%;
	font-weight: bold;
	padding: 0 10px;
}
#shopnav li:hover {
	border-color: #ffffff;
}
#shopnav li a:hover {
	background-color: #ffffff;
}

/* -----------------------------------------------------------
	#main
----------------------------------------------------------- */
#main {
	display: block;
	width: 920px;
	margin: 0 auto;
	padding: 10px 15px 144px;
	background: rgba(255, 255, 255, 0.6);
	position: relative;
	overflow: hidden;
}

.sec {
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000000;
	background-color: rgba(0,0,0,0.6);
}

.inbox {
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fcfcfc;
	-webkit-box-shadow: 0 1px 3px #000;
	-moz-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
}

.ttl {
	height: 47px;
	margin: -10px -10px 10px;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #fff;
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e9e9e9 100%);
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e9e9e9 100%);
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e9e9e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0 );
	color: #da4499;
	font-size: 131%;
	font-weight: bold;
	-webkit-text-shadow: 0 1px #000000;
	-moz-text-shadow: 0 1px #000000;
	text-shadow: 0 1px #000000;
}

.ttl span {
	display: block;
	position: relative;
	height: 42px;
	line-height: 42px;
	margin: 0 3px 3px;
	border-bottom: 1px solid #bababa;

}

.ttl span:after {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	content: "";
}

.contents_ttl {
	position: relative;
  overflow: hidden;
  padding: 4px;
  height: 37px;
  line-height: 39px;
  margin-bottom: 2px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 1px #000000;
  -webkit-text-shadow: 0 1px #000000;
  -moz-text-shadow: 0 1px #000000;
  text-shadow: 0 1px #000000;
  border-bottom: 1px solid #bababa;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
background: rgb(132,132,132); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(132,132,132,1) 0%, rgba(58,58,58,1) 4%, rgba(45,45,45,1) 86%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(132,132,132,1) 0%,rgba(58,58,58,1) 4%,rgba(45,45,45,1) 86%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.contents_ttl small {
  float: left;
	min-width: 40px;
  margin-right: 5px;
}

.contents_ttl .btn {
	position: absolute;
	right: 5px;
	top: 50%;
	line-height: 1;
	top: 10px;
	right: 10px;
}

.contents_ttl .btn a {
    display: inline-block;
    width: auto;
    padding: 3px 12px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    background: rgba(255,255,255,0.3);
    font-weight: bold;
    color: #ffffff;
    font-size: 77%;
    text-align: center;
    text-decoration: none;
}

.btn.style01 a::after {
    content: "\e8d4";
    margin-left: .5em;
    font-family: "fontello";
}

.inbox .contents_ttl {
	margin: -10px -10px 10px -10px;
}

#fixed_btn {
    position: fixed;
    right: 0;
    top: 230px;
	z-index: 99999;
}
#fixed_btn .on_hidden {
	position: relative;
	background: #fdfffc;
	border: 1px solid #e6e6e6;
	margin-top: -1px;
}
#fixed_btn .on_hidden img {
	vertical-align: top;
}
#fixed_btn .hidden_box {
	display: none;
	width: 200px;
	padding: 5px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
}
#fixed_btn .on_hidden:hover .hidden_box {
	display: block;
}
#fixed_btn .hidden_box .hidden_ttl {
	width: 100%;
	overflow: hidden;
}
#fixed_btn .hidden_box .hidden_ttl img {
	float: left;
	vertical-align: top;
}
#fixed_btn .hidden_box .hidden_ttl a,
#fixed_btn .hidden_box .hidden_ttl span {
	display: block;
	padding: 5px 0 0;
	font-weight: bold;
}
#fixed_btn .hidden_box a {
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
#fixed_btn .reserve_btn .hidden_ttl a {
	line-height: 3;
}
#fixed_btn .point_btn .hidden_ttl {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ffffff;
}
#fixed_btn .point_btn .point_txt {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 1px dotted #ffffff;
}
#fixed_btn .point_btn .point_txt .strong {
	color: #f0ef01;
	font-size: 131%;
	font-weight: bold;
}
#fixed_btn .point_btn .point_caution {
	margin-bottom: 10px;
	font-size: 95%;
}
#fixed_btn .point_btn .point_btn_link {
	text-align: center;
}
#fixed_btn .point_btn .point_btn_link a {
	display: inline-block;
	width: 80px;
	margin: 0 5px 10px;
	line-height: 2;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
#fixed_btn .point_btn .point_btn_link a:hover {
	color: #4b89ff;
	border-color: #4b89ff;
}



#main .no_data {
    padding: 10px;
    border: 3px double #ee0000;
    color: #ee0000;
    text-align: center;
}
#main .ok_data {
    padding: 10px;
    border: 3px double #339966;
    color: #339966;
    text-align: center;
}

/* -----------------------------------------------------------
	#aside
----------------------------------------------------------- */
#recruit_area {
	position: relative;
}
/*#recruit {
	display: none;
	position: absolute;
	top: -80px;
	left: -442px;
	padding: 10px;
	background: rgba(238,200,230, 0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#recruit:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(243, 220, 238, 0);
	border-left-color: #f3dcee;
	border-width: 18px 0 0 39px;
	margin-top: 35px;
}
#recruit #recruit_inner {
	background: #ffffff;
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.close_btn {
	position: absolute;
	top: -10px;
	right: -10px;
}
.close_btn a {
	display: block;
}
.close_btn a img {
	vertical-align: top;
}
#recruit .rec_ttl {
	padding: 8px 0px;
  background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/top/icon_recruit.png") left center no-repeat;
  overflow: hidden;
}
#recruit .rec_ttl span {
  float: left;
  display: block;
  padding-top: 3px;
  padding-left: 45px;
  color: #e53331;
  font-size: 124%;
  font-weight: bold;
}
#recruit .rec_left {
	float: left;
}
#recruit table {
	width: 175px;
	margin: 0 auto 8px;
}
#recruit th {
	width: 50px;
	height: 22px;
	border: 1px solid #beb5ba;
	background: #d9d9d9;
	font-size: 93%;
	text-align: center;
	vertical-align: middle;
}
#recruit td {
	height: 23px;
	padding: 0 5px;
	border: 1px solid #beb5ba;
	font-size: 93%;
	text-align: left;
	vertical-align: middle;
}
#recruit td span {
	display: block;
	width: 113px;
}
#recruit ul {
	display: block;
	margin: 0 auto;
	padding-left: 185px;
}
#recruit .btn01 {
	margin-bottom: 8px;
}
#recruit .btn01 a,
#recruit .btn02 a {
	display: block;
	width: 175px;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	box-shadow: 0 1px 2px rgba(0,0,0,.3), inset 0 2px rgba(255,255,255,.5);
	border: solid 1px #b63540;
	background: #f77187;
	background: -moz-linear-gradient(top,  #f77187 0%, #e3404d 100%);
	background: -webkit-linear-gradient(top,  #f77187 0%,#e3404d 100%);
	background: linear-gradient(to bottom,  #f77187 0%,#e3404d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f77187', endColorstr='#e3404d',GradientType=0 );
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 2px rgba(0,0,0,.2);
	-moz-text-shadow: 0 2px rgba(0,0,0,.2);
	text-shadow: 0 2px rgba(0,0,0,.2);
}
#recruit .btn02 a {
	border: solid 1px #1954a4;
	background: #3098e3;
	background: -moz-linear-gradient(top,  #3098e3 0%, #1c58c3 100%);
	background: -webkit-linear-gradient(top,  #3098e3 0%,#1c58c3 100%);
	background: linear-gradient(to bottom,  #3098e3 0%,#1c58c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3098e3', endColorstr='#1c58c3',GradientType=0 );
}
#recruit .btn01:hove,
#recruit .btn02:hove {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}*/


/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	padding-top: 15px;
	color: #ffffff;
	background: #000000;
	border: 1px solid #cacaca;
	border-bottom: none;
}

#footer_box {
	display: block;
	width: 920px;
	margin: 0 auto;
	position: relative;
}

* html #footer {/*IE6*/
	zoom: 1;
}

#footer a,
#footer a:visited {
	color: #ffffff;
}

#footer .shopcredit {
	display: block;
	width: auto;
	margin-bottom: 5px;
	padding: 0 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#footer .shopcredit em,
#footer .shopcredit span,
#footer .shopcredit small {
	display: block;
}
#footer .shopcredit .cat {
	color: #ffffff;
	font-size: 77%;
	text-align: center;
}
#footer .shopcredit .shopName {
	padding: 0 0 10px;
	color: #ffffff;
	font-size: 146%;
	text-align: center;
}
#footer .shopcredit p {
	display: inline-block;
	float: left;
	padding: 10px 0 0;
	width: 55%;
}
* html #footer .shopcredit p {
	display: inline;
	zoom: 1;
}
*+html #footer .shopcredit p {
	display: inline;
	zoom: 1;
}
#footer .shopcredit .telTxt {
	padding-left: 3em;
	font-size: 85%;
	color: #666;
}

#footer #footer_menu {
	display: block;
	margin-bottom: 15px;
	font-size: 0rem;
	text-align: center;
}
#footer #footer_menu li {
	display: inline-block;
	margin: 0 10px 10px;
	font-size: 1rem;
	vertical-align: top;
}
#footer #footer_menu li a {
	display: block;
	width: 80px;
	height: 80px;
	color: #066666;
	vertical-align: middle;
	box-sizing: border-box;
	border: 2px solid #066666;
	position: relative;
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
}
#footer #footer_menu li.current a,
#footer #footer_menu li a:hover {
	background: #ffffff;
	border-color: #ffffff;
}
#footer #footer_menu li a span {
	display: block;
	width: auto;
	height: 20px;
	margin: auto;
	font-size: 77%;
	font-weight: bold;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#footer .portal_link {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 0rem;
	text-align: center;
	border-bottom: 1px dashed #006666;
}
#footer .portal_link a {
	display: inline-block;
	width: 350px;
	margin-right: 15px;
	color: #066666;
	font-size: 12px;
	line-height: 3;
	text-decoration: none;
	vertical-align: middle;
	box-sizing: border-box;
	border: 2px solid #066666;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
#footer .portal_link a:last-child {
	margin-right: 0;
}
#footer .portal_link a:span {
	font-weight: bold;
}
#footer .portal_link a:hover {
	background: #ffffff;
	border-color: #ffffff;
}

#footer #totop {
	display: block;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	color: #ffffff;
	font-size: 93%;
	text-align: center;
	line-height: 5;
	background: #000000;
	position: absolute;
	top: -40px;
	left: 50%;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	-o-border-radius: 75px;
	-ms-border-radius: 75px;
	z-index: 0;
}
#footer #totop p {
	display: block;
	text-align: center;
	cursor: pointer;
}

#footer  .copyright {
	clear: both;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
}

#footer  .spot {
	padding: 10px 15px 10px 60px;
	margin-bottom: 0;
	background: transparent url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/18kin_ft.gif) no-repeat 10px center;
	color: #fff;
	text-align: left;
	font-size: 93%;
}

/* -----------------------------------------------------------
	スマートフォンへの切り替え
----------------------------------------------------------- */
.displaySwitch {
	padding: 4px 0;
	background: #323232;
	color: #fff;
	font-size: 85%;
}

.displaySwitch em {
	font-weight: bold;
}

.displaySwitch a {
	color: #ff0;
	text-decoration: none;
}

#displaySwitch {
	border: 1px solid #666;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc),color-stop(0.49, #454545),color-stop(0.5, #232323),color-stop(1, #000000));
	background: -moz-linear-gradient(center top, #cccccc 0%,#454545 49%,#232323 50%,#000000 100%);
}

#displaySwitch a {
	display: block;
	height: 175px;
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/common/bg_switch.png") no-repeat center center;
	text-indent: -9999px;
}

/* -----------------------------------------------------------
	共通スタイル
----------------------------------------------------------- */
.icon {
	margin-right: 5px;
	vertical-align: text-bottom;
}

.iconR {
	margin-left: 5px;
	vertical-align: text-bottom;
}

.pageTop {
	clear: both;
	font-size: 93%;
	text-align: right;
}

.pageTop a {
	padding-left: 15px;
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/common/icon_pagetop.png") no-repeat left center;
}



/*ページャー*/
.pager {
	clear: both;
	display: block;
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.pager li {
	display: inline-block;
	margin: 0 2px;
	font-size: 13px;
}

.pager li span,
.pager li a {
	display: block;
	min-width: 20px;
	padding: 0 5px;
	line-height: 24px;
	border: 1px solid #444444;
	color: #787878;
	text-align: center;
	border-radius: 3px;
	background-color: #fff;
	text-decoration: none;
}

.pager li span {
	border-color: #eee;
	color: #ccc;
	background-color: #eee;
}

.pager li a:hover {
	color: #ffffff;
	background: #787878;
}

/* reserve */
#cal_box_reserve {
	display: none;
	width: 455px;
	margin-top: 10px;
}
#cal_box_reserve .month,
#sideBar #cal_box_async .month {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px;
	padding: 0!important;
	background: none!important;
	font-size: 116%;
	text-align: center;
}
#cal_box_reserve .month li,
#sideBar #cal_box_async .month li {
	display: table-cell;
	padding: 0;
	border: none;
}
#cal_box_reserve .month .previous,
#cal_box_reserve .month .next,
#sideBar #cal_box_async .month .previous,
#sideBar #cal_box_async .month .next {
	font-size: 77%;
}
#cal_box_reserve .month li a,
#sideBar #cal_box_async .month li a {
	display: block;
}
#cal_box_reserve .month .now_month,
#sideBar #cal_box_async .month .now_month {
	width: 100px;
}
#cal_box_reserve .month .now_month p,
#sideBar #cal_box_async .month .now_month p {
	margin: 0;
}
#cal_box_reserve .month .view_month,
#sideBar #cal_box_async .month .view_month {
	display: block;
	color: #002dde;
	font-weight: bold;
	text-align: center;
}
#cal_box_reserve .month .view_month span,
#sideBar #cal_box_async .month .view_month span {
	font-size: 285%;
}
#cal_box_reserve .month .previous,
#sideBar #cal_box_async .month .previous {
	text-align: right;
}
#cal_box_reserve .month .previous span,
#sideBar #cal_box_async .month .previous span {
	color: #002dde;
	font-weight: bold;
}
#cal_box_reserve .month .previous a,
#sideBar #cal_box_async .month .previous a {
	display: block;
	color: #170000;
	font-weight: bold;
	text-decoration: none;
}
#cal_box_reserve .month .next,
#sideBar #cal_box_async .month .next {
	text-align: left;
}
#cal_box_reserve .month .next span,
#sideBar #cal_box_async .month .next span {
	color: #002dde;
}
#cal_box_reserve .month .next a,
#sideBar #cal_box_async .month .next a {
	display: block;
	color: #170000;
	font-weight: bold;
	text-decoration: none;
}
#cal_box_reserve table,
#sideBar #cal_box_async table {
	display: table;
	width: 100%;
	margin: 0 0 5px;
    background: #fff;
	table-layout: auto;
}
#cal_box_reserve table th,
#cal_box_reserve table td,
#sideBar #cal_box_async table th,
#sideBar #cal_box_async table td {
	padding: 0;
	border: 1px solid #c1c1c1;
	background: transparent;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#cal_box_reserve table th,
#sideBar #cal_box_async table th {
	background: #f6dcfa;
	font-size: 108%;
}
#cal_box_reserve table td p span,
#cal_box_reserve table td p a,
#sideBar #cal_box_async table td p span,
#sideBar #cal_box_async table td p a {
	display: block;
	padding: 7px 0;
	font-size: 108%;
	text-decoration: none;
}
#cal_box_reserve table td p,
#sideBar #cal_box_async table td p {
	margin: 0;
	color: #cecece;
	text-align: center;
}
#cal_box_reserve table td p a,
#sideBar #cal_box_async table td p a {
	display: block;
	color: #666666;
}
#cal_box_reserve table td p a:hover,
#sideBar #cal_box_async table td p a:hover {
	background: #ff3838;
	color: #ffffff;
}
#cal_box_reserve table .sun,
#cal_box_reserve table .sun p a,
#sideBar #cal_box_async table .sun,
#sideBar #cal_box_async table .sun p a {
	color: #ff2000;
}
#cal_box_reserve table .sat,
#cal_box_reserve table .sat p a,
#sideBar #cal_box_async table .sat,
#sideBar #cal_box_async table .sat p a {
	color: #0007d2;
}

/* fixed cal */
#reserve {
	display: none;
	position: absolute;
	top: -160px;
	right: 105px;
	left: -372px;
	padding: 10px;
	background: rgba(189,255,209, 0.6);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#reserve:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(189,255,209, 0);
	border-left-color: #d3fbdf;
	border-width: 18px 0 0 39px;
	margin-top: 35px;
}
#reserve .res_ttl {
	color: #565656;
	font-size: 116%;
	font-weight: bold;
}
#reserve #reserve_inner {
	background: #ffffff;
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
#reserve .cal_ttl {
    margin-bottom: 5px;
    color: #565656;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
#reserve .notes {
    font-size: 85%;
    color: #ff0000;
    text-align: left;
}
#reserve .link_box {
	line-height: 1.5;
	text-align: right;
}
#reserve #cal_box_async .month {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
	margin: 0 0 5px;
	padding: 0!important;
	background: none!important;
	font-size: 116%;
	text-align: center;
}
#reserve #cal_box_async .month li {
	display: table-cell;
	padding: 0;
	border: none;
}
#reserve #cal_box_async .month .previous,
#reserve #cal_box_async .month .next {
	font-size: 77%;
}
#reserve #cal_box_async .month li a {
	display: block;
}
#reserve #cal_box_async .month .now_month {
	width: 100px;
}
#reserve #cal_box_async .month .now_month p {
	margin: 0;
}
#reserve #cal_box_async .month .view_month {
	display: block;
	color: #002dde;
	font-weight: bold;
	text-align: center;
}
#reserve #cal_box_async .month .view_month span {
	font-size: 285%;
}
#reserve #cal_box_async .month .previous {
	text-align: right;
}
#reserve #cal_box_async .month .previous span {
	color: #002dde;
	font-weight: bold;
}
#reserve #cal_box_async .month .previous a {
	display: block;
	color: #170000;
	font-weight: bold;
	text-decoration: none;
}
#reserve #cal_box_async .month .next {
	text-align: left;
}
#reserve #cal_box_async .month .next span {
	color: #002dde;
}
#reserve #cal_box_async .month .next a {
	display: block;
	color: #170000;
	font-weight: bold;
	text-decoration: none;
}
#reserve #cal_box_async table {
	display: table;
	width: 100%;
	margin: 0 0 5px;
    background: #fff;
	table-layout: auto;
}
#reserve #cal_box_async table th,
#reserve #cal_box_async table td {
	padding: 0;
	border: 1px solid #c1c1c1;
	background: transparent;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#reserve #cal_box_async table th {
	background: #f6dcfa;
	font-size: 108%;
}
#reserve #cal_box_async table td p span,
#reserve #cal_box_async table td p a {
	display: block;
	padding: 7px 0;
	font-size: 108%;
	text-decoration: none;
}
#reserve #cal_box_async table td p {
	margin: 0;
	color: #cecece;
	text-align: center;
}
#reserve #cal_box_async table td p a {
	display: block;
	color: #666666;
}
#reserve #cal_box_async table td p a:hover {
	background: #ff3838;
	color: #ffffff;
}
#reserve #cal_box_async table .sun,
#reserve #cal_box_async table .sun p a {
	color: #ff2000;
}
#reserve #cal_box_async table .sat,
#reserve #cal_box_async table .sat p a {
	color: #0007d2;
}

/* err msg */
.err_msg {
	display: block;
	clear: both;
	color: #ff0000;
}

/*前へ次へ*/
.nextpager {
	width: 514px;
	margin: 30px auto;
}

.nextpager li {
	position: relative;
}

.nextpager li.backbtn {
	float: left;
}

.nextpager li.nextbtn {
	float: right;
}

.nextpager li a {
	display: block;
	width: 248px;
	height: 33px;
	border-radius: 10px;
	border: 1px solid #E957BA;
	background: #E957BA;
	text-align: center;
	font-size: 120%;
	line-height: 35px;
	color: #fff;
	text-decoration: none;
}

.nextpager li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 12px;
	height: 16px;
	margin-top: -8px;
	background: url("//img.undernavi.com/portal/web/chugoku/shop/dir/realtime/main_next_arrow.png") no-repeat center;
}

.nextpager li.backbtn a::before {
	left: 10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.nextpager li.nextbtn a::before {
	right: 10px;
}

.nextpager li a:hover {
	background: #fff;
	color: #E957BA;
}

.nextpager li a:hover::before {
	background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/lady/main_img_triangle_right.png");
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.nextpager li.nextbtn a:hover::before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

/*ジャンルアイコン*/
.lady_genre_icon {
	font-size: 0;
}

.lady_genre_icon li {
	display: inline-block;
	padding: 0 3px;
	line-height: 18px;
	margin: 5px 5px 0 0;
	border: 1px solid #7A7A7A;
	color: #7A7A7A;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
}

.lady_genre_icon li.new {
	border-color: rgba(255, 0, 0, 1);
	color: rgba(255, 0, 0, 1);
}

.lady_genre_icon li.photo {
  border-color: rgba(244, 83, 199, 1);
  color: rgba(244, 83, 199, 1);
}

.lady_genre_icon li.movie {
  border-color: rgba(44, 63, 195, 1);
  color: rgba(44, 63, 195, 1);
}

.lady_genre_icon li.gravure {
  border-color: rgba(202, 152, 53, 1);
  color: rgba(202, 152, 53, 1);
}

.lady_genre_icon li.gravure a {
	display: block;
	color: rgba(202, 152, 53, 1);
	text-decoration: none;
}

.lady_genre_icon li.fcs {
  border-color: rgba(120, 120, 120, 1);
  color: rgba(120, 120, 120, 1);
}

.lady_genre_icon li.bbw {
  border-color: rgba(120, 120, 120, 1);
  color: rgba(120, 120, 120, 1);
}

.lady_genre_icon li.reserve {
  border-color: rgba(249, 165, 20, 1);
  color: rgba(249, 165, 20, 1);
}
