/*===================================================================
　　ページデザイン設定　　
====================================================================*/
body.news-open,
body.popup-open{
    overflow: hidden;
}
#Content{
	width: 100%;
	padding: 100px 0 182px 0;
}
h2.h2_title{
	margin: 0 auto;
	text-align: center;
}
h2.h2_title span{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
h2.h2_title img{
	margin-top: -10px;
}
.TitleBox{
	padding: 30px 0 0 0;
}
/*--------------　js-tab-wrap　--------------*/
.js-tab-contents {
	display: none;
}
.js-tab-contents.current {
	display: block;
}
/*--------------　w_tabCont　--------------*/
.w_tabCont .js-tab-wrap{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
	position: relative;
}
.w_tabCont .js-tab-wrap ul li{
	cursor: pointer;
}
.w_tabCont .js-tab-wrap ul li{
	width: 260px;
	height: 260px;
	position: absolute;
	top: 0;
}
.w_tabCont .topBox{
	position: relative;
}
.w_tabCont .topBox article:first-child{
	position: absolute;
	left: 265px;
}
.w_tabCont .topBox article:nth-child(2){
	position: absolute;
	right: 260px;
}
.w_tabCont .secondBox{
	padding: 265px 0 0 0;
}
.w_tabCont article{
	width: 260px;
	height: 260px;
	float: left;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	padding: 10px;
}
.w_tabCont article:nth-child(4n){
	margin: 0 0 5px 0;
}
.w_tabCont article a{
	position: relative;
	display: block;
}
.w_tabCont article figure{
	height: 240px;
	overflow: hidden;
	line-height: 0;
}
.w_tabCont article figure img.MainImg{
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.w_tabCont article figure img.MainImg:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.w_tabCont article .band{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 5;
	line-height: 0;
}
/*===================================================================
　　トップページ　　
====================================================================*/
h2.top_title{
	position: absolute;
	top: 0;
	z-index: -1;
	color: rgba(255,255,255,0.8);
}
.topCont .w_tabCont,
.topCont .ContentCont{
	background: #ffcdde;
	padding: 30px 0;
}
.topCont .NavCont{
	background: #ffcdde;
	padding: 30px 0 0 0;
}
.topCont .BnrCont{
	background: #ffcdde;
}
/*--------------　Slider　--------------*/
.slider{
	margin: auto;
}
.slider ul li.slick-slide{
	width: 1200px;
	height: 450px;
}
/*LikeRanking*/
.slider .LikeRanking ul.Ranking li{
	float: left;
	position: relative;
}
.slider .LikeRanking ul.Ranking li a{
	display: block;
}
.slider .LikeRanking ul.Ranking li.ranking_no1{
	width: 360px;
}
.slider .LikeRanking ul.Ranking li.ranking_no2,
.slider .LikeRanking ul.Ranking li.ranking_no3{
	width: 240px;
}
.slider .LikeRanking ul.Ranking li.ranking_no4,
.slider .LikeRanking ul.Ranking li.ranking_no5{
	width: 180px;
}
.slider .LikeRanking ul.Ranking li figure{
	height: 356px;
	overflow: hidden;
	position: relative;
}
.slider .LikeRanking ul.Ranking li figure img{
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
.slider .LikeRanking ul.Ranking li p.no_icon{
	position: absolute;
	bottom: 0;
	left: 0;
}
/*SlidNav*/
.slider .SlidNav ul.Nav li{
	float: left;
}
.slider .SlidNav ul.Nav li.nav_center{
	width: 37.5%;
}
.slider .SlidNav ul.Nav li.nav_left,
.slider .SlidNav ul.Nav li.nav_right{
	width: 31.25%;
}
.slider .SlidNav ul.Nav li ul li{
	float: none;
}
.slider .SlidNav ul li a{
	display: block;
}
.slider .SlidNav ul li a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.MainSlider .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(40%);
	-moz-filter: opacity(40%);
	-o-filter: opacity(40%);
	-ms-filter: opacity(40%);
	filter: opacity(40%);
	transition: 0.2s linear;
}
/*--------------　LadysCont　--------------*/
.w_tabCont .js-tab-wrap ul li.diarytab{
	left: 72.5px;
	background: url(../image/items/diary_btn.png);
	margin: 0 5px 5px 0;
}
.w_tabCont .js-tab-wrap ul li.newfacetab{
	right: 72.5px;
	background: url(../image/items/newface_btn.png);
	margin: 0 0 5px 0;
}
.w_tabCont .js-tab-wrap ul li.pickuptab{
	left: 72.5px;
	background: url(../image/items/pickup_btn.png);
	margin: 0 5px 5px 0;
}
.w_tabCont .js-tab-wrap ul li.pickuptab.current{
	margin: 0 0 5px 0;
}
.w_tabCont .js-tab-wrap ul li.scheduletab{
	right: 72.5px;
	background: url(../image/items/schedule_btn.png);
	margin: 0 0 5px 0;
}
.w_tabCont .js-tab-wrap ul li.current{
	background-position: bottom;
}
.topCont .w_tabCont .LinkBtn{
	text-align: center;
}
.topCont .w_tabCont .LinkBtn a{
	display: block;
	height: 60px;
	background: url(../image/items/link_more2_bg.png);
}
.topCont .w_tabCont .LinkBtn a:hover {
	background-position: bottom;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.topCont .w_tabCont .LinkBtn span{
	font-size: 22px;
	color: #ffffff;
}
/*　写メ日記　*/
.topCont .DiaryCont article p{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px 0 0 5px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.topCont .DiaryCont article p span{
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
/*　新人情報　*/
.topCont .NewfaceCont article p{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px 0 0 5px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.topCont .NewfaceCont article p span{
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
/*　ピックアップ　*/
.w_tabCont .topBox.PickupBox article:first-child{
	left: 240px;
}
.w_tabCont article.ProfileBox{
	width: 550px;
	height: 240px;
	position: relative;
	background: #ff73a3;
	-webkit-border-radius: 0px 6px 6px 0px;
	-moz-border-radius: 0px 6px 6px 0px;
	border-radius: 0px 6px 6px 0px;
	box-sizing: border-box;
	margin: 0 5px 0 0;
	padding: 20px 20px 20px 0;
}
.w_tabCont article.ProfileBox dl{
	background: #FFFFFF;
	height: 200px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px;
}
.w_tabCont article.ProfileBox dl dt{
	border-bottom: 2px solid #ff5c8a;
	padding-bottom: 2px;
}
.w_tabCont article.ProfileBox dl dt span.ladys_name{
	font-size: 30px;
}
.w_tabCont article.ProfileBox dl dt span.ladys_age{
	font-size: 18px;
}
.w_tabCont article.ProfileBox dl dt span.ladys_size{
	display: block;
}
.w_tabCont article.ProfileBox dl dd{
	height: 95px;
	overflow: hidden;
	padding: 10px 0 0 0;
	line-height: 1.8;
}
.w_tabCont article.ProfileBox p.icon{
	position: absolute;
	right: 5px;
	bottom: 0px;
}
.w_tabCont .PickupBox .ImgBox{
	position: relative;
	height: 798px;
	overflow: hidden;
}
.PickupCont .PickupBox img.ImgFilter{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.w_tabCont .PickupBox #PickupImg{
	position: absolute;
	top: 56px;
	left: 54px;
	width: 945px;
	height: 671px;
}
.PickupCont .PickupBox img.ModelImg{
	position: absolute;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 1;
	width: 100%;
	height: auto;
}
.w_tabCont .PickupBox #PickupImg canvas{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: 3;
	width: 100%;
	height: auto;
}
/*--------------　NavCont　--------------*/
.topCont .NavCont nav{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px 30px 72.5px;
}
.topCont .NavCont ul li{
	float: left;
    width: 207px;
    margin-right: 5px;
}
.topCont .NavCont ul li:last-child{
	margin-right: 0;
}
.topCont .NavCont ul li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*--------------　BnrCont　--------------*/
.topCont .BnrCont ul{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.topCont .BnrCont ul li{
	text-align: center;
}
/*--------------　ContentCont　--------------*/
.topCont .ContentCont .js-tab-wrap{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.topCont .ContentCont ul.tabs{
	position: relative;
	float: left;
	width: 280px;
	height: 305px;
	padding-right: 20px;
	background: url(../image/items/tabs_box.png);
	z-index: 1;
}
.topCont .ContentCont ul.tabs li{
	padding: 0 10px;
	cursor: pointer;
}
.topCont .ContentCont ul.tabs li.Newstab{
	margin-top: 10px;
	height: 95px;
	background: url(../image/items/tabs_news.png);
	background-position: top center;
}
.topCont .ContentCont ul.tabs li.Rankingtab{
	height: 95px;
	background: url(../image/items/tabs_ranking.gif);
	background-position: top center;
}
.topCont .ContentCont ul.tabs li.Reviewtab{
	height: 95px;
	background: url(../image/items/tabs_review.png);
	background-position: top center;
}
.topCont .ContentCont ul.tabs li.current{
	background-position: bottom center;
}
.topCont .ContentCont .js-tab-contents{
	float: right;
	width: 790px;
	height: 305px;
	margin-left: -15px;
	padding: 10px 10px 10px 15px;
	background-color: #fff;
}
.topCont .ContentCont .titleBox{
	position: relative;
	padding: 6px 10px 4px 10px;
}
.topCont .ContentCont .titleBox .LinkBtn{
	width: 166px;
	height: 39px;
	position: absolute;
	top: 5px;
	right: 10px;
	background: url(../image/items/link_more1_bg.png);
}
.topCont .ContentCont .titleBox .LinkBtn a{
	text-align: center;
	display: block;
	line-height: 39px;
	color: #FFFFFF;
}
/*　新着情報　*/
.topCont .ContentCont .NewsBox{
	padding: 1.5px 10px;
}
.topCont .ContentCont .NewsBox dl{
	padding: 0 10px;
	border-bottom: 1px solid #ffdce8;
}
.topCont .ContentCont .NewsBox dl a{
	display: block;
	color: #000000;
	font-size: 14px;
}
.topCont .ContentCont .NewsBox dl dt{
	width: 140px;
	vertical-align: middle;
	border-right: 1px solid #ffdce8;
}
.topCont .ContentCont .NewsBox dl dd{
	padding: 0 0 0 8px;
}
.topCont .ContentCont .NewsBox dl dd ul li{
	float: left;
	padding: 5.5px 0;
}
.topCont .ContentCont .NewsBox dl dd span{
	display: inline-block;
	padding: 2px 0 2px 10px;
}
.topCont .ContentCont .NewsBox dl dd ul li.icon{
	width: 90px;
	border-right: 1px solid #ffdce8;
}
.topCont .ContentCont .NewsBox dl dd ul li.icon span{
	width: 80px;
	text-align: center;
	display: inline-block;
	padding: 2px 0;
}
.topCont .ContentCont .NewsBox dl dd span.icon_1{
	border: 1px solid #ffde00;
	color: #ffde00;
}
.topCont .ContentCont .NewsBox dl dd span.icon_2,
.topCont .ContentCont .NewsBox dl dd span.icon_4,
.topCont .ContentCont .NewsBox dl dd span.icon_5,
.topCont .ContentCont .NewsBox dl dd span.icon_6,
.topCont .ContentCont .NewsBox dl dd span.icon_11,
.topCont .ContentCont .NewsBox dl dd span.icon_16{
	border: 1px solid #ff0000;
	color: #ff0000;
}
.topCont .ContentCont .NewsBox dl dd span.icon_3,
.topCont .ContentCont .NewsBox dl dd span.icon_8{
	border: 1px solid #00ff00;
	color: #00ff00;
}
.topCont .ContentCont .NewsBox dl dd span.icon_7,
.topCont .ContentCont .NewsBox dl dd span.icon_14{
	border: 1px solid #ff0385;
	color: #ff0385;
}
.topCont .ContentCont .NewsBox dl dd span.icon_9,
.topCont .ContentCont .NewsBox dl dd span.icon_13{
	border: 1px solid #ff7800;
	color: #ff7800;
}
.topCont .ContentCont .NewsBox dl dd span.icon_10{
	border: 1px solid #76ff33;
	color: #76ff33;
}
.topCont .ContentCont .NewsBox dl dd span.icon_12,
.topCont .ContentCont .NewsBox dl dd span.icon_15{
	border: 1px solid #ff70ba;
	color: #ff70ba;
}
.topCont .ContentCont .NewsBox dl dd span.icon_17{
	border: 1px solid #cb3fff;
	color: #cb3fff;
}
.news {
	background: #ffcdde;
	padding: 5px;
	color: #000000;
	border: 6px solid #ff73a3;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.65);
	padding: 20px;
	width: 400px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	z-index: 1001;
	margin : -200px 0 0 -200px;
}
/* Lightbox表示時に背景を黒に */
#BlackWindow{
	display: none;
	background: #ffffff;
	opacity: 0.7;/*黒地の背景の調整はこの数値で調整*/
	filter: alpha(opacity=70);/*黒地の背景の調整はこの数値で調整*/
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1000;
}
.NewsDetail article h4{
	display: block;
	font-size: 14px;
	line-height: 1.4;
}
.NewsDetail article h4 span{
	display: block;
	font-size: 12px;
	text-align: right;
}
.NewsDetail article dl dt{
	width: 150px;
	margin-right: 10px;
	float: left;
}
.NewsDetail article dl dt img{
	width: 100%;
	height: auto;
}
.NewsDetail article dl dd p.news-comment{
	font-size: 14px;
}
.close-box{
	margin: 10px 0 0 0;
	border-top: 3px solid #ff73a3;
	text-align: center;
}
.close-box a{
	display: block;
	color: #ff73a3;
	padding: 10px 0 0 0;
}
/*　レビュー　*/
.topCont .ContentCont .ReviewBox{
	padding: 18px 10px 0 10px;
}
.topCont .ReviewBox article{
	width: 20%;
	float: left;
	box-sizing: border-box;
}
.topCont .ReviewBox article a{
	width: 100%;
	display: block;
	padding: 0;
	color: #8a8a8a;
}
.topCont .ReviewBox article a dl dt{
    line-height: 0;
    position: relative;
    text-align: center;
}
.topCont .ReviewBox article a dl dt img.ReviewImg{
	width: 122px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #D9BFD6;
}
.topCont .ReviewBox article a dl dt img.CheckImg{
	position: absolute;
	top: -11px;
	left: 10px;
}
.topCont .ReviewBox article a dl dd{
    padding-top: 5px;
    text-align: center;
}
.topCont .ReviewBox article a ul li span.name {
    font-size: 18px;
    color: #ff5c8a;
}
.topCont .ReviewBox article a ul li span.date{
	font-size: 10px;
}
.topCont .ReviewBox article a ul li span.from {
    font-size: 12px;
}
.topCont .ReviewBox article a ul li span.star{
	font-size: 24px;
	color: #fff600;
}
/*　ランキング　*/
.topCont .ContentCont .RankingBox{
	padding: 3px 10px;
}
.topCont .RankingBox article{
	width: 20%;
	float: left;
	box-sizing: border-box;
	padding: 0 1%;
	position: relative;
}
.topCont .RankingBox article p.count{
	position: absolute;
	top: 10px;
	right: -8px;
}
.topCont .RankingBox article p.count span{
	position: relative;
	display: block;
	//padding: 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-size: 10px;
	background-color: #ff5c8a;
}
.topCont .RankingBox article p.count span:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0px;
	bottom: 0px;
	border-right: 10px solid #ff5c8a;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(-45deg);
}
.topCont .RankingBox article a{
	width: 100%;
	display: block;
	padding: 0;
}
.topCont .RankingBox article dl dt{
	text-align: center;
}
.topCont .RankingBox article .Img{
	display: block;
	position: relative;
	line-height: 0;
}
.topCont .RankingBox article img.RankingImg{
	width: 122px;
	line-height: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
	border-radius: 50%;
	overflow: hidden;
	padding: 5px;
}
.topCont .RankingBox article img.ImgFilter{
	position: absolute;
	bottom: 0;
	left: 0;
}
.topCont .RankingBox article a h3{
	font-size: 20px;
	color: #8a8a8a;
	margin-bottom: 5px;
	position: relative;
}
.topCont .RankingBox article a h3 span.age{
	font-size: 14px;
}
.topCont .RankingBox article.ranking_no1 h3{
	border-bottom: 1px solid #dbc352;
}
.topCont .RankingBox article.ranking_no2 h3{
	border-bottom: 1px solid #bdbdbd;
}
.topCont .RankingBox article.ranking_no3 h3{
	border-bottom: 1px solid #d99783;
}
.topCont .RankingBox article.ranking_no4 h3,
.topCont .RankingBox article.ranking_no5 h3{
	border-bottom: 1px solid #ff749b;
}
.topCont .RankingBox article a p{
	font-size: 12px;
	color: #8a8a8a;
}
/*--------------　システム・マップ　--------------*/
.topCont .SystemBox .TitleBox{
	padding: 30px 0;
}
.topCont .SystemBox .TitleBox h3.h3_title{
	margin: 0 auto;
	text-align: center;
}
.topCont .SystemBox .TitleBox h3.h3_title span{
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.topCont .SystemBox .TitleBox h3.h3_title img{
	margin-top: -10px;
}
.topCont .SystemBox article:last-child{
    margin-bottom: 0;
}
/*--------------　ﾎﾟｯﾌﾟｱｯﾌﾟ　--------------*/
.popup-overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	min-height: 100%;
	z-index: 1000;
}
.Popup{
	position: fixed;
	display: none;
	z-index: 1001;
	width: 762px;
	margin: 0;
	padding: 10px;
	border: 1px solid #282b24;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px;
}
.Popup p.popup-close{
	position: absolute;
	right: 10px;
	top: 0;
	background: linear-gradient(top, #e0a59f 0%, #ae3f36 50%, #bc4132 51%, #e0a59f 100%);
	background: -webkit-linear-gradient(top, #e0a59f 0%, #ae3f36 50%, #bc4132 51%, #e0a59f 100%);
	background: -moz-linear-gradient(top, #e0a59f 0%, #ae3f36 50%, #bc4132 51%, #e0a59f 100%);
	background: -o-linear-gradient(top, #e0a59f 0%, #ae3f36 50%, #bc4132 51%, #e0a59f 100%);
	background: -ms-linear-gradient(top, #e0a59f 0%, #ae3f36 50%, #bc4132 51%, #e0a59f 100%);
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #6d6d6d;
	border-right: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
}
.Popup p.popup-close a{
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	padding: 3px 20px;
	font-size: 16px;
}
.Popup h4{
	font-size: 16px;
}
.Popup .PopupCont{
	padding: 20px;
	position: relative;
	background: #f0f0f0;
	border: 1px solid #545a4e;
}
.Popup .PopupCont dl dt{
	width: 150px;
	vertical-align: top;
}
.Popup .PopupCont dl dt img{
	width: 100%;
	height: auto;
}
.Popup .PopupCont dl dd{
	vertical-align: top;
	font-size: 14px;
	padding: 0 0 0 10px;
}
.Popup .PopupComment span{
	display: block;
	font-size: 14px;
	text-align: right;
}
.Popup .PopupCont p.popup-link{
	position: absolute;
	right: 10px;
	bottom: 10px;
	border-left: solid 2px #767676;
	border-right: solid 1px #8c8c8c;
	border-top: solid 1px #8c8c8c;
	border-bottom: solid 2px #767676;
	font-size: 14px;
}
.Popup .PopupCont p.popup-link a{
	display: block;
	color: #000000;
	cursor: pointer;
	padding: 5px 20px;
}
/*===================================================================
　　下層ページ　　
====================================================================*/
/*---------------------------------------------------------
　　パンクズ　　
----------------------------------------------------------*/
.pankuzu{
	width: 1200px;
	margin: 0 auto 20px auto;
	position: relative;
}
.pankuzu ul li{
	float: left;
	margin-left: 6px;
	color: #ff73a3;
}
.pankuzu ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #ffa9c4;
	border-right: solid 1px #ffa9c4;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
}
.pankuzu ul li a{
	position: relative;
	display: inline-block;
	color: #ffa9c4;
	padding-right: 15px;
}
.SearchBox{
	position: absolute;
	top: -20px;
	right: 0;
	box-sizing: border-box;
	padding: 10px;
}
.SearchInput{
	width: 95%;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.SearchInput input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 5px 50px 5px 5px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #CFCFCF;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
    color: #999999;
}
.SearchInput input[type="submit"] {
    width: 50px;
    height: 38px;
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: transparent;
    border: none;
    background-image: url(../spimage/items/icon_search.png), -moz-linear-gradient( 90deg, rgba(215,182,214,0.23) 0%, rgb(255,255,255) 100%);
    background-image: url(../spimage/items/icon_search.png), -webkit-linear-gradient( 90deg, rgba(215,182,214,0.23) 0%, rgb(255,255,255) 100%);
    background-image: url(../spimage/items/icon_search.png), -ms-linear-gradient( 90deg, rgba(215,182,214,0.23) 0%, rgb(255,255,255) 100%);
    background-size: 19px, cover;
    -webkit-background-size: 19px, cover;
    -moz-background-size: 19px, cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 7px 7px 0;
}
/*---------------------------------------------------------
　　一覧共通　　
----------------------------------------------------------*/
article.Default{
	width: 260px;
	height: 260px;
	float: left;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	padding: 10px;
}
article.Default:nth-child(4n){
	margin: 0 0 5px 0;
}
article.Default a{
	position: relative;
	display: block;
}
article.Default figure{
	height: 240px;
	overflow: hidden;
	line-height: 0;
}
article.Default figure img.MainImg{
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
article.Default figure img.MainImg:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
article.Default .band{
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 5;
	line-height: 0;
}
article.Default .favorite{
	width: 46px;
	height: 46px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	line-height: 0;
}
article.Default .favorite a{
	display: block;
	text-align: center;
	background: #FFFFFF;
	color: #ffbed4;
	line-height: 46px;
	border-top-left-radius : 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	font-size: 20px;
}
article.Default .favorite a:hover{
	background: #ffbed4;
	color: #FFFFFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
article.Default .like {
	position: absolute;
	bottom: 0;
	right: -5px;
	z-index: 3;
	width: 90px;
	height: 90px;
}
article.Default .like > a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    z-index: 2;
    background: url(../image/common/like_btn.png);
}
article.Default .like > span {
	position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50% 50%;
    -webkit-border-radius: 50%;
    border-radius: 50% 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffdfea;
    border: solid 3px #FFFFFF;
    z-index: 0;
}
article.Default .like > img {
	position: absolute;
	top: 26px;
	left: 34px;
	width: 22px;
	height: 22px;
	z-index: 1;
	-moz-transform-origin: center bottom 50%;
	-ms-transform-origin: center bottom 50%;
	-webkit-transform-origin: center bottom 50%;
	transform-origin: center bottom 50%;
}
article.Default .like > a.ok {
	cursor: default;
	background: url(../image/common/like_btn_ok.png);
}
article.Default .like > a.ok + span {
    background-color: #ff80ab;
}
/*---------------------------------------------------------
　　モデル一覧　　
----------------------------------------------------------*/
.LadysCont .LadysWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.LadysCont .js-tab-wrap{
	padding: 0 25px;
}
.LadysCont .js-tab-wrap ul li.zaisekitab{
	left: 72.5px;
	background: url(../image/items/zaiseki_btn.png);
	margin: 0 5px 5px 0;
}
.LadysCont .js-tab-wrap ul li.newfacetab{
	right: 72.5px;
	background: url(../image/items/newface_btn.png);
	margin: 0 0 5px 0;
}
.LadysCont .js-tab-wrap ul li.current{
	background-position: bottom;
}
.LadysCont article.Default{
	width: 220px;
	height: 380px;
	margin: 0 12px 12px 0;
}
.LadysCont article.Default:nth-child(5n){
	margin: 0 0 12px 0;
}
.LadysCont article.Default figure{
	height: 360px;
}
.LadysCont article.Default .like,
.LadysCont article.Default .like > a,
.LadysCont article.Default .like > span{
	width: 80px;
	height: 80px;
}
.LadysCont article.Default .like > a{
	background-size: cover;
}
.LadysCont article.Default .like > img{
	left: 29px;
}
.LadysCont article .band{
	width: 100%;
	background: #ff5c8a;
	color: #ffffff;
	top: initial;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	z-index: 1;
	padding-left: 10px;
	font-size: 14px;
}
.LadysCont article p.ladys_name{
	position: absolute;
	bottom: 20px;
	left: 0;
	padding-left: 10px;
	color: #ff5c8a;
	font-weight: bold;
	line-height: 26px;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	
    width: 100%;
    background: rgba(255,255,255,.7);
    font-size: 110%;
    font-weight: bold;
}
/*---------------------------------------------------------
　　プロフィール　　
----------------------------------------------------------*/
.Profile .ProfileWrap{
	background: url(../image/items/com_bg_1.png);
}
.Profile .LadysProfile{
	width: 1200px;
	margin: 0 auto 5px auto;
	padding: 0 30px;
	position: relative;
}
.Profile .LadysProfile .BoxInner{
	padding: 0 20px;
}
.Profile .LadysProfile h3.h3_title{
	text-align: center;
	margin-bottom: 10px;
}
.Profile .LadysProfile h3.h3_title span{
	font-size: 13px;
	font-weight: bold;
	display: block;
}
/*　トップ写真　*/
.Profile .LadysImg{
	width: 500px;
	height: 505px;
	float: left;
	position: relative;
	line-height: 0;
}
.Profile .LadysImg >div{
	width: 454px;
    height: 464px;
    position: relative;
    overflow: hidden;
}
.Profile .LadysImg img.ModelImg{
	width: 100%;
    height: auto;
    position: absolute;
    top: 44px;
    left: 35px;
}
.Profile .LadysImg img.ImgFilter{
	position: absolute;
	top: 0;
	left: 0;
}
/*　プロフィール　*/
.Profile .ProfileDetail{
	width: 530px;
	float: left;
	padding: 38px 0 0 0;
}
.Profile .ProfileDetail h3 span{
	display: inline-block;
}
.Profile .ProfileDetail h3 span.ladys_name{
	font-size: 30px;
}
.Profile .ProfileDetail h3 span.ladys_age{
	font-size: 20px;
}
.Profile .ProfileDetail h3 span.ladys_size{
	display: block;
	font-size: 14px;
	padding: 5px 0 0 0;
}
.Profile .ProfileDetail .ProfileBox{
	margin: 15px 0 0 0;
	position: relative;
}
.Profile .ProfileDetail .ProfileBox:before {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/items/com_line.png);
}
.Profile .ProfileDetail .ProfileBox:after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../image/items/com_line.png);
}
.Profile .ProfileBox .BoxInner{
	background: #FFFFFF;
	height: 353px;
	padding: 20px 30px;
}
.Profile .ProfileDetail .ProfileBox ul li{
	width: 50%;
	float: left;
	margin-bottom: 5px;
}
.Profile .ProfileDetail .ProfileBox dl.dl_table dt.dt_table,
.Profile .ProfileDetail .ProfileBox dl.dl_table dd.dd_table{
	vertical-align:middle;
}
.Profile .ProfileDetail .ProfileBox dl.dl_table dt.dt_table{
	width: 40px;
}
.Profile .ProfileDetail .ProfileBox dl.dl_table dd.dd_table dt{
	font-size: 14px;
}
.Profile .ProfileDetail .ProfileBox dl.dl_table dd.dd_table dd{
	font-size: 12px;
}
.Profile .ProfileDetail .ProfileBox dl.ladys-comment{
	padding: 20px 0 0 0;
}
.Profile .ProfileDetail .ProfileBox dl.ladys-comment dt{
	color: #ff73a3;
	margin-bottom: 5px;
}
.Profile .ProfileDetail .ProfileBox dl.ladys-comment dd{
	max-height: 150px;
	line-height: 1.6;
}
/*　フォトギャラリー　*/
.Profile .PhotoGallery{
	width: 500px;
	padding: 0 20px;
	float: left;
}
.Profile .PhotoGallery .ImgBox img{
	width: 100%;
	height: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*　女の子に質問　*/
.Profile .LadysFaq{
	width: 530px;
	float: left;
}
.Profile .LadysFaq .FaqBox{
	background: #FFFFFF;
	height: 612px;
	padding: 28px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.Profile .LadysFaq .FaqBox dl{
	padding: 8px 0;
	border-bottom: 1px solid#eaeaea;
}
.Profile .LadysFaq .FaqBox dl dt{
	margin-bottom: 5px;
	color: #7d7d7d;
}
.Profile .LadysFaq .FaqBox dl dd{
	color: #ff86a5;
}
/*　SubGallery　*/
.Profile .SubGallery{
	padding: 30px 85px 30px 40px;
}
.Profile .SubGallery ul li{
	margin-right: 5px;
}
.Profile .SubGallery ul li img{
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/*　写メ日記　*/
.Profile .LadysDiary{
	padding: 0 20px 30px 20px;
	width: 500px;
	float: left;
}
.Profile .LadysDiary ul li{
	width: 143px;
	height: 143px;
	overflow: hidden;
	margin: 5px;
	float: left;
	webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}
.Profile .LadysDiary ul li a{
	position: relative;
	display: block;
	padding: 0;
	line-height: 0;
}
.Profile .LadysDiary ul li a img{
	width: 100%;
	height: auto;
}
.Profile .LadysDiary ul li a img.ImgFilter{
	position: absolute;
	top: 0;
	left: 0;
}
/*　出勤情報　*/
.Profile .LadysSchedule{
	width: 530px;
	padding: 0 0 30px 0;
	float: left;
}
.Profile .LadysSchedule dl{
	background: rgba(255, 132, 171, 0.7);
	padding: 5px;
	margin-bottom: 3px;
}
.Profile .LadysSchedule dl dt,
.Profile .LadysSchedule dl dd{
	
}
.Profile .LadysSchedule dl dt{
	width: 150px;
	padding: 0 0 0 10px;
}
.Profile .LadysSchedule dl dt span.day{
	font-size: 20px;
	font-weight: bold;
}
.Profile .LadysSchedule dl dt span.week{
	font-size: 14px;
	font-weight: bold;
}
.Profile .LadysSchedule dl dt span.Sat{
	color: #1111ff;
}
.Profile .LadysSchedule dl dt span.Sun{
	color: #ff0000
}
.Profile .LadysSchedule dl dd{
	background:#FFFFFF;
	padding: 5px 10px;
	font-size: 18px;
}
.Profile .LadysSchedule dl dd span.on{
	color: #ff73a3;
}
.Profile .LadysSchedule dl dd span.off{
	color: #a8a8a8;
}
/*　お客様レビュー　*/
.Profile .LadysReview{
	width: 500px;
	padding: 0 20px 30px 20px;
	float: left;
}
.Profile .LadysReview .ReviewBox{
	background: rgba(255, 132, 171, 0.7);
	padding: 15px;
}
.Profile .LadysReview .ReviewBoxInner{
	max-height: 400px;
}
.Profile .LadysReview article dl{
	padding: 5px;
	background:#FFFFFF;
	margin-bottom: 5px;
}
.Profile .LadysReview article dl dt,
.Profile .LadysReview article dl dd{
	vertical-align: middle;
	display: table-cell;
}
.Profile .LadysReview article dl dt{
	width: 60px;
	padding: 0;
	margin: auto;
	position: relative;
}
.Profile .LadysReview article dl dt img{
	width: 100%;
	height: auto;
}
.Profile .LadysReview article dl dt img.ReviewImg{
	line-height: 0;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
}
.Profile .LadysReview article dl dt img.ImgFilter{
	position: absolute;
	top: 0;
}
.Profile .LadysReview article dl dd{
	font-size: 12px;
	line-height: 1.3;
	color: #4a4a4a;
	text-align: left;
	padding: 0 0 0 10px;
}
.Profile .LadysReview article dl dd ul{
	position: relative;
}
.Profile .LadysReview article dl dd ul li span{
	display: inline-block;
}
.Profile .LadysReview article dl dd ul li span.name{
	color: #ff73a3;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
.Profile .LadysReview article dl dd ul li span.from,
.Profile .LadysReview article dl dd ul li span.comment{
	font-size: 12px;
}
.Profile .LadysReview article dl dd ul li span.date{
	font-weight: bold;
	margin-right: 10px;
}
.Profile .LadysReview article dl dd ul li span.star{
	font-size: 16px;
	line-height: 1.2;
	color: #ff73a3;
}
/*　レビュー投稿　*/
.Profile .ReviewForm{
	width: 530px;
	padding: 0 0 30px 0;
	float: left;
}
.Profile .ReviewForm .FormBox{
	background: #FFFFFF;
	height: 426px;
	padding: 28px 40px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.Profile .ReviewForm .FormBox p.review_txt{
	color: #ff73a3;
	padding: 0 0 10px 0;
}
.Profile .ReviewForm .FormBox dl{
	margin-bottom: 10px;
}
.Profile .ReviewForm .FormBox dl dt{
	margin-bottom: 5px;
}
.Profile .ReviewForm .FormBox dl dd input{
	width: 98%;
	height: 25px;
	border: 1px solid #ff73a3;
}
.Profile .ReviewForm .FormBox dl dd textarea{
	width: 98%;
	height: 130px;
	border: 1px solid #ff73a3;
}
.Profile .ReviewForm .FormBox .submitBtn{
	text-align: center;
}
.Profile .ReviewForm .FormBox .submitBtn input.review_btn{
	cursor: pointer;
	border: 0px;
    width: 166px;
    height: 39px;
    background: url(../image/items/review_btn.png) no-repeat;
    background-position: center;
}
/*---------------------------------------------------------
　　出勤情報　　
----------------------------------------------------------*/
.ScheduleCont .ScheduleWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.ScheduleWrap .js-tab-wrap ul.tabs{
	width: 440px;
	margin: 10px auto;
}
.ScheduleWrap .js-tab-wrap ul.tabs li{
	width: 14.2%;
	float: left;
	padding: 12px 0;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.ScheduleWrap .js-tab-wrap ul.tabs li.current{
	background: url(../image/items/tab_on_bg.png) no-repeat;
	background-size: contain;
	color: #FFFFFF;
}
.ScheduleWrap .js-tab-wrap ul.tabs li span{
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.ScheduleWrap .js-tab-wrap ul.tabs li span.Sat{
	color: #1111ff;
}
.ScheduleWrap .js-tab-wrap ul.tabs li span.Sun{
	color: #ff0000;
}
.ScheduleWrap .js-tab-contents{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 25px;
}
.ScheduleWrap article.Default{
	width: 220px;
	height: 380px;
	margin: 0 12px 12px 0;
}
.ScheduleWrap article.Default:nth-child(5n){
	margin: 0 0 12px 0;
}
.ScheduleWrap article.Default figure{
	height: 360px;
}
.ScheduleWrap article.Default .like,
.ScheduleWrap article.Default .like > a,
.ScheduleWrap article.Default .like > span{
	width: 80px;
	height: 80px;
}
.ScheduleWrap article.Default .like > a{
	background-size: cover;
}
.ScheduleWrap article.Default .like > img{
	left: 29px;
}
.ScheduleCont article .ladys-detail{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px 0 0 10px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.ScheduleWrap article.Default .ladys-detail{
	background: transparent;
	position: absolute;
	bottom: 25px;
	left: 0;
	padding: 0 0 0 10px;
	color: #ff5c8a;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.ScheduleWrap article.Default .band{
	width: 100%;
	background: #ff5c8a;
	color: #ffffff;
	top: initial;
	bottom: 0;
	left: 0;
	line-height: 1.5;
	z-index: 1;
	padding-left: 10px;
	font-size: 14px;
}
/*---------------------------------------------------------
　　お気に入り　　
----------------------------------------------------------*/
.FavoriteCont .FavoriteWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.FavoriteWrap .FavoriteBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.FavoriteCont article p.ladys_name{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding-left: 10px;
	color: #f596b4;
	font-weight: bold;
	line-height: 26px;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
/*---------------------------------------------------------
　　システム　　
----------------------------------------------------------*/
/*　料金システム　*/
.SystemCont .SystemWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.SystemWrap .SystemBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.SystemCont .SystemBox article h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
}
.SystemCont .SystemBox article h3 span{
	font-size: 20px;
}
.SystemCont .SystemBox article h3 span.block{
	display: block;
	font-size: 16px;
}
.SystemCont .SystemBox article{
	margin-bottom: 40px;
}
.SystemCont .SystemBox article.Price{
	position: relative;
	overflow: hidden;
}
.SystemCont .SystemBox article.Price ul{
	float: left;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
.SystemCont .SystemBox article.Price ul li{
	float: left;
	left: -50%;
	position: relative;
	font-size: 25px;
	font-weight: bold;
	margin-right: 20px;
}
.SystemCont .SystemBox article.Price ul li span{
	font-size: 40px;
	color: #ff5c8a;
}
.SystemCont .SystemBox article.Costume ul{
	padding: 10px 70px;
}
.SystemCont .SystemBox article.Costume ul li{
	width: 25%;
	float: left;
	color: #ff5c8a;
	font-size: 26px;
	font-weight: bold;
	padding: 20px 0;
}
.SystemCont .SystemBox article p.price_text{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.SystemCont .SystemBox article p.price_text span{
	color: #ff5c8a;
	font-size: 41px;
}
.SystemCont .SystemBox article.ImageRoom .ListBox{
	position: relative;
	overflow: hidden;
}
.SystemCont .SystemBox article.ImageRoom ul{
	float: left;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
.SystemCont .SystemBox article.ImageRoom ul li{
	float: left;
	left: -50%;
	position: relative;
	font-size: 25px;
	padding: 0 20px;
	font-weight: bold;
	text-align: center;
}
.SystemCont .SystemBox article.ImageRoom ul li span{
	display: block;
	color: #ff5c8a;
	font-size: 37px;
	font-weight: bold;
}
/*　各種カード　*/
.SystemCont .CreditWrap{
	width: 50%;
	padding: 0 20px;
	float: left;
}
.SystemCont .CreditWrap h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.SystemCont .CreditWrap article{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 15px 0;
	text-align: center;
}
.SystemCont .CreditWrap article .cardImg{
	padding: 15px 0;
}
.SystemCont .CreditWrap article p{
	font-size: 12px;
}
/*　ご予約について　*/
.SystemCont .ReserveWrap{
	width: 50%;
	float: left;
	padding: 0 20px;
}
.SystemCont .ReserveWrap h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.SystemCont .ReserveWrap article{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 49px 0 50px 0;
}
.SystemCont .ReserveWrap article dl{
	text-align: center;
	margin-bottom: 30px;
}
.SystemCont .ReserveWrap article dl:last-child{
	margin-bottom: 0;
}
.SystemCont .ReserveWrap article dl dt{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}
.SystemCont .ReserveWrap article dl dd{
	font-size: 34px;
	font-weight: bold;
	color: #ff73a3;
}
/*　禁止事項　*/
.SystemCont .ProhWrap h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.SystemCont .ProhWrap article{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 30px;
}
.SystemCont .ProhWrap article ul li{
	margin-bottom: 5px;
}
.SystemCont .ProhWrap article p.Important{
	color: #ff73a3;
}
.Systemline{
	height: 10px;
	background: #ff73a3;
}
/*　ポイントカード　*/
.SystemCont .SystemBox p.point_txt{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1.6;
}
.SystemCont .SystemBox article.Privilege .ListBox{
	position: relative;
	overflow: hidden;
}
.SystemCont .SystemBox article.Privilege ul{
	float: left;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
.SystemCont .SystemBox article.Privilege ul li{
	float: left;
	left: -50%;
	position: relative;
	font-size: 25px;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
}
.SystemCont .SystemBox article.Point .ListBox{
	position: relative;
	overflow: hidden;
}
.SystemCont .SystemBox article.Point ul{
	float: left;
	left: 50%;
	position: relative;
	padding: 20px 0;
}
.SystemCont .SystemBox article.Point ul li{
	float: left;
	left: -50%;
	position: relative;
	font-size: 25px;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
}
.SystemCont .SystemBox article.Point p{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
/*---------------------------------------------------------
　　アクセスマップ　　
----------------------------------------------------------*/
.MapCont .MapWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.MapCont .MapWrap .js-tab-wrap{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.MapCont .MapWrap ul.tabs{
	position: relative;
	float: left;
	width: 280px;
	height: 588px;
	padding-right: 20px;
	background: url(../image/items/tabs_box2.png);
	z-index: 1;
}
.MapCont .MapWrap ul.tabs li{
	padding: 0 10px;
	cursor: pointer;
}
.MapCont .MapWrap ul.tabs li.Maptab{
	margin-top: 10px;
	height: 95px;
	background: url(../image/items/tabs_map.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.Googletab{
	height: 95px;
	background: url(../image/items/tabs_google.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.Routetab{
	height: 95px;
	background: url(../image/items/tabs_route.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.Traintab{
	height: 95px;
	background: url(../image/items/tabs_train.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.Taxitab{
	height: 95px;
	background: url(../image/items/tabs_taxi.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.Parkingtab{
	height: 95px;
	background: url(../image/items/tabs_parking.png);
	background-position: top center;
}
.MapCont .MapWrap ul.tabs li.current{
	background-position: bottom center;
}
.MapCont .MapWrap .js-tab-contents{
	float: right;
	width: 790px;
	height: 588px;
	margin-left: -15px;
	padding: 10px 10px 10px 15px;
	background-color: #fff;
}
.MapCont .MapWrap .titleBox{
	position: relative;
	padding: 10px 10px 4px 10px;
}
.MapCont .MapWrap .titleBox .LinkBtn{
	width: 166px;
	height: 39px;
	position: absolute;
	top: 5px;
	right: 10px;
	background: url(../image/items/link_more1_bg.png);
}
.MapCont .MapWrap .titleBox .LinkBtn a{
	text-align: center;
	display: block;
	line-height: 39px;
	color: #FFFFFF;
}
/*　マップ　*/
.MapCont .MapWrap .ImgMap,
.MapCont .MapWrap .GoogleMap{
	padding: 5px 10px;
}
.MapCont .MapWrap .GoogleMap p{
	padding: 10px;
}
.MapCont .MapWrap .GoogleMap p span{
	display: block;
}
/*　当店への道順　*/
.MapCont .MapWrap .Route{
	padding: 5px 10px;
}
.MapCont .MapWrap .Route article{
	width: 215px;
	float: left;
	margin-right: 50px;
	position: relative;
}
.MapCont .MapWrap .Route article:after{
	margin: -40px 0 0 -10px;
	border: 40px solid transparent;
	border-left: 24px solid #ff5c8a;
	content: "";
	position: absolute;
	top: 50%;
	left: 239px;
}
.MapCont .MapWrap .Route article:last-child{
	margin-right: 0;
}
.MapCont .MapWrap .Route article:last-child:after{
	content:none;
}
.MapCont .MapWrap .Route article dl dd{
	color: #562d17;
	font-size: 14px;
}
.MapCont .MapWrap .Route p.No{
	position: absolute;
	top: 5px;
	left: 10px;
}
.MapCont .MapWrap .arrow{
	width: 580px;
	height: 80px;
	margin: 5px auto;
	background: url(../image/items/arrow_bg.png);
}
/*　終電案内　*/
.MapCont .MapWrap .Train{
	padding: 5px 10px;
}
.MapCont .MapWrap .Train article{
	width: 50%;
	float: left;
	padding: 15px 10px;
}
.MapCont .MapWrap .Train article dl{
	width: 50%;
	float: left;
}
.MapCont .MapWrap .Train article h4{
	font-size: 18px;
	border-bottom: 2px solid #ff5c8a;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.MapCont .MapWrap .Train article h4 i{
	margin-right: 10px;
}
.MapCont .MapWrap .Train article dl dt{
	margin-bottom: 5px;
}
.MapCont .MapWrap .Train article dl dd ul li{
	margin-bottom: 6px;
}
/*　タクシー　*/
.MapCont .MapWrap .Taxi dl{
	width: 50%;
	float: left;
	padding: 15px 20px;
}
.MapCont .MapWrap .Taxi dl dt{
	font-size: 18px;
	border-bottom: 2px solid #ff5c8a;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
.MapCont .MapWrap .Taxi dl dt i{
	margin-right: 10px;
}
.MapCont .MapWrap .Taxi dl dd i{
	margin-right: 5px;
}
.MapCont .MapWrap .Taxi dl dd{
	font-size: 14px;
	padding-left: 5px;
}
.MapCont .MapWrap .Taxi dl dd ul li{
	margin-bottom: 6px;
}
.MapCont .MapWrap .Taxi dl dd ul li a{
	color: #000000;
}
/*---------------------------------------------------------
　　イベント　　
----------------------------------------------------------*/
.EventCont .EventWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.EventCont .EventBox{
	width: 1200px;
	margin: 0 auto;
}
.EventCont .EventBox article.EventList {
	margin-bottom: 20px;
	text-align: center;
}

.EventCont .EventBox article.EventList h3{
  font-size: 24px;
  background: #ffbed4;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.EventCont .EventBox article.EventList {
  background: #fff;
}

/*---------------------------------------------------------
　　レビュー・写メ日記共通　　
----------------------------------------------------------*/
/*--------------　詳細　--------------*/
.GirlsWrap{
	background: url(../image/items/com_bg_1.png);
	padding: 20px 0;
}
.GirlsWrap .BoxInner{
	width: 1200px;
	margin: 0 auto 5px auto;
	padding: 0 50px;
	position: relative;
}
.GirlsWrap .WrapBox h3.h3_title{
	text-align: center;
	margin-bottom: 10px;
}
.GirlsWrap .WrapBox h3.h3_title span{
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.GirlsWrap .DetailLeft{
	width: 560px;
	padding: 0 20px 30px 20px;
	float: left;
}
.GirlsWrap .DetailRight{
	width: 500px;
	padding: 0 0 30px 0;
	float: left;
}
/*　日記　*/
.GirlsWrap .GirlsDiaryList{
	background: rgba(255, 132, 171, 0.7);
	padding: 20px 0;
}
.GirlsWrap .GirlsDiaryList .BoxInner{
	padding: 0 72.5px;
}
.GirlsWrap .GirlsDiaryList article:nth-child(4n){
	margin: 0 5px 5px 0;
}
.GirlsWrap .GirlsDiaryList article p{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px 0 0 2px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.GirlsWrap .GirlsDiaryList article p span{
	position: absolute;
	right: 5px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
/*---------------------------------------------------------
　　レビュー　　
----------------------------------------------------------*/
/*--------------　一覧　--------------*/
.ReviewCont .ReviewWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.ReviewWrap .ReviewBox{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 72.5px;
}
.ReviewWrap .ReviewBox article p{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	padding: 10px 0 0 5px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.ReviewWrap .ReviewBox article p span{
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
/*　メッセージ詳細　*/
.GirlsWrap .MessageBox{
	width: 760px;
	background: #ffffff;
	border: 3px solid #ffebf2;
	float: left;
	box-sizing: border-box;
	padding: 20px;
}
.GirlsWrap .MessageBox article h4{
	color: #ff73a3;
	font-size: 16px;
	margin-bottom: 10px;
}
.GirlsWrap .MessageBox article h4 span{
	color: #000000;
}
.GirlsWrap .MessageBox article{
	
}
.GirlsWrap .MessageBox article dl.dl_table{
	width: 100%;
	display: table;
}
.GirlsWrap .MessageBox article dl.dl_table dt.dt_table,
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table{
	display: table-cell;
	vertical-align: top;
}
.GirlsWrap .MessageBox article dl.dl_table dt.dt_table{
	width: 100px;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table{
	box-sizing: border-box;
	padding: 10px 15px;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table dl dt{
	border-bottom: 3px solid #ff80ab;
	position: relative;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table dl dt p.evaluation{
	color: #ff73a3;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table dl dt p.evaluation span.star{
	color: #ffe400;
	font-size: 20px;
	padding: 0 0 0 5px;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table dl dt p.date{
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 12px;
}
.GirlsWrap .MessageBox article dl.dl_table dd.dd_table dl dd{
	padding: 5px 0;
	line-height: 1.4;
}
.GirlsWrap .ProfileBox{
	width: 300px;
	background: #ffcdde;
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin-left: 20px;
}
.GirlsWrap .ProfileBox article p.ladys_name{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding-left: 10px;
	color: #f596b4;
	font-weight: bold;
	line-height: 26px;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
/*---------------------------------------------------------
　　写メ日記　　
----------------------------------------------------------*/
/*--------------　一覧　--------------*/
.DiaryCont .DiaryWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.DiaryWrap .DiaryBox{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 72.5px;
}
.DiaryWrap .DiaryBox article p{
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	padding: 10px 0 0 5px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.DiaryWrap .DiaryBox article p span{
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
/*　日記　*/
.GirlsWrap .DiaryDetail .DiaryBox{
	position: relative;
	background: #FFFFFF;
	height: 426px;
	padding: 20px 0 20px 30px;
}
.GirlsWrap .DiaryDetail .DiaryBox:before{
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../image/items/com_line.png);
}
.GirlsWrap .DiaryDetail .DiaryBox:after {
	content: "";
	width: 100%;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../image/items/com_line.png);
}
.GirlsWrap .DiaryDetail .DiaryBox dl dt{
	width: 90%;
	margin: 0 auto;
}
.GirlsWrap .DiaryDetail .DiaryBox dl dt img{
	width: 100%;
	height: auto;
}
.GirlsWrap .DiaryDetail .DiaryBox dl dd h4{
	font-size: 20px;
	color: #ff7bab;
	margin-bottom: 5px;
}
.GirlsWrap .DiaryDetail .DiaryBox dl dd span.diary_day{
	display: block;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
.GirlsWrap .DiaryDetail .DiaryBox dl dd p.diary_comment{
	font-size: 14px;
}
/*　レビュー投稿　*/
.GirlsWrap .ReviewForm .FormBox{
	background: rgba(255, 132, 171, 0.7);
	height: 426px;
	padding: 28px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.GirlsWrap .ReviewForm .FormBox p.review_txt{
	color: #ffffff;
	padding: 0 0 10px 0;
}
.GirlsWrap .ReviewForm .FormBox dl{
	margin-bottom: 10px;
}
.GirlsWrap .ReviewForm .FormBox dl dt{
	margin-bottom: 5px;
}
.GirlsWrap .ReviewForm .FormBox dl dd input{
	width: 98%;
	height: 25px;
	border: 1px solid #ff73a3;
}
.GirlsWrap .ReviewForm .FormBox dl dd textarea{
	width: 98%;
	height: 130px;
	border: 1px solid #ff73a3;
}
.GirlsWrap .ReviewForm .FormBox .submitBtn{
	text-align: center;
}
/*　日記一覧　*/
/*　プロフィール　*/
/*---------------------------------------------------------
　　コスチューム　　
----------------------------------------------------------*/
.CostumeCont .CostumeWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.CostumeCont .CostumeBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.CostumeCont article.CostumeList{
	width: 260px;
	float: left;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	padding: 10px;
}
.CostumeCont article.CostumeList:nth-child(4n){
	margin: 0 0 5px 0;
}
.CostumeCont article.CostumeList a{
	position: relative;
	display: block;
}
.CostumeCont article.CostumeList figure{
	height: 260px;
	overflow: hidden;
	line-height: 0;
}
.CostumeCont article.CostumeList figure img.MainImg{
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.CostumeCont article.CostumeList figure img.MainImg:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.CostumeCont article.CostumeList .band{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
	line-height: 0;
}
.CostumeCont article.CostumeList p.costume_name{
	background: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 180px;
	padding: 10px 0 0 5px;
	color: #f596b4;
	font-weight: bold;
	border-top-right-radius: 6px; 
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.CostumeCont article.CostumeList p.costume_name span{
	position: absolute;
	right: 10px;
	text-align: right;
	font-size: 12px;
	color: #8e8e8e;
}
.CostumeCont article.CostumeList .none{
	display: none;
}
/*---------------------------------------------------------
　　ランキング　　
----------------------------------------------------------*/
.RankingWrap{
	padding: 30px 0;
	background: #ffcdde;
}
.RankingWrap .RankingBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 50px;
}
.RankingWrap .RankingInner{
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.RankingWrap .RankingInner h3.h3_title{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
}
.RankingWrap .RankingBox article{
	width: 216px;
	height: 322px;
	float: left;
	box-sizing: border-box;
	margin: 0 5px 5px 0;
	padding: 15px 10px 10px 10px;
}
.RankingWrap .RankingBox  article:nth-child(4n) {
	margin: 0 5px 5px 0;
}
.RankingWrap .RankingBox  article:nth-child(5n) {
	margin: 0 0 5px 0;
}
.RankingWrap .RankingBox article a{
	width: 100%;
	display: block;
	padding: 0;
}
.RankingWrap .RankingBox article dl dt{
	text-align: center;
	margin-bottom: 5px;
}
.RankingWrap .RankingBox article dl dd{
}
.RankingWrap .RankingBox article figure{
	height: 196px;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 5px;
}
.RankingWrap .RankingBox article a h3{
	font-size: 20px;
	color: #8a8a8a;
	margin-bottom: 5px;
}
.RankingWrap .RankingBox article a h3 span.age{
	font-size: 14px;
}
.RankingWrap .RankingBox article.ranking_no1 h3{
	border-bottom: 1px solid #dbc352;
}
.RankingWrap .RankingBox article.ranking_no2 h3{
	border-bottom: 1px solid #bdbdbd;
}
.RankingWrap .RankingBox article.ranking_no3 h3{
	border-bottom: 1px solid #d99783;
}
.RankingWrap .RankingBox article.ranking_no4 h3,
.RankingWrap .RankingBox article.ranking_no5 h3{
	border-bottom: 1px solid #ff749b;
}
.RankingWrap .RankingBox article a p{
	font-size: 12px;
	color: #8a8a8a;
}
/*---------------------------------------------------------
　　オンライン予約　　
----------------------------------------------------------*/
.ReserveCont .ReserveWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.ReserveCont .ReserveBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.ReserveCont .ReserveComent h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.ReserveCont .ReserveComent p.p_reserve_comment{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
}
.ReserveCont .ReserveForm h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.ReserveCont .ReserveForm .FormBox{
	background: rgba(255, 132, 171, 0.7);
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ReserveCont .ReserveForm dl {
	margin-bottom: 10px;
}
.ReserveCont .ReserveForm dl.dl_table dt.dt_table{
	text-align: right;
	vertical-align: top;
	width: 170px;
	font-size: 16px;
	padding: 3px 0 0 0;
}
.ReserveCont .ReserveForm dl.dl_table dt.form_item_name span.required {
	display: inline-block;
	background: #ffffff;
	color: #ff73a3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	padding: 1px 3px 0 2px;
	margin-left: 10px;
}
.ReserveCont .ReserveForm dl.dl_table dd.dd_table{
	vertical-align: middle;
	text-align: left;
	padding: 3px 0 3px 10px;
}
.ReserveCont .ReserveForm dl dd input.input-text{
	width: 98%;
	height: 34px;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px 0px;
}
.ReserveCont .ReserveForm dl dd input.date-text{
	height: 34px;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px 0px;
}
.ReserveCont .ReserveForm dl dd select{
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #FFFFFF;
	background: url(../image/items/arrow_1.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../image/items/arrow_1.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 32px, 100%;
}
.ReserveCont .ReserveForm dl dd select.select_h{
	width: 90px;
}
.ReserveCont .ReserveForm dl dd.radio_btn input {
	display: none;
}
.ReserveCont .ReserveForm dl dd.radio_btn label{
	display: block;
	float: left;
	cursor: pointer;
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #ff7bab;
	color: #ff7bab;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.ReserveCont .ReserveForm dl dd.radio_btn label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.ReserveCont .ReserveForm dl dd.radio_btn label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.ReserveCont .ReserveForm dl dd.radio_btn input[type="radio"]:checked + .switch-on {
	background: #ff7bab;
	color: #FFFFFF;
}
.ReserveCont .ReserveForm dl dd.radio_btn input[type="radio"]:checked + .switch-off {
	background-color: #ff73a3;
	color: #FFFFFF;
}
.ReserveCont .ReserveForm dl dd span.text {
    display: block;
    padding: 5px 0;
}
.ReserveCont .ReserveForm dl dd textarea{
	width: 98%;
	height: 150px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.ReserveCont .ReserveForm .submit-btn{
	overflow: hidden;
	position: relative;
}
.ReserveCont .ReserveForm .submit-btn ul{
	float: left;
	position: relative;
	left: 50%;
}
.ReserveCont .ReserveForm .submit-btn ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.ReserveCont .ReserveForm .submit-btn ul li input{
	cursor: pointer;
}
.ReserveCont .ReserveForm .submit-btn ul li input.reserve_disp_btn{
	border: 0px;
    width: 166px;
    height: 39px;
    background: url(../image/items/disp_btn.png) no-repeat;
    background-position: center;
}
.ReserveCont .ReserveForm .submit-btn ul li input.reserve_return_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: url(../image/items/return_btn.png) no-repeat;
    background-position: center;
}
.ReserveCont .ReserveForm .submit-btn ul li input.reserve_done_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: url(../image/items/done_btn.png) no-repeat;
    background-position: center;
}
/*　完了ページ　*/
.ReserveCont .DoneBox{
	width: 800px;
	height: 505px;
	margin: 20px auto;
	text-align: center;
	position: relative;
	background: url(../image/items/imgbox_bg.png);
}
.ReserveCont .DoneBox h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ReserveCont .DoneBox .ReserveComment{
	width: 500px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin: 0 0 0 -250px;
}
.ReserveCont .DoneBox p.p_reserve_comment{
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4;
}
/*---------------------------------------------------------
　　アンケート　　
----------------------------------------------------------*/
.EnqueteCont .EnqueteWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.EnqueteCont .EnqueteBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.EnqueteCont .EnqueteForm .FormBox{
	background: rgba(255, 132, 171, 0.7);
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.EnqueteCont .EnqueteForm dl {
	margin-bottom: 10px;
}
.EnqueteCont .EnqueteForm dl.dl_table dt.dt_table{
	text-align: right;
	vertical-align: top;
	width: 200px;
	font-size: 16px;
	padding: 3px 0 0 0;
}
.EnqueteCont .EnqueteForm dl.dl_table dt.form_item_name span.required {
	display: inline-block;
	background: #ffffff;
	color: #ff73a3;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	padding: 1px 3px 0 2px;
	margin-left: 10px;
}
.EnqueteCont .EnqueteForm dl.dl_table dd.dd_table{
	vertical-align: middle;
	text-align: left;
	padding: 3px 0 3px 10px;
}
.EnqueteCont .EnqueteForm dl dd input.input-text{
	width: 98%;
	height: 34px;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px 0px;
}
.EnqueteCont .EnqueteForm dl dd input.date-text{
	height: 34px;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1px 0px;
}
.EnqueteCont .EnqueteForm dl dd ul li{
	float: left;
	margin: 0 10px 0 0;
}
.EnqueteCont .EnqueteForm dl dd ul li input[type="radio"] {
	border: 0px;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.EnqueteCont .EnqueteForm dl dd select{
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #FFFFFF;
	background: url(../image/items/arrow_1.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
	background: url(../image/items/arrow_1.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#fff 100%);
	background-size: 32px, 100%;
}
.EnqueteCont .EnqueteForm dl dd select.select_h{
	width: 90px;
}
.EnqueteCont .EnqueteForm dl dd textarea{
	width: 98%;
	height: 150px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.EnqueteCont .EnqueteForm .submit-btn{
	overflow: hidden;
	position: relative;
}
.EnqueteCont .EnqueteForm .submit-btn ul{
	float: left;
	position: relative;
	left: 50%;
}
.EnqueteCont .EnqueteForm .submit-btn ul li{
	float: left;
	position: relative;
	left: -50%;
	margin: 0 5px;
}
.EnqueteCont .EnqueteForm .submit-btn ul li input{
	cursor: pointer;
}
.EnqueteCont .EnqueteForm .submit-btn ul li input.enquete_disp_btn{
	border: 0px;
    width: 166px;
    height: 39px;
    background: url(../image/items/disp_btn.png) no-repeat;
    background-position: center;
}
.EnqueteCont .EnqueteForm .submit-btn ul li input.enquete_return_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: url(../image/items/return_btn.png) no-repeat;
    background-position: center;
}
.EnqueteCont .EnqueteForm .submit-btn ul li input.enquete_done_btn{
	border: 0px;
    width: 150px;
    height: 36px;
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background: url(../image/items/done_btn.png) no-repeat;
    background-position: center;
}
/*　完了ページ　*/
.EnqueteCont .DoneBox{
	width: 800px;
	height: 505px;
	margin: 20px auto;
	text-align: center;
	position: relative;
	background: url(../image/items/imgbox_bg.png);
}
.EnqueteCont .DoneBox h4{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.EnqueteCont .DoneBox .EnqueteComment{
	width: 500px;
    position: absolute;
    top: 180px;
    left: 50%;
    margin: 0 0 0 -250px;
}
.EnqueteCont .DoneBox p.p_enquete_comment{
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4;
}
/*---------------------------------------------------------
　　メールマガジン　　
----------------------------------------------------------*/
.MagazineCont .MagazineWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.MagazineCont .MagazineBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.MagazineCont .MagazineBox h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.MagazineCont .MagazineInfo p.info_txt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2.0;
}
.MagazineCont .MagazineInfo p.info_txt span{
	font-size: 40px;
	color: #ff5c8a;
	display: block;
}
.MagazineCont .MagazineInfo ul{
	padding: 20px 0 40px 0;
}
.MagazineCont .MagazineInfo ul li{
	text-align: center;
}
.MagazineCont .MagazineForm{
	margin-bottom: 30px;
}
.MagazineCont .MagazineForm .FormBox{
	background: rgba(255, 132, 171, 0.7);
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.MagazineCont .MagazineForm .radio_btn{
	margin-bottom: 10px;
}
.MagazineCont .MagazineForm .radio_btn input {
	display: none;
}
.MagazineCont .MagazineForm .radio_btn label{
	display: block;
	float: left;
	cursor: pointer;
	width: 180px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #ff7bab;
	color: #ff7bab;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	transition: .2s;
}
.MagazineCont .MagazineForm .radio_btn label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.MagazineCont .MagazineForm .radio_btn label:last-of-type{
	border-radius: 0 3px 3px 0;
}
.MagazineCont .MagazineForm .radio_btn input[type="radio"]:checked + .switch-on {
	background: #ff7bab;
	color: #FFFFFF;
}
.MagazineCont .MagazineForm .radio_btn input[type="radio"]:checked + .switch-off {
	background-color: #ff73a3;
	color: #FFFFFF;
}
.MagazineCont .MagazineForm .address input.input_text{
	width: 82%;
	height: 40px;
	padding: 5px;
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.MagazineCont .MagazineForm .address input.magazine_btn{
	border: none;
	width: 166px;
	height: 39px;
	background: url(../image/items/magazine_btn.png) no-repeat;
	background-size: 166px 39px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.MagazineCont .MagazineCaution p{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 30px;
}
/*---------------------------------------------------------
　　送迎無料サービス　　
----------------------------------------------------------*/
.ShuttleCont .ShuttleWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.ShuttleWrap .ShuttleBox{
	width: 1200px;
	margin: 0 auto;
	padding: 0 72.5px;
}
.ShuttleCont .ShuttleBox h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.ShuttleCont .ShuttleBox h3 span.block{
	display: block;
	font-size: 16px;
}
.ShuttleCont .ShuttleBox .Map{
	background: #ffffff;
	border: 3px solid #ffebf2;
	text-align: center;
	padding: 20px;
	margin: 40px 0;
}
.ShuttleCont .ShuttleInner .Detail{
	width: 80%;
	margin: auto;
}
.ShuttleCont .ShuttleInner .Detail h4{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
}
.ShuttleCont .ShuttleInner .Detail h5{
	font-size: 62px;
	font-weight: bold;
	text-align: center;
	color: #ff73a3;
	padding: 20px 0;
}
.ShuttleCont .ShuttleInner p{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 20px;
	font-size: 16px;
	line-height: 1.4;
}
/*---------------------------------------------------------
　　相互リンク　　
----------------------------------------------------------*/
.LinkCont .LinkWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.LinkCont .LinkBox{
	width: 1200px;
	margin: 0 auto 30px auto;
	padding: 0 72.5px;
}
.LinkCont .ShopLink .LinkComment{
	background: #ffffff;
	border: 3px solid #ffebf2;
	padding: 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.LinkCont .ShopLink .LinkComment em{
	display: block;
	background: #f1f1f1;
	border: 1px solid #e1e1e1;
	margin: 10px 0;
	padding: 10px;
	font-size: 12px;
}
.LinkCont .ShopLink .ShopLinkBox{
	background: rgba(255, 132, 171, 0.7);
	padding: 50px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.LinkCont .LinkBox h3{
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px
}
.LinkCont .LinkBox .LinkList ul li{
	float: left;
	padding: 3.8px;
	text-align: center
}
/*---------------------------------------------------------
　　フッター　　
----------------------------------------------------------*/
footer{
	width: 100%;
	position: absolute;
	bottom: 0;
}
/*---------------------------------------------------------
　　エラー　　
----------------------------------------------------------*/
.ErrorCont .ErrorWrap{
	padding: 30px 0;
	background: url(../image/items/com_bg_1.png);
}
.ErrorCont .ErrorBox{
	width: 800px;
	height: 505px;
	margin: 20px auto;
	text-align: center;
	position: relative;
	background: url(../image/items/imgbox_bg.png);
}
.ErrorCont .ErrorBox .ErrorComment{
	width: 500px;
	position: absolute;
	top: 180px;
	left: 50%;
	margin: 0 0 0 -250px;
}
.ErrorCont .ErrorBox .ErrorComment p{
	font-size: 14px;
	font-weight: bold;
	line-height: 2.4;
}
