@charset "utf-8";

.listbtn a {
	display: block;
	border-radius: 5px;
	border: 1px solid #ffe6ec;
	background: #ffe6ec;
	padding: 10px;
	text-align: center;
	color: #f05a80;
}
.comment h5 {
	text-align: right;
}
.date {
	text-align: right;
	font-size: 14px;
	margin-bottom: 10px;
}
.blogbox img {
	text-align: center;
	display: block;
	margin: 0 auto;
}
.blogbox {
	font-size:14px;
}
.blogbox h4 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/**-------------------モーダルmodal-------------------------------**/
#inline_content {
  display: none;
  position: fixed;
  z-index: 99;
  width: 730px;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  background-color: rgba(0,0,0,0.3);
}

#inline_content .commentForm {
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fafbf6 url("//img.undernavi.com/portal/web/chugoku/shop/dir/lady/comment.jpg") no-repeat right 25px top 20px;
}

.commentTitleLabel {
  border-left: 5px solid rgba(120, 127, 208, 1);
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 18px;
  color: rgba(90, 90, 81, 1);
}

.commentTitleArea {
  margin-bottom: 7px;
}

.commentTextArea {
  margin-bottom: 10px;
}

input.commentTitle {
  width: 305px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid rgba(200, 200, 200, 1);
}

textarea.commentText {
  width: 690px;
  height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  border: 1px solid rgba(200, 200, 200, 1);
}

.commentCaution {
  font-size: 0.85em;
  color: rgba(90, 90, 81, 1);
}

.commentButton {
  display: block;
  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);
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  behavior: url(border-radius.htc); /* IE */
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -o-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);

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+93 */
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 */
}
#modal_bg, #modal_bg02 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.comment > .write {
	margin-top: 40px;
}

.commentList h6 {
	background: #ffa3b8;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-indent: 55px;
}
.commentList h6 img {
	position: absolute;
	left: 5px;
	top: -10px;
}
.commentDate {
	color: #909090;
	text-align: right;
	font-size: 16px;
	padding: 5px 0;
}
.commentList ul li {
	padding: 10px 0;
}
.btn_comment {
    display: block;
    position: relative;
    /*background-color: #f7d034;*/
    border-radius: 4px;
    color: #fff !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 52px;
    -webkit-transition: none;
    transition: none;
    /*box-shadow: 0 3px 0 #f7ba59;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);*/
    text-align: center;
    letter-spacing: 1px;
    margin: 15px auto 30px auto;
}
.btn_comment:hover {
  /*top: -4px;
  box-shadow: 0 7px 0 #f7ba59;*/
}
.btn_comment:active {
  top: 3px;
  box-shadow: none;
}

.blogbody a {
    color: #eb4f77;
}
#thumbBox li {
	width: 56px !important;
	height: 80px !important;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
}
.slick-slide img {
	display: block;
	width: 100%;
	height: auto;
}
#ladyInformation .mainContents {
	width: 35%;
	position: relative;
}
#thumbBox {
	width: 300px;
	overflow: hidden;
	margin: 5px auto 0;
}
#thumbBox li:last-child {
	margin-right: 0;
}
.slick-next {
	background-image: url("https://img.undernavi.com/front/pc/shop/detail/move-to-next_off.png") !important;
	right:-30px;
}
.slick-prev {
	background-image: url("https://img.undernavi.com/front/pc/shop/detail/move-to-prev_off.png") !important;
	left: -30px;
}

.mainContents .leftFrame {
	padding: 0px 20px;
}
.mainContents .rightFrame {
	flex-basis: 60%;
}
.slick-track {
	transform: translate3d(0px, 0px, 0px) !important;
}
.comment .btn_comment {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #EC68B3 !important;
	text-decoration: none !important;
	font-size: 20px;
	border: 1px solid #EC68B3;
	text-align: center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 33px;
}

.ok_box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background: rgba(0,0,0,0.3);
  width: 30%;
  text-align: ;
  padding: 5px;
  z-index: 99;
}
.ok_box .ok_data.mb10 {
  padding: 20px;
  text-align: center;
  background: #fafbf6 url("//img.undernavi.com/portal/web/chugoku/shop/dir/lady/comment.jpg") no-repeat;
  background-size: contain;
  margin: 0;
}
.blogbody video {
	max-width: 100%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}
.photoblog_movie.v_movie {
	max-width: 50%;
	height: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
}
#thumbBox .slick-track {
	display: flex;
	flex-wrap: wrap;
	width: 100% !important;
}
#thumbBox li:nth-child(5n) {
	margin-right: 0;
}
.lady_photoblog_sns .modal_box, .lady_photoblog_sns .modal_box02 {
	position: relative;
}
.lady_photoblog_sns #modal {
	position: absolute;
	top: 130px;
	left: -130px;
	z-index: 999;
	width: 420px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 5px #999;
	overflow: inherit;
	height: auto;
}
.lady_photoblog_sns #modal button[type="submit"] {
	width: 65px;
	padding: 0;
	background: #c90037 url('https://img.undernavi.com/front/pc/common/icon_search.png') no-repeat center center;
	border: none;
	cursor: pointer;
}
.lady_photoblog_sns .modal_box span.triangle, .lady_photoblog_sns .modal_box02 span.triangle {
	position: absolute;
	right: 220px;
	top: -20px;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #fff;
	transform: rotate(45deg);
	box-shadow: 0 0 5px #999;
}
.lady_photoblog_sns .modal_box span.triangle::after,
.lady_photoblog_sns .modal_box02 span.triangle::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 20px;
	display: inline-block;
	width: 70px;
	height: 30px;
	background: #fff;
	transform: rotate(-45deg);
}
.lady_photoblog_sns .modal_box form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #c90037;
	border-radius: 8px;
	overflow: hidden;
	height: 40px;
}
.lady_photoblog_sns .m_txt {
	font-size: 17px;
	color: #c90037;
	font-weight:bold;
	text-align: center;
	padding: 15px 0px;
}
.lady_photoblog_sns .closebtn {
	text-align: center;
	padding: 20px 0 0;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.lady_photoblog_sns .modal_box02 input {
	height: 24px;
}
.lady_photoblog_sns .btn {
	display: inline-block;
	width: 140px;
	background: #efefef;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.lady_photoblog_sns .btn a, .btn input[type="submit"] {
	font-size: 17px;
	color: #000;
	display: block;
	width: 100%;
	padding:0;
}
.lady_photoblog_sns .btn a:hover, .lady_photoblog_sns .btn input[type="submit"]:hover {
	opacity: 0.7;
}
.lady_photoblog_sns .btnarea {
	text-align: center;
}
.lady_photoblog_sns {
	display: flex;
	margin-bottom: 10px;
}
.lady_photoblog_sns > li {
	border: 1px solid #cecece;
	flex: 1;
	-webkit-flex: 1;
	border-radius: 5px;
	background: #f2f2f2;
}
.lady_photoblog_sns li:not(:last-child) {
	margin-right: 10px;
}
.lady_photoblog_sns li span {
	display: block;
	font-weight: bold;
}
.lady_photoblog_sns li img {
	display: block;
	text-align: center;
	margin: 0 auto .5em;
	height: 35px;
}
.lady_photoblog_sns li > a, .lady_photoblog_sns li > div {
	color: #000;
	text-align: center;
	padding: 10px;
	height: 100%;
	cursor: pointer;
	display: block;
}
.lady_photoblog_sns li .modal_box02 ul li {
	text-align: left;
}
.lady_photoblog_sns li .modal_box02 ul li.alignC {
	text-align: center;
}
.lady_photoblog_sns .favorite_lady_btn {
	background: none;
	line-height: inherit;
	width: auto;
	border-radius: inherit;
	border: none;
}

.lady_photoblog_sns li > div.modal_box02 {
	padding: 0;
}
.lady_photoblog_sns li > div.modal_box02 #write {
	padding: 10px;
}

.commen.comment_area_new {
	border-radius: 5px;
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 10px;
}
.commen.comment_area_new .btn_comment {
	width: 80%;
	border-radius: 5px;
	background: #d9d9d9;
	border: 1px solid #c1c1c1;
	margin: 0 auto;
	color: #666 !important;
}
.commen.comment_area_new .write {
	margin: 0;
}
.comment_ttl {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.commen.comment_area_new + h5 {
	text-align: right;
}

#erMsg > .errmsg {
    background: #f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}
.blogbody_content img {
	display: inline;
}

.check_box-lady {
	text-align: center;
	margin: 20px auto;
	display: block;
}

.check_box.check_box-item {
	vertical-align: middle;
	font-size: 16px;
	padding-left: 30px;
	position: relative;
}
.check_box-lady input[type="checkbox"]  {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックスデザイン */
.check_box-lady input[type="checkbox"] {
	display: none;
}
.check_box-lady input[type="checkbox"]::before,
.check_box-lady input[type="checkbox"]::after {
	content: "";
	display: block; 
	position: absolute;
}
.check_box-lady input[type="checkbox"]::before {
	border: 2px solid red;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
}
.check_box-lady input[type="checkbox"]::after {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	height: 11px;
	width: 6px;
	transform: rotate(40deg);
}
.check_box.check_box-item::before {
	background-color: white;
	border: 2px solid red;
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
}
input[type="checkbox"]:checked + .check_box-item::after {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 5px;
	height: 11px;
	width: 6px;
	transform: rotate(40deg);
}
input[type="checkbox"]:checked + .check_box-item::before {
	background-color: red;
}

.blog_favorite_btn {
	background: #fff;
	border-radius: 20px;
	border: 1px solid #cecece;
	padding: 3px 10px 2px 40px;
	position: relative;
	vertical-align: bottom;
	margin-bottom: 20px;
	opacity: .8;
	filter: grayscale(1);
	color: #6c6c6c;
	font-weight: 600;
}
.blog_favorite_btn.is_fav {
	background: #c90037;
	color: #fff;
	opacity: 1;
	filter: initial;
}
.blog_favorite_btn::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://img.undernavi.com/front/pc/shop/icon_like_gray.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.blog_favorite_btn.is_fav::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://img.undernavi.com/front/pc/shop/icon_like_white.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.blogbox-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fav-content {
	display: flex;
	justify-content: right;
	gap: 0 10px;
	align-items: center;
	margin-bottom: 10px;
}
.fav-content .blog_favorite_btn {
	margin-bottom: 0;
}

.fav-content-txt {
    opacity: 0.8;
    filter: grayscale(1);
}