@charset "utf-8";

/** タイトルエリア **/
.contents_ttl {
	padding-right: 14em;
	padding-right: -webkit-calc(13em + 10px);
	padding-right: calc(13em + 10px);
	position: relative;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.contents_ttl strong {
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
}

.contents_ttl span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #ffffff;
}

.contents_ttl a {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  height: 28px!important;
  line-height: 28px!important;
  width: 13em;
  margin-top: -14px;
  background:#f77187;
  background:-moz-linear-gradient(top, #f77187, #e3404d);
  background:-webkit-linear-gradient(top, #f77187, #e3404d);
  background: -ms-linear-gradient(top,  #f77187 0%,#e3404d 100%);
  background:linear-gradient(to bottom, #f77187, #e3404d);
  border-radius:3px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-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);
  color: #fff!important;
  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);
  text-decoration: none!important;
  font-size: 13px;
  font-weight: normal;
}


/** 二段目タイトル **/
.states_box {
  display: inline-block;
}
dl.states {
  /*width: 292px;
  height: 35px;*/
  display: flex;
  align-items: center;
  padding-right: 5px;
  background-color: #2749C4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

dl.states dt {
  width: 75px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  float: left;
}

dl.states dd {
  min-width: 210px;
  line-height: 25px;
  text-align: center;
  margin: 5px 2px 5px 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
dl.states dd .comment {
  padding: 0 3px;
  line-height: 1.5;
}

/** ジャンルアイコン **/
.lady_genre_icon {
  margin-bottom: 20px;
}

/** タブボタン **/
ul.tab li {
	float: left;
	margin-right: 3px;
}

ul.tab li span,
ul.tab li a {
	display: block;
	width: 168px;
	height: 54px;
	line-height: 54px;
	border-radius: 2px 2px 0 0;
	-webkit-box-shadow: 1px -1px 2px rgba(0,0,0,.3), -1px -1px 2px rgba(0,0,0,.3);
	box-shadow: 1px -1px 2px rgba(0,0,0,.3), -1px -1px 2px rgba(0,0,0,.3);
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

ul.tab li span {
	background: #fff;
	color: #EC68B3;
}

ul.tab li a {
	background-color: #EC68B3;
	color: #fff;
	text-decoration: none;
}


/** メインコンテンツ **/
.mainContents {
  background-color: #fff;
  padding: 11px 17px;
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2), 1px -1px 2px rgba(0,0,0,.2), -1px 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2), 1px -1px 2px rgba(0,0,0,.2), -1px 1px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2), 1px -1px 2px rgba(0,0,0,.2), -1px 1px 2px rgba(0,0,0,.2);
}

.mainContentsLeft {
	width: 300px;
	margin-right: 10px;
	float: left;
}

.mainContentsRight {
  width: 480px;
  float: right;
}

.commentButton:hover {
	cursor: pointer;
}

.photoblogMainPhoto {
	width: 363px;
	height: 400px;
  overflow: hidden;
}

.photoblogMainPhoto .mainphoto {
  float: left;
  width: 300px;
  height: 400px;
  position: relative;
}

.photoblogMainPhoto .mainphoto img {
  width: 100%;
  vertical-align: top;
}

.mainphoto .slick-prev,
.mainphoto .slick-next {
  left: 5px;
  z-index: 99;
  width: 25px;
  height: 25px;
  background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/lady/arrow_bx_prev.png")!important;
}

.mainphoto .slick-next {
  right: 5px;
  left: initial;
  background-image: url("//img.undernavi.com/portal/web/chugoku/shop/dir/lady/arrow_bx_next.png")!important;
}

.mainphoto .slick-prev:before,
.mainphoto .slick-next:before {
  display: none;
}
/*
.photoblogMainPhoto .img_slide_btn {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.photoblogMainPhoto .img_slide_btn .prev {
  float: left;
  margin-left: 5px;
}
.photoblogMainPhoto .img_slide_btn .next {
  float: right;
  margin-right: 5px;
}
.photoblogMainPhoto .img_slide_btn li a {
  display: block;
  padding: 5px 4px 3px;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid #ffffff;
  border-radius: 15px;
}
*/
.photoblogMainPhoto ul.thum {
  float: left;
  width: 63px!important;
}
.photoblogMainPhoto ul.thum li {
  width: 63px!important;
  height: 80px!important;
  overflow: hidden;
}
.photoblogMainPhoto ul.thum li img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.photoblogMainPhoto ul.thum li.slick-current {
  border: 2px solid #d760bc;
  box-sizing: border-box;
}

.detailInfo {
	width: 340px;
	border: 1px solid #c0c0c0;
	margin-top: 5px;
	padding: 10px 10px 30px;
}

.detailInfo dt {
  border-bottom: 1px dotted #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.detailInfo dt a:hover {
  text-decoration: none;
}

.detailInfo dd {
  margin-bottom: 5px;
}

.detailInfo dd small {
  display: inline-block;
  width: 25px;
}

.detailInfo dd small img {
	width: 20px;
	vertical-align: top;
}


/** 右側 **/
.mainContentsRight .table_title {
  border-left: 5px solid #E957BA;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 0 10px;
  padding-left: 10px;
}

.mainContentsRight table {
  width: 97%;
  margin: 10px auto 0;
  font-size: 1.1em;
  border-collapse: collapse;

}

.mainContentsRight th {
  width: 30%;
  background-color: #FFE3F2;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

.mainContentsRight td {
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  word-break: break-word;
}

.mainContentsRight .schedule th {
	width: 14%;
}

.mainContentsRight .schedule tr:nth-of-type(2) td {
	height: 4em;
	border-bottom: 1px dotted #e0e0e0;
}

.mainContentsRight .schedule tr:nth-of-type(3) td {
	padding: 3px;
	height: 1.6em;
	font-size: 0.9em;
	border-top: 1px dotted #e0e0e0;
}

/* r chat */
.r_chat {
  clear: both;
  display: block;
  width: 360px;
  margin: 10px auto;
  padding: 8px 0;
  color: #ffffff;
  text-align: center;
  font-size: 108%;
  font-weight: bold;
  text-decoration: none;
  background: #452052;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset, -1px -1px 0 rgba(0,0,0,0.5) inset;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset, -1px -1px 0 rgba(0,0,0,0.5) inset;
}
.r_chat span {
  display: inline-block;
  padding-left: 30px;
  color: #ffffff;
  background: url(//img.undernavi.com/web/new_undernaviimage/store/web_cs/lady_detail/icon_chat.png) no-repeat left center;
  background-size: 25px auto;
}
.r_chat:hover {
opacity: 0.9;
  filter:alpha(opacity=90);
  -ms-filter:"alpha( opacity=90 )";
  *zoom: 1;
  text-decoration: none;
}

.web_reserve_bnr p {
  display: block;
  margin: 10px 8px 0;
  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;
}
.web_reserve_bnr p:hover {
  background-color: #e0c5ac;
}