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

.main_txt {
    color: #666;
}
.pager_area {
    padding: 15px 3%;
}
.comment_area {
    width: 90%;
    background: #FFF;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 35px;
    margin: 15px auto;
    padding: 20px 30px;
}
.comment_ttl {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}
.comment_area .btn_message {
    display: block;
    background: linear-gradient(to bottom, #ffffff, #dadada);
    width: 70%;
    margin: 0 auto;
    color: #666666;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 25px;
    padding: 10px;
    cursor: pointer;
    font-size: 5vw;
}
#comment_list {
    margin: 15px 0;
    color: #656565;
}
#comment_list small {
    display: block;
    padding: 0 0 10px 0px;
}
#comment_list small img {
    vertical-align: middle;
    padding-right: 5px;
}
#comment_list li {
    border-bottom: 1px dotted #656565;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
#comment_list li:last-child {
    border-bottom: none;
}

.nextPrev {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.nextPrev li {
    width: 45%;
}
.nextPrev li:nth-child(odd) {
    width: 26%;
}
.nextPrev li a {
    display: block;
    text-align: center;
    color: #666666;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 10px 0;
}
.photoblog_list_link {
    width: 80%;
    background: #c90037;
    border-radius: 30px;
    margin: 20px auto 0 auto;
}
.photoblog_list_link a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
    font-size: 4.5vw;
}

/**モーダル*/
.modal {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
}
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background:rgba(200,200,200,0.9);
  width:100%;
  height:100vh;
  z-index:10;
}
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
    width: 100%;
  z-index:11;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.comment_area .form {
    width: 100%;
    margin: 30px auto;
}
.comment_area .form dd {
    margin-bottom: 25px;
}
.comment_area .form input[type="text"] {
    width: 100%;
    padding: 10px 6px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.comment_area .form textarea {
    width: 100%;
    padding: 10px 6px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    height: 150px;
}
.comment_area .form .form_btn {
    width: 75%;
    margin: 0 auto;
}
.comment_area .form .caution {
    margin-bottom: 25px;
    color: #c90037;
    font-size: 3.5vw;
}
.comment_area .form input[type="submit"] {
    -webkit-appearance: none;
    isplay: block;
    background: linear-gradient(to bottom, #ffffff, #dadada);
    width: 100%;
    color: #666666;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 25px;
    padding: 10px;
    font-size: 5vw;
}

.work_btn.mb20 {
	text-align: center;
	margin-top: 20px;
}

.btn_comment {
    display: block;
    position: relative;
    background-color: #f7d034;
    border-radius: 4px;
    color: #fff !important;
    font-size: 4vw;
    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;
    margin: 10px auto 30px auto;
}
.btn_comment:hover {
  top: -4px;
  box-shadow: 0 7px 0 #f7ba59;
}
.btn_comment:active {
  top: 3px;
  box-shadow: none;
}

.white_area02 {
    width: 96%;
    background: #FFF;
    padding: 0px 0px 15px 0px;
    margin: 10px auto 15px auto;
}
.white_area02 .inner {
    padding: 15px 10px;
}
.flex_box_lady {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative
}
.flex_box_lady:after {
    content: "＞";
    color: #333;
    font-size: 5.5vw;
    font-weight: bold;
    position: absolute;
    top: 30px;
    right: 0;
}
figure.lady_photo {
    width: 22%;
    height: 80px;
    overflow: hidden;
}
.movieBoxSize {
    width: 75%;
}
.movieBoxSize .name {
    color: #c80037;
    font-size: 4.5vw;
    font-weight: bold;
    padding-bottom: 3px;
}
.movieBoxSize .size {
    color: #333;
    font-size: 4vw;
}
#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);
}
.ok_box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background: rgba(0,0,0,0.3);
	width: 70%;
	text-align: ;
	padding: 5px;
	z-index: 99;
}
.ok_box .ok_data.mb10 {
	padding: 20px;
	text-align: center;
	background: #fff;
	margin: 0;
}
.lady_photoblog_sns {
	display: flex;
	width: 90%;
	margin: 0 auto;
}
.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: 2vw;
}
.lady_photoblog_sns li span {
	display: block;
	margin-top: auto;
	font-weight: bold;
}
.lady_photoblog_sns li img, .lady_photoblog_sns li svg {
	display: block;
	text-align: center;
	margin: 0 auto .5em;
	max-width: 8vw;
}
.lady_photoblog_sns li a, .lady_photoblog_sns li div {
	color: #000;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 1em .5em;
	height: 100%;
	cursor: pointer;
}
.comment_area.comment_area_new {
	border-radius: 5px;
	background: #f2f2f2;
}
.comment_area.comment_area_new .btn_message.jsModalOpen {
	width: auto;
	border-radius: 5px;
	background: #d9d9d9;
	border-color: #c1c1c1;
}
/* ログインbox
-------------------------*/
.bubble {
	position: fixed;
	/*bottom: -14.3rem;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	background: #fff;
	padding: 10px;
	z-index: 5;
}
/*.bubble::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 25px;
}*/
.bubble::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.bubble>* {
  position: relative;
  z-index: 3;
}
.bubble,
.bubble::after {
  border-radius: 5px; /* 角の丸め方 */
}
.bubble,
.bubble::before {
  box-shadow: 0 0 10px 0 rgba(163,163,163,0.50); /* ぼかし距離(第3引数)，拡散距離(第4引数)，色(第5引数) */
}
.bubble,
.bubble::before,
.bubble::after {
  background: #fff; /* 背景色 */
}
/* 吹き出し・上辺右側 */
.bubble--top_right::before {
  top: -10px; right: 20vw; /* 位置 */
  transform: rotate(45deg) skew(20deg,20deg); /* 傾斜角(skew) */
}
.login_box li label {
	display: block;
}
.login_box li label.inline {
	display: inline-block;
}
.login_box li input[type="text"],
.login_box li input[type="password"] {
	border: 1px solid #ccc;
	width: 95%;
	padding: 5px 5px;
}
.login_box li input[type="checkbox"] {
	appearance: checkbox !important;
	-webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
}
.btn_area {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 5px auto;
}
.btn_area p {
	width: 49%;
	background: #efefef;
    text-align: center;
	padding: 5px 0;
	display: flex;
    align-items: center;
}
.btn_area p a {
	color: #000;
	align-items: center;
	margin: 0 auto;
}
.btn_area p input[type="submit"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
    background-color: transparent;
	margin: 0 auto;
}
.closebtn {
	text-align: center;
	margin-top: 5px;
}

#erMsg > .errmsg {
    background: #f00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 15px;
}
.photo, .date {
	margin-bottom:10px;
}
.photo {
	text-align:center;
}
#movie .inner {
	padding-bottom: 0;
}
.btn_area p #webreserveBtn {
	color: #000;
	font-size: 15px;
}
.check_area input[type="checkbox"] { display: none; }

.check_area input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-left: 10%;
}

.check_area input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.check_area input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	opacity: 1;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check_area input[type="checkbox"] + label::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #c90e37;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .6;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
}


.check_area {
	margin: 0px 0 30px;
}