@charset "UTF-8";

#shop_title{
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#888;
	text-align:left;
	line-height:1.4em;
	padding:1%;
	margin:1% auto;
}

/*** 店舗エリア・名前 ***/
h1#shop_area_name{
	width:98%;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding:2%;
	margin:1% auto;
	box-sizing: border-box;
}
h1#shop_area_name a{
	display: flex;
	justify-content: start;
	text-decoration: none;
}
a .shoparea{
	width:30%;
	font-size:2.4vw;
	font-weight:bold;
	color:#999;
	line-height:2em;
	text-align:left;
	padding-right:2%;
}
a .shopname{
	width:auto;
	font-size:3.4vw;
	color:#888;
	font-weight:bold;
	line-height:1.2em;
	margin-left:1%;
}
.shopname div{
	font-size:2.4vw;
}

#shopImgBox{
	width:100%;
	margin:0;
}
ul.jCarousel{
	padding-left:0;
	margin:0;
}
li{
	background-color:#CCC;
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:0;
}
li img{
	width:100%;
	vertical-align:bottom;
}
li .pic_comment{
	background-color:#FFF;
	width:100%;
	text-align:center;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	line-height:1.8em;
}

#shop_catch{
	width:98%;
	font-size:100%;
	font-size:1rem;
	color:#ff6ea5;
	line-height:1.4em;
	text-align:left;
	margin:1% auto;
}

#shop_gift_box{
	background-color:#fdfeec;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	border:1px #5cc3d6 solid;
}
.shop_gift_title{
	background:url(/img/smart/shoplist_gift_title.jpg) no-repeat;
	background-position:left center;
	background-size:70% auto;
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	padding:2%;
	text-align:right;
	border-bottom:2px #EEE solid;
}
.shop_gift_detail{
	display:table;
	table-layout:fixed;
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:120%;
	font-size:1.2rem;
	color:#5cc3d6;
	text-align:left;
	line-height:1.4em;
	padding:2%;
}
.shop_gift_photo{
	display:table-cell;
	vertical-align:middle;
	width:22%;
	height:auto;
	overflow:hidden;
	padding:1%;
	border:1px #CCC solid;
}
.shop_gift_text{
	display:table-cell;
	vertical-align:top;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:120%;
	font-size:1.2rem;
	color:#5bc2d3;
	line-height:1.4em;
	text-align:left;
	padding:1%;
}
.shop_gift_text div{
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	text-align:left;
	line-height:1.2em;
}

#shop_recruit_freeshop_line{
	background-color:#d8d8d8;
	width:98%;
	height:2px;
	margin:1% auto;
}

#shop_recruit_detail_box{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.shop_detail_left{
	display:table-cell;
	vertical-align:middle;
	background-color:#ff6ea5;
	width:21%;
	font-size:2.6vw;
	color:#FFF;
	line-height:1.4em;
	text-align:left;
	padding:2%;
}
h3.shop_detail{
	display:table-cell;
	vertical-align:middle;
	width:71%;
	padding:2%;
	font-size:2.6vw;
	color:#666;
	line-height:1.4em;
	font-weight: normal;
	text-align:left;
	border-bottom:2px #d8d8d8 solid;
}
h3.shop_detail a{
	color:#ff7dad;
}

#shop_contact_box{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:2% auto;
}
.shop_contact_btn{
	display:table-cell;
	vertical-align:middle;
	width:25%;
	height:auto;
	overflow:hidden;
	padding:1px;
}
.shop_contact_btn img{
	vertical-align:bottom;
}

#shop_point_title{
	width:96%;
	height:auto;
	overflow:hidden;
	background-color:#fee5fa;
	margin-top:3%;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	text-align:left;
	padding:2%;
}
#shop_point_title span.point{
	font-size:120%;
	font-size:1.3rem;
	color:#666;
	margin-left:1%;
}

#shop_point_title span.number{
	font-size:120%;
	font-size:1.3rem;
	color:#ff7da2;
	line-height:1.2em;
	margin-left:1%;
}
.shop_point_text_title{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:110%;
	font-size:1.1rem;
	color:#ff6aa2;
	text-align:left;
	line-height:1.4em;
	margin:1% auto;
}
.shop_point_text{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	text-align:left;
	line-height:1.4em;
	margin:0 auto;
}

/*** ギャラリー ***/
#shop_gallery_box{
	background-color:#000;
	width:96%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
#shop_gallery_box img{
	vertical-align:middle;
}

#shop_freecomment{
	width:96%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	color:#666;
	line-height:1.4em;
	text-align:left;
	margin:1% auto 2%;
	padding:1%;
}

/*** 店舗　キャスト ***/
#cast_box{
	width:98%;
	height:auto;
	margin:3% auto 1%;
}
#cast_contents{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% 0;
	border-bottom:1px #ee4b8c solid;
}
.cast_img{
	display:table-cell;
	vertical-align:middle;
	background:url(/img/shop/girls_img_back.jpg) no-repeat;
	background-size:100% 100%;
	width:28%;
	height:auto;
	overflow:hidden;
	padding:1%;
}
.cast_img img{
	vertical-align:bottom;
	margin:auto;
}
.cast_comment{
	display:table-cell;
	vertical-align:top;
	background-color:#fdfeec;
	width:68%;
	height:auto;
	overflow:hidden;
	padding:1%;
	font-size:100%;
	color:#666;
	line-height:1.4em;
	text-align:left;
	border:2px #ffe1f9 solid;
}
.cast_comment_title{
	width:95%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	border-bottom:1px #e6e7e1 solid;
}
.cast_name_age{
	text-align:left;
	width:100%;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:2em;
}
.cast_text{
	text-align:left;
	width:100%;
	font-size:90%;
	font-size:0.9rem;
	color:#666;
	line-height:1.4em;
}

#shop_movie_box{
	background-color:#666;
	text-align:center;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	padding-top:1%;
}

#shop_staff_box{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
}
.shop_staff_img{
	display:table-cell;
	vertical-align:top;
	width:45%;
	height:auto;
	overflow:hidden;
	padding:2%;
}
.shop_staff_contents{
	display:table-cell;
	vertical-align:top;
	width:55%;
	height:auto;
	font-size:100%;
	color:#f89819;
	padding:1%;
	overflow: hidden;
}
#shop_staff_name_contin{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	border-bottom:1px #c8c8c8 solid;
}
.shop_staff_area{
	display:table-cell;
	vertical-align:middle;
	background-color:#ff6aa2;
	width:8%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#FFF;
	line-height:2em;
	padding:1%;
	text-align:center;
}
.shop_staff_shopname{
	display:table-cell;
	vertical-align:middle;
	width:58%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#ff6aa2;
	padding:1%;
	line-height:2em;
	text-align:left;
}
.shop_staff_name{
	display:table-cell;
	vertical-align:middle;
	width:28%;
	height:auto;
	overflow:hidden;
	font-size:90%;
	font-size:0.9rem;
	color:#71b7bf;
	line-height:2em;
	padding:1%;
	text-align:right;
}
.shop_staff_text{
	width:98%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	text-align:left;
	line-height:1.4em;
}
.shop_staff_detailbtn{
	width:50%;
	margin:2% auto;
	background-color: #e298b1;
	line-height:3em;
	text-align:center;
	border:2px #feb8f6 solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background:-moz-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background: linear-gradient(to right bottom, #FFF 50%, #fcd8e6);
}
.shop_staff_detailbtn a{
	display:block;
	font-size:110%;
	font-weight:bold;
	color:#826f75;
}

/********************************
求人情報
********************************/
#shop_recruit_box{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% auto;
}
#shop_recruit_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0;
	border-bottom:1px #666 solid;
}
.shop_recruit_item{
	display:table-cell;
	vertical-align:middle;
	width:20%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#ff72a7;
	line-height:1.6em;
	text-align:left;
	padding:1%;
}
.shop_recruit_icon{
	display:table-cell;
	vertical-align:middle;
	background:url(/img/shop/recruit_icon.jpg) no-repeat;
	background-size:100% auto;
	background-position:center center;
	width:3%;
	height:auto;
	overflow:hidden;
}
.shop_recruit_detail{
	display:table-cell;
	vertical-align:middle;
	width:75%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	text-align:left;
	padding:1%;
}
.shop_recruit_detail a{
	display:block;
	color:#ff72a7;
}
#shop_recruit_pr2{
	width:98%;
	height:auto;
	overflow:hidde;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	text-align:left;
	padding:1%;
}
.merit_icon{
	width:30%;
	height:auto;
	overflow:hidden;
	margin:1%;
	float:left;
	border:2px #fdb1cf solid;
}
.merit_icon img{
	vertical-align:bottom;
}

/********************************
Shop Info
********************************/
#shop_information_box{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	margin:1% auto 0;
}
#shop_information_shoplogo{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto 1%;
}
#shop_information_shoplogo img{
	vertical-align:bottom;
}
#shop_information_contents{
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0;
	border-bottom:1px #666 solid;
}
.shop_information_item{
	display:table-cell;
	vertical-align:middle;
	width:20%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#ff72a7;
	line-height:1.6em;
	text-align:left;
	padding:1%;
}
.shop_information_icon{
	display:table-cell;
	vertical-align:middle;
	background:url(/img/shop/recruit_icon.jpg) no-repeat;
	background-size:100% auto;
	background-position:center center;
	width:3%;
	height:auto;
	overflow:hidden;
}
.shop_information_detail{
	display:table-cell;
	vertical-align:middle;
	width:75%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	text-align:left;
	padding:1%;
}
.shop_information_detail a{
	display:block;
	font-size:1.2rem;
	color:#ff72a7;
	float:left;
}
#shop_mailcheckform_contents{
	postion:relative;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0;
	margin-top:20%;
	top:7%;
	border-bottom:1px #666 solid;
}
#shop_mailform_contents{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:1% 0;
	border-bottom:1px #666 solid;
}
.shop_mailform_title{
	background-color:#ff689b;
	width:100%;
	font-size:4vw;
	font-weight:bold;
	color:#FFF;
	line-height:2em;
	text-align:center;
}
.shop_mailform_contents{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.shop_mailform_item{
	background:url(/img/smart/heartIcon.png) no-repeat;
	background-position:left 1% center;
	background-size:6% auto;
	width:100%;
	font-size:4vw;
	color:#FF9933;
	text-align:left;
	line-height:1.6em;
	padding-top:0.5%;
	padding-left:9%;
	margin-top:3%;
}
.shop_mailform_item span{
	background-color:#db0300;
	font-size:3vw;
	color:#FFF;
	text-align:center;
	padding:1% 2% 1%;
	line-height:1.4em;
	margin:1%;
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}
.shop_mailform_input{
	width:100%;
	font-size:4vw;
	color:#000;
	line-height:1.3em;
	margin:1% auto;
	border-bottom:1px #999 dotted;
}
.shop_mailform_input2{
	width:100%;
	font-size:4vw;
	color:#000;
	line-height:1.4em;
	margin:1% auto;
}
.shop_mailform_input label{
	font-size:4vw;
	color:#000;
	margin:0 3% 0 1%;
}
.shop_mailform_input input, textarea ,.shop_mailform_input2 input{
	padding:1%;
	margin:1% 0;
	background: #FFF;
	border: 1px #ddd solid;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	box-shadow: 0px 0px 4px #aaa;
	-webkit-transition: background 0.3s linear;
}
.shop_mailform_input select {
	border:#666 solid 1px;
	padding: 0.2em;
	font-weight: bold;
	color: #000;
	height:3em;
	width:96%;
	margin:4px 0px;
}
.shop_mailform_input option {
	border: 1px solid #CCC;
	margin: -1px 0 0;
	padding: 0.2em 0.2em 0.2em 24px;
	background: #efe url('/img/smart/heartIcon.png') no-repeat 4px center;
	font-weight: normal;
	line-height: 1em;
	color: #000;
}
.shop_mailform_input option[selected] {
	font-weight: bold;
	color: #000;
}
.shop_mailform_input input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}
.shop_mailform_input input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #FF3399;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.shop_mailform_inputtext{
	width:100%;
	text-align:left;
	font-size:4vw;
	color:#000;
	border-bottom:1px #999 dotted;
}
.shop_mailform_input .formTalkLine {
  font-size:0.9em;
}
.shop_mailform_input .formTalkLine .form {
  margin-bottom:12px;
}
.shop_mailform_input .formTalkLine .title.bottomMargin {
  margin-bottom: 5px;
}
.shop_mailform_input .formTalkLine .form.alert {
  color:#6b6b6b;
  font-size:0.8em;
  margin-left:100px;
}
.shop_mailform_input .formTalkLine .form div {
  display:inline-block;
}
.shop_mailform_input .formTalkLine .form div.leftBox {
  width:14%;
  vertical-align: top;
  text-align: right;
  font-size:0.8em;
  line-height: 24px;
}
.shop_mailform_input .formTalkLine .form div.leftBox.noChk {
  color:#6b6b6b;
}
.shop_mailform_input .formTalkLine .form div.leftBox.chk {
  color:#ff0000;
}
.shop_mailform_input .formTalkLine .form div.rightBox {
  width:83%;
}
form [type="checkbox"].error + label:before {
  background-color: #ff8585;
}
[type="checkbox"] + label {
  font-size: 0.9rem;
  padding-left: 25px;
  line-height: 22px;
}
input.datepicker {
  background-image: url("/img/calendar.png");
  background-repeat: no-repeat;
  background-size:  24px;
  background-position: right;
  width: 150px !important;
}
[type="checkbox"] + label:before {
  background-color:#fff;
  border:none;
}
[type="checkbox"]:checked + label:before {
  background-color:unset;
  z-index: 1;
}
[type="checkbox"]:checked + label:after {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  margin-top: 2px;
}

.shop_mailform_text{
	width:100%;
	text-align:center;
	font-size:4vw;
	color:#0000FF;
}
#shop_googlemap{
	width:98%;
	height:auto;
	overflow:hidden;
	padding:1%;
	border-bottom:1px #666 solid;
}

/*** 完了画面 ***/
#shopFormData table{
	width:96%;
	height:auto;
	margin:3px auto 5px;
	border:1px #FFD2CD solid;
	background-color:#FEFFD1;
	color:#663333;
}

#shopFormData table tr td{
	text-align:center;
	vertical-align:middle;
	padding:8px 3px;
}

#shopFormData table tr td span.txt1{
	color:#FFD521;
}

#shopFormData table tr td a{
	color:#663333;
}

#shopFormData table tr td div.txt2{
	font-size:20px;
	color:#FF9933;
}

#shopFormcomplete{
	width:70%;
	height:auto;
	margin:3px auto 5px;
	color:#777;
}
.checkAlert {
  color: red;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: 8px;
}
/****************************
グラデーションボタン各種
****************************/
#shop_pink_btn{
	width:98%;
	margin:2% auto;
	background-color: #FFF;
	line-height:4em;
	text-align:center;
	border:2px #f6a8c2 solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #f6a8c2);
	background:-moz-linear-gradient(left top, #FFF 50%, #f6a8c2);
	background: linear-gradient(to right bottom, #FFF 50%, #f6a8c2);
}
#shop_pink_btn a{
	display:block;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#7f6e74;
	text-decoration:none;
}

#shop_contact_btn_box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:5% auto 3%;
}

#shop_tel_btn{
	width:98%;
	margin:2% auto;
	background-color: #FFF;
	line-height:4em;
	text-align:center;
	margin:2% auto;
	border:2px #b481ce solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #e9bbf9);
	background:-moz-linear-gradient(left top, #FFF 50%, #e9bbf9);
	background: linear-gradient(to right bottom, #FFF 50%, #e9bbf9);
}
#shop_tel_btn a{
	display:block;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#7f6e74;
	text-decoration:none;
}

#shop_mail_btn{
	width:98%;
	margin:2% auto;
	background-color: #FFF;
	line-height:4em;
	text-align:center;
	margin:2% auto;
	border:2px #3fd7fe solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #bdeffa);
	background:-moz-linear-gradient(left top, #FFF 50%, #bdeffa);
	background: linear-gradient(to right bottom, #FFF 50%, #bdeffa);
}
#shop_mail_btn a{
	display:block;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#7f6e74;
	text-decoration:none;
}
#shop_webmail_btn{
	width:98%;
	margin:2% auto;
	background-color: #FFF;
	line-height:4em;
	text-align:center;
	margin:2% auto;
	border:2px #d0d174 solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #f3f9bb);
	background:-moz-linear-gradient(left top, #FFF 50%, #f3f9bb);
	background: linear-gradient(to right bottom, #FFF 50%, #f3f9bb);
}
#shop_webmail_btn a{
	display:block;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#7f6e74;
	text-decoration:none;
}

#shop_line_btn{
	width:98%;
	margin:2% auto;
	background-color: #FFF;
	line-height:3.5em;
	text-align:center;
	margin:2% auto;
	border:2px #2edb2a solid;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #aaff9f);
	background:-moz-linear-gradient(left top, #FFF 50%, #aaff9f);
	background: linear-gradient(to right bottom, #FFF 50%, #aaff9f);
}
label #shop_line_btn{
	display:block;
	font-size:120%;
	font-size:1.2rem;
	font-weight:bold;
	color:#7f6e74;
	text-decoration:none;
}
.shop_line_name{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	text-align:center;
}
.shop_line_notice{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-size:1rem;
	color:#666;
	line-height:1.6em;
	text-align:center;
}
.shop_line_notice div{
	color:#fd6aa0;
}

/* メールフォーム画面 */
.shopNavform {
	width:95%;
	margin:3px auto;
}
.shopNavform li {
	background:url(/img/smart/formail_back.jpg) repeat-x;
	background-color:#FFF;
	position: relative;
	border: solid 1px #E9E9E9;
	margin-bottom:5px;
	list-style:none;
}
.shopNavform li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
p.newshop{
	background-color:#FFF;
	position: relative;
	border: solid 1px #E9E9E9;
	margin-bottom:5px;
	list-style:none;
}

/* -------------------------
      店舗モール
---------------------------- */
/*** 掲載終了表示 ***/
#shopendMall{
	background-color:#FF6699;
	display:table;
	table-layout:fixed;
	width:100%;
	height:auto;
	overflow:hidden;
}

#shopendNameBox{
	padding:0px 5px;
}

#shopendMallName{
	color:#FFF;
	font-size:100%;
	line-height:2em;
}
#shopendDataArea dl {
	display:table;
	table-layout:fixed;
	width:95%;
	height:auto;
	margin:2% auto;
}

#shopendDataArea dl dt {
	display:table-cell;
	vertical-align:middle;
    width: 20%;
	height:auto;
	overflow:hidden;
	font-size:100%;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	background-color:#FFDBDB;
	color:#FF6699;
	text-align:center;
	margin-bottom:2%;
	line-height:2em;
	border:1px #FEABC5 solid;
}

#shopendDataArea dl dd {
	display:table-cell;
	vertical-align:middle;
	width:75%;
    height:auto;
    padding-left:1%;
	margin:0 0 6px 75px;
	font-size:100%;
	color:#666;
	line-height:2em;
	overflow:hidden;
}
#shopendMap{
	text-align:center;
	height:25px;
	border:1px #CCC solid;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	background-color:#EFEFEF;
}

#shopendMap a{
	display:table;
	width:100%;
	height:25px;
	color:#666;
	line-height:2.3;
}
/*** 掲載終了表示ここまで ***/

/*********************************
	LINE　ポップアップ
*********************************/
.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: auto;
    left: 50%;
    top: 50%;
    margin-top: 0px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    overflow: hidden;
}
@media (min-width: 400px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 90%;
         height: auto;
    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 30% !important;
     margin-left: 70% !important;
     margin-top: -32px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(0, 0, 0, 1.0);
    display: inline-block;
    position: fixed;
    left: 80%;
    top: 16%;
    z-index: 999;
    width: 20pt;
    height: 20pt;
    font-size: 20px;
    color:#FFF;
    border-radius: 50%;
    line-height: 22pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(255, 255, 255, 0.5);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.button{
	width:auto;
	background:#455a64;
	border:none;
	border-radius:2px;
	display:inline-block;
	font-size:100%;
	color:#fff;
	margin:0 5px 5px 0;
	padding:5px;
	text-decoration:none;
}
.inline_content {
	width: 100%;
	overflow: hidden;
	padding:0;
}

.line_contents{
	background-color:#FFF;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	border-bottom:2px #00c300 solid;
}
.line_area_name{
	width:100%;
	font-size:4vw;
	font-weight:bold;
	color:#666;
	line-height:2em;
}
.line_shoparea{
	width:100%;
	font-size:3vw;
	color:#666;
	line-height:1.4em;
	margin:0 auto 1%;
}

.line-detail-img{
	width:100%;
	margin:0;
}
.line-detail-copy{
	width:100%;
	margin:0;
}
.clipboard_copy_txt{display: none;}

.line_copy_h{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	font-size:3vw;
	color:#ff4500;
	line-height:1.5em;
}
.line_copy_text{
	width:90%;
	height:auto;
	overflow:hidden;
	font-size:4vw;
	color:#666;
	line-height:1.5em;
	text-align:left;
	border:1px #d7074b solid;
	padding:1%;
	margin:0 auto;
}
.line_copy_btn{
	width:70%;
	height:auto;
	overflow:hidden;
	font-size:4vw;
	color:#33cc33;
	line-height:2em;
	text-align:center;
	margin:0 auto 5%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px #33cc33 solid;
}
.line_copy_alert {
  display: none;
}

.line_btn{
	font-family: sans-serif;
	width:70%;
	height:auto;
	overflow:hidden;
	text-align:center;
	background-color:#33cc33;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin:2% auto;
}

.line_btn a{
	display:block;
	color:#FFF;
	font-size:4vw;
	line-height:2em;
	overflow:hidden;
	text-decoration:none;
}

.linepop_text{
	width:80%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:4vw;
	color:#33cc33;
	line-height:1.2em;
	padding:1%;
	margin:0 auto;
}
.linepop_linename{
	display:table;
	table-layout:fixed;
	width:70%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
}
.linepop_name_title{
	display:table-cell;
	vertical-align:middle;
	width:30%;
	font-size:4vw;
	color:#33cc33;
	line-height:1.2em;
	padding:1%;
	text-align:center;
	box-sizing:border-box;
}
.linepop_name{
	display:table-cell;
	vertical-align:middle;
	width:70%;
	height:auto;
	font-size:4vw;
	color:#666;
	line-height:1.2em;
	padding:1%;
	text-align:center;
	box-sizing:border-box;
}
textarea.linepop_id{
	display:table-cell;
	vertical-align:middle;
	width:94%;
	height:20px;
	font-size:4vw;
	color:#666;
	line-height:1.2em;
	padding:1%;
	text-align:left;
	border:1px #CCC solid;
	box-sizing:border-box;
}
/*
============================================
 店舗モール下部ナビセット 色など変更
============================================
*/

#fixedMenu{
	display:block;
	background-color:#eee;
	height:auto;
	margin-top:1%;
	position:relative;
}
#fixedMenu ul{
	display: block;
	position:fixed;
	bottom:0;
	left:0;
	width:98%;
	background-color:rgba(255,255,255,0.5);
	overflow:hidden;
	padding:1%;
	margin:0;
	z-index:9999;
}
td.shopinfogirlsbtn{
	width:24%;
	padding:0.5%;
}

a.telbutton{
	display:block;
}

a.mailbutton{
	display:block;
}

a.linebutton{
	display:block;
}
a.keepbutton{
	display:block;
}
/******************************
******************************/
.Menz_link{
	text-align:center;
	width:100%;
}

#shop_backlink{
	display:table;
	table-layout:fixed;
	width:98%;
	height:auto;
	overflow:hidden;
	padding:2% 0;
	margin:1% auto;
}
.shop_backlink{
	display:table-cell;
	vertical-align:middle;
	background:url(/img/smart/shop_btn_back.jpg) no-repeat;
	background-size:100% 100%;
	background-color:#FFF;
	width:48%;
	height:auto;
	margin-right:2%;
	padding-bottom:1%;
	text-align:center;
}
.shop_backlink a{
	display:block;
	font-weight:bold;
	font-size:2.8vw;
	line-height:3em;
	color:#FFF;
	text-decoration: none;
}
.shop_backlink_space{
	display:table-cell;
	vertical-align:middle;
	width:2%;
	height:5px;
}
/* -------------------------
      フォーム設定
---------------------------- */

label{
	font-size:16px;
	color:#F69;
}

form{
	width:100%;
	color:#666;
	margin:0 auto;
}	
	
fieldset{
	border:none;
}
	
#user-details { 
	width:100%; 
}

input, textarea {
	padding:5px; 
	margin:4px 0 10px 0; 
	background: #fff;
	border: 1px #ddd solid;
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	box-shadow: 0px 0px 4px #aaa;
	-webkit-transition: background 0.3s linear;
}

.inputSize{
	width:90%;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 0 #FFF;
}
.inputTelSize{
	width:90%;
	font-size:14px;
	color:#000;
	margin-bottom:2px;
	text-shadow:1px 1px 0 #FFF;
}
.input_text{
	font-size:11px;
	color:#0000FF;
}

textarea{
	width:94%; 
	height:175px;
	font-size:14px;
	color:#000;
	text-shadow:1px 1px 0 #FFF;
}
	
input:hover, textarea:hover{ 
	background:#eee; 
}

input.freeserch { 
	width:92%;
	color:#333;
	font-size:12px;
	margin:auto;
}

input.submit { 
	width:50%;
	margin:2% 25%;
	line-height:2em;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	color:#826f75;
	border:1px #feb8f6 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background:-webkit-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background:-moz-linear-gradient(left top, #FFF 50%, #fcd8e6);
	background: linear-gradient(to right bottom, #FFF 50%, #fcd8e6);
}
select {
	border:#666 solid 1px;
	padding: 0.2em;
	font-weight: bold;
	color: #F69;
	height:3em;
	width:96%;
	margin:4px 0px;
	}
.freewordtext {
	border:#666 solid 1px;
	padding: 0.2em;
	font-weight: bold;
	color: #F69;
	height:2em;
	width:90%;
	margin:-1px auto;
	}

option {
	border: 1px solid #CCC;
	margin: -1px 0 0;
	padding: 0.2em 0.2em 0.2em 24px;
	background: #efe url('/img/smart/heartIcon.png') no-repeat 4px center;
	font-weight: normal;
	line-height: 1em;
	color: #000;
	}

option[selected] {
	font-weight: bold;
	color: #090;
	}
	
/*** postmail.cgi用 ***/
#form_button{
	width:98%;
	height:auto;
	overflow:hidden;
	text-align:center;
	margin:auto;
}
input.button{
	width:40%;
	text-align:center;
	line-height:1.3em;
	margin:2% auto;
}

/*** 確認画面 ***/
.formcheckerror{
	width:90%;
	height:auto;
	font-size:18px;
	color:#CC0000;
	line-height:1.5em;
	margin:5px 0 10px;
	overflow:hidden;
}
.formcheck_detail{
	font-size:16px;
	color:#666666;
	line-height:1.3em;
	margin-top:5px;
}
.formchecktext{
	font-size:16px;
}
.shop_mailform_privacytext{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:3vw;
	color:#000;
	line-height:1.4em;
	text-align:center;
}

/*** 完了画面 ***/
#shopFormData table{
	width:96%;
	height:auto;
	margin:3px auto 5px;
	border:1px #FFD2CD solid;
	background-color:#FEFFD1;
	color:#663333;
}

#shopFormData table tr td{
	text-align:center;
	vertical-align:middle;
	padding:8px 3px;
}

#shopFormData table tr td span.txt1{
	color:#FFD521;
}

#shopFormData table tr td a{
	color:#663333;
}

#shopFormData table tr td div.txt2{
	font-size:20px;
	color:#FF9933;
}

#shopFormcomplete{
	width:70%;
	height:auto;
	margin:3px auto 5px;
	color:#777;
}

/************************
店舗が無い場合の表示
************************/

#shop_blank{
	width:85%;
	height:auto;
	overflow:hidden;
	font-size:4vw;
	color:#000;
	line-height:1.4em;
	text-align:left;
	margin:5% auto;
}
