@charset "utf-8";

/*////////// ??Reset [html5]?? //////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit; vertical-align:baseline;}
a{margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';	content: none;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
button{ border:none; background:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,var{font-weight:normal; font-style:normal;}
caption,th{text-align:left;}
abbr,acronym{border:0;}
.clear{clear:both;}
/*////////// ??Reset [html5]?? //////////*/

/*////////// ??WEB FONT?? //////////*/

@import url(https://fonts.googleapis.com/css?family=Playfair+Display+SC);
/* font-family: 'Playfair Display SC', serif; */
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
/* font-family: 'Pinyon Script', cursive; */
@import url(https://fonts.googleapis.com/css?family=Cinzel);
/* font-family: 'Cinzel', serif; */

/*////////// ??WEB FONT?? //////////*/


body{
	color: #fff;
	background:#fff;
	font: "Osaka", "Verdana", "Lucida Grande", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic",  "メイリオ", sans-serif;
	margin: 0px auto;
	min-width: 600px;
	height: auto;
	width: 100%;
	overflow-x: hidden;
}

::selection {background: rgba(80,80,80,0.5); color: rgb(255,0,100);}
::-moz-selection {background: rgba(80,80,80,0.5); color: rgb(255,0,100);}

/*////////// ???????? //////////*/
a img{
	border:none;
	text-decoration:none;
}
a:link{
	color: #8e720f;
	text-decoration: none;
}
a:visited{
	color: #fff;
	text-decoration: none;
}
a:focus{
	outline:none;
	color: #fff;
	text-decoration:none;
}
.main-nav a:link , .RoundedBtn a:link , .accordion a:link , #mainNewfaceSection a:link{
	text-decoration:none;
}
/*////////// ???????? //////////*/


/*////////// ?????? //////////*/

.right {float:right;}
.left {float:left;}
.white {color:#fff;}
.gold {color:#8e720f;}
.blue{color:#00b4c8;}
.grey {color:#666;}
.pink {color:#f5568b;}
.clearfix:after {content: ""; clear: both; display: block;}

.font-serif {font-family: "Playfair Display SC","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.font-script {font-family: "Pinyon Script", cursive; letter-spacing: -0.5px;}
.font-figure {font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.font-gothic {font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;}
.font-mincho {font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

p{
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; 
	font-size: 1em;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 28px;
	color: #535353;
}

.button-shine {
	background: url(../images/button-shine.png) no-repeat;
	width: 300px;
	height: 38px;
}

.button-box a {
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
}
.button {
	border: 1px solid #8e720f;
	padding: 2px 2px;
	position: relative;
}
.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #8e720f;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
.change-border01::after {
	height: 2px;
	left: -2px;
	top: -2px;
	width: 0px;
}
.change-border01::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border01__inner::after {
	bottom: -2px;
	height: 0px;
	left: -2px;
	width: 2px;
}
.change-border01__inner::before {
	height: 0px;
	right: -2px;
	top: -2px;
	width: 2px;
}
.change-border01:hover::after,
.change-border01:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
.change-border01:hover .change-border01__inner::after,
.change-border01:hover .change-border01__inner::before {
	height: 100%;
	height: calc(100% + 2px);
}
span.change-border01__inner{
	font-size: 1.2em;
	letter-spacing: 4px;
	line-height: 35px;
}
.button-ja{
	font-size: 0.7em;
	letter-spacing: 2px;
	margin-left: 14px;
}
/*////////// ?????? //////////*/


/*////////// ?? header ?? //////////*/

#top-header{
	height: 800px;
	width: 100%;
	position: relative;
/*	background: url(../images/1.jpg) top center no-repeat;*/
	background: url(../system_img/common_img/1.jpg) top center no-repeat;
	background-attachment: fixed;
	z-index:1;
}
#top-header:after{
	content:'';
	position: absolute;
/*	background: url(../images/cover-logoback.png) bottom center no-repeat;*/
	background: url(../system_img/common_img/cover-logoback.png) bottom center no-repeat;
	background-attachment: fixed;
	height:100%;
	width:100%;
    z-index: 2;
}
#top-header #top-logo{
	position: absolute;
	bottom: 23%;
	width: 42%;
	max-width: 369px;
	margin: 3%;
	z-index: 3;
}
	@media screen and (min-width: 1650px) {
		#top-header #top-logo{
			bottom: 17%;
		}
	}
#top-header #top-logo img{
	width: 100%;
}
#top-header ul#shopinfo{
	position: absolute;
	bottom: 0px;
	width: 40%;
	max-width: 740px;
	margin: 3%;
	z-index: 4;
}
#top-header ul#shopinfo li{
	float: left;
}
#top-header ul#shopinfo li.tel{
	max-width: 389px;
	margin-right: 2%;
}
#top-header ul#shopinfo li.open{
	max-width: 113px;
	margin-right: 2%;
}
#header ul#shopinfo li.credit{
	max-width: 114px;
	margin-right: 1%;
}
#top-header ul#shopinfo li.mail{
	max-width: 251px;
}
#top-header ul#shopinfo ul{
	float: right;
	margin-top: 5px;
}
#top-header ul#shopinfo ul li {
	margin: 0px 5px;
}
#top-header ul#shopinfo li img{
	width: 100%;
}

#top-header ul#shopinfo .delitown{
	display: block;
	background-color: rgba(255,255,255,.6);
	padding: 1px 10px;
	border-radius: 8px;
	text-align: center;
	}

#top-header ul#shopinfo .delitown a{
	color: #4f4f4f;
	}

.delitown .subtitle{
	color: #ff0064;
	font-size: 1.5em;
}

header nav{
	width: 48%;
	position: absolute;
	bottom: 30px;
	right: 5%;
}
header nav ul{
	font-weight: bold; 
	text-decoration: none;
	margin: 0 auto;
}
header nav ul li{
	color: #78693c;
	font-size: 1.4em;
	letter-spacing: 2px;
	line-height: 12px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	float: left;
	margin: 0 20px 20px 0;
}
header nav ul li .attention {
    font-size: 12px;
    display: inline-block;
    background-color: rgba(255, 0, 100, 0.6);
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    top: -15px;
    left: 70px;
	color: #fff;
}
header nav ul li a{
	padding: 5px 16px 0 5px;
	position: relative;
	z-index: 110;
}
nav ul li span.gnavi-ja{
	font-size: 0.55em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 34px;
}
/*////////// ?? header ?? //////////*/


/*////////// ?? ????????????? ?? //////////*/

li.navi_hover a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #78693c;
}
li.navi_hover a::after {
	position: absolute;
	bottom: 3px;
	left: 0;
	content: '';
	width: 0;
	height: 45px;
	/*background-color: rgba(255,0,100,0.3);*/
	padding: 5px;
	transition: .3s;
	z-index: 1000;
}
li.navi_hover a:hover::after {
	width: 90%;
}

#side-navi{
	width: 60px;
	position: fixed;
	right: 30px;
	top: 25%;
	z-index: 1000;
}
.diamond {
	display: block;
	position: relative;
	left: 0;
	right: 0;
	width: 60px;
	height: 60px;
	margin-bottom: 50px;
	background: rgba(50,50,50,0.7);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
 	pointer: cursor;
	z-index: 1000;
}
.diamond_inner {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 90px;
	height: 90px;
	line-height: 200px;
	color: #fff;
	background: transparent;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 900;
}
.diamond:after {
	content: "";
	width:60px;
	height: 60px;	
	border: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 6px;
	left: 6px;
	z-index: 200;
}

.diamond_inner img{
	position:absolute;
	top: 30px;
	left: 30px;
}
#side-navi ul li:nth-child(2) img{
	top: 24px;
}
#side-navi ul li:nth-child(3) img{
	top: 24px;
}
#side-navi ul li:nth-child(4) img{
	top: 32px;
}
.diamond:hover {
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	background: rgba(220,220,220,0.7);
}

/*////////// ?? ????????????? ?? //////////*/

/*////////// ?? stickyheader ?? //////////*/

header#stickyheader{
	height: 78px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index:1000;
	background-color: rgba(255,255,255,0.85);
}
header#stickyheader #h1-container{
	position: relative;
	text-align: center;
	top: 0;
	width: 271px;
}

header#stickyheader #h1-container h1{
	margin: 0 auto;
	padding-top: 16px;
}
	@media screen and (max-width: 1600px) {
		header#stickyheader #h1-container h1{
			display: none;
		}
	}

header#stickyheader nav{
	display: table;
	width: 1390px;
	position: absolute;
	top: 18px;
	right: -20px;
}
header nav ul.gnavi li{
	display: inline-block;
	font-size: 1em;
	line-height: 12px;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	margin: 0 0px 20px 0;
}
header#stickyheader nav ul li span.gnavi-ja{
	font-size: 0.7em;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 34px;
}
/*////////// ?? stickyheader ?? //////////*/

/*////////// ?? ??a?????? ?? //////////*/

.contents{
	display: block;
    width: 100%;
	height: auto;
    z-index: 300;
}
.contents h2{
	font-size: 4.5em;
	text-align: left;
	letter-spacing: 4px;
	color: #fff; 	
	padding-top: 10px;
	width: 100%;
	margin: 40px 0 20px 40px;
}
.contents h2 .title-ja{
	font-size: 0.3em;
	letter-spacing: 4px;
}
.container{
 	width: 100%;
	background-color: rgba(255,255,255,0.5);
}

/************* ??????************/

#top-waiting{
	position: relative;
	width: 100%;
    z-index: 302;
	height: auto !important;
}
ul#portrait{
	width: 100%;
	height: auto !important;
	font-size: 0;
}
li.profile {
	position: relative;
	display: inline-block;
	width: 24.6%;
	height: 24.6%;
	margin: 0.2%;
	margin-bottom: -2px;
	font-size: 16px;
}
	@media screen and (min-width: 1401px) {
		li.profile{
			width: 19.6%;
		}
	}
li.profile a{
	display: block;
}
li.profile img.thum{
	width: 100%;
	z-index: 400;
}
li.profile .icon-new{
	background: url(../images/icon/new.png) center center no-repeat;
	background-size: 100%;
	color: #fff;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -1px;
	right: 0;
}
li.profile .icon-new p{
	position:absolute;
	color: #fff;
	top: 12px;
	right: 6px;
	z-index: 411;
	line-height:14px;
	text-align: center;
}
figcaption.name-bg {
	position: absolute;
	bottom: 0.5%;
	background: url(../images/profile-box.png) center bottom no-repeat;
	background-size: contain;
	width:100%;
	height: 40%;
	padding-top: 6px;
	z-index: 401;
}
figcaption p{
	color: #535353;
	font-size: 0.8em;
	line-height: 22px;
	letter-spacing: 0.5px;
	margin-left: 10px;
}
figcaption p.name-en{
	font-size: 3em;
	color: rgba(142,114,15,0.8);
	letter-spacing: -0.5px;
	verticale-align:bottom;
	position: absolute;
	bottom: 90px;
	margin-left: 18px;
	z-index: 510;
}
	@media screen and (min-width: 1600px) {
		figcaption p.name-en{
			font-size: 4em;
			bottom: 110px;
		}
	}
figcaption p.name{
	position: absolute;
	bottom: 60px;
	z-index: 520;
}
figcaption p.name span.name-ja{
	font-size: 1.2em;
	letter-spacing: 2px;	
}
figcaption p.size{
	position: absolute;
	bottom: 40px;
}
figcaption p.now{
	position: absolute;
	bottom: 8px;
}	
figcaption p.now p.now_in{
	color: #ff4fa8;
}
figcaption p span.font-figure{
	font-size: 2em;
	letter-spacing: 2px;	
	padding: 0 1px;
}
li.profile:hover figcaption p {
	transition-delay: 5s;
	-moz-transition-delay:5s;
	-webkit-transition-delay:5s;
	-o-transition-delay:5s;
	-ms-transition-delay:5s;
}
li.profile .thum-over{
	position: absolute;
	top: 0;
	width: 100%;
	height: 99.5%;
	background-color: rgba(255,0,160,0.7);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	opacity: 0;
	z-index: 500;
}
li.profile:hover .thum-over {
	opacity: 1;
}
li.profile .thum-over p.name-en{
	font-size: 4.5em;
	letter-spacing: -0.5px;
	text-align: center;
	margin-top: 30%;
	color: #fff;
}
	@media screen and (min-width: 1600px) {
		li.profile .thum-over p.name-en{
			font-size: 5.5em;
			bottom: 110px;
		}
	}
li.profile .thum-over img{
	text-align: center;
	width: 10%;
	margin: 20% 45%;
}
li.profile .thum-over p.catch{
	font-size: 1.2em;
	text-align: center;
	letter-spacing: 2px;	
	width: 80%;
	margin: 0 auto;
	color: #fff;
}

/************* /??????************/

/************* ????? ************/

#top-history li.profile {
	position: relative;
	display: inline-block;
	width: 24.6%;
	height: 320px;
	overflow: hidden;
	float: left;
	margin: 0.2%;
	margin-bottom: -4px;
}
#top-history li.profile:nth-child(5){
	display: none; 
}
	@media screen and (min-width: 1401px) {
		#top-history li.profile {
			width: 19.6%;
		}
		#top-history li.profile:nth-child(5){
			display: inherit; 
		}
	}
#top-history figcaption {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));
	background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.9));
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.9)));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0.9)', GradientType=0)";
	background-size: contain;
	border-left: 2px solid rgba(255,255,255,0.1);
	border-right: 2px solid rgba(255,255,255,0.1);
	width:100%;
	height: 40%;
	padding-top: 6px;
	z-index: 401;
}
#top-history figcaption p.name-en{
	bottom: 60px;
}
	@media screen and (min-width: 1600px) {
		#top-history figcaption p.name-en{
			font-size: 4em;
			bottom: 70px;
		}
	}
#top-history figcaption p.name{
	position: absolute;
	bottom: 30px;
	z-index: 520;
	color: #fff;
}
#top-history figcaption p.size{
	position: absolute;
	bottom: 10px;
	color: #fff;
}
#top-history li.profile .thum-over{
	height: 100%;
}
/************* /????? ************/

/************* ?????? ************/

li.diary-box{
	position: relative;
	display: inline-block;
	width: 19.6%;
	height: 260px;
	overflow: hidden;
	float: left;
	margin: 0.2%;
	margin-bottom: 4px;
}
li.diary-box:nth-child(6){
	display: none; 
}
	@media screen and (min-width: 1401px) {
		li.diary-box {
			width: 16.3%;
			margin: 0.18%;
		}
		li.diary-box:nth-child(6){
			display: inherit; 
		}
	}
li.diary-box a{
	display: block;
}
li.diary-box img{
	width: 100%;
	z-index: 400;
}
li.diary-box figcaption {
	width: 80%;
	height: 40%;
	padding: 10%;
	z-index: 401;
}
li.diary-box figcaption p{
	color: #fff;
	font-size: 0.8em;
	line-height: 22px;
	letter-spacing: 1px;
	margin-left: 0px;
}
li.diary-box:hover figcaption p {
	transition-delay: 5s;
	-moz-transition-delay:5s;
	-webkit-transition-delay:5s;
	-o-transition-delay:5s;
	-ms-transition-delay:5s;
}
li.diary-box .thum-over{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	transition: 1.2s;
	-moz-transition: 1.2s;
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	opacity: 0;
	z-index: 500;
}
li.diary-box:hover .thum-over {
	opacity: 1;
}
li.diary-box figcaption p.writer{
	font-size: 1.4em;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255,0,100,0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 10px;
	margin: 6% 0;
}
li.diary-box figcaption p.title{
	color: #ff0064;
	font-size: 1.0em;
	font-weight: bold;
	width: 100%;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 6% 0;
}
li.diary-box figcaption p.sentence{
	width: 100%;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul#top-button{
	width: 100%; 
	right: 30px;	
	margin: 30px 0;
	padding-left: 50px;
}
ul#top-button li{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

/************* /?????? ************/

/************* ???? ************/

ul#review-container{
	width: 94%;
}
li.review-box{
	position: relative;
	display: inline-block;
	width: 29.3%;
	height: 200px;
	float: left;
	padding: 0 2%;
}
	@media screen and (max-width: 1350px) {
		li.review-box{
			width: 45%;
			padding: 0.2% 2.5%;
		}
		#top-review li.review-box:nth-child(3){
			display: none;
		}
	}
li.review-box .name-en{
	color: rgba(255,255,255,0.7);
	font-size: 4.5em;
	letter-spacing: -0.5px;
	position: absolute;
	bottom: 10px;
	z-index: 310;
}
li.review-box .cast-thum{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 10%;
}
li.review-box .cast-thum img{
	width: 100%;
	z-index: 300;
}
li.review-box .thum-over{
	position: absolute;
	top: 0;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: rgba(255,0,100,0.7);
	transition: 1.2s;
	-moz-transition: 1.2s;
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
	opacity: 0;
	z-index: 301;
}
li.review-box .thum-over img{
	width: 36px;
	margin: 84px 0 0 84px;
}
li.review-box .cast-thum:hover .thum-over {
	opacity: 1;
}
li.review-box .review-text{
	width: 45%;
	height: 140px;
	background-color: rgba(245, 86, 139, 0.7);
	position: absolute;
	top: 20px;
	right: 5%;
	padding: 10px;
	overflow: hidden;
	z-index: 305;
}
li.review-box .review-text p{
	font-size: 0.8em;
	padding: 2px 10px;
}
li.review-box .review-text p.cast-name{
	font-size: 1.2em;
	width: 100%;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 4px;
	color: #fff;
	font-weight: bold;
}
li.review-box .review-text p.reviewer{
	color: #fff;
	font-weight: bold;
}
li.review-box .review-text p.sentence{
	line-height: 20px;
	width: 100%;
	height: 80px;
	overflow: auto;
	color: #fff;
}

/************* /???? ************/

/************* ????? ************/

#top-event{
	position: relative;
	background: url(../images/eventBG.jpg) repeat left top;
	height: 500px;
	width: 100%;
	z-index: 100;
}
#top-event:before{
	content: "";
/*	background: url(../images/eventBG-1.png) no-repeat;*/
	background: url(../system_img/common_img/eventBG-1.png) no-repeat;
	height: 475px;
	width: 732px;
	position: absolute;
	top: 0;
	left: 0;
}
#top-event:after{
	content: "";
/*	background: url(../images/eventBG-2.png) no-repeat;*/
	background: url(../system_img/common_img/eventBG-2.png) no-repeat;
	height: 500px;
	width: 643px;
	position: absolute;
	top: 0;
	right: 0;
}
.container-event{
	position: relative;
	padding-top: 60px;
	z-index: 110;
}
#flickSlider {
    margin: 0 auto;
    text-align: left;
    display: none;
}
#flickSlider #flickView {
    position: relative;
    overflow: hidden;
}
#flickSlider #flickView ul {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    overflow: hidden;
}
#flickSlider #flickView ul li {
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
}
#flickSlider #flickView ul li img {
    width: 100%;
}
#flickSlider #flickThumb {
    width: 100%;
    overflow: hidden;
	margin-top: 10px;
}
#flickSlider #flickThumb ul {
    width: 100%;
}
#flickSlider #flickThumb ul li {
    float: left;
    cursor: pointer;
    display: inline;
}
#flickSlider #flickThumb ul li img {
    width: 90%;
	margin: 5%;
}
#flickSlider #flickThumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
#flickSlider #flickView ul:after,
#flickSlider #flickThumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#flickSlider #flickView ul,
#flickSlider #flickThumb ul {
    display: inline-block;
    overflow: hidden;
	margin-bottom: 30px;
}

/************* /????? ************/

/************* ???a??? ************/
#top-topics{
	position: relative;
	height: 600px;
	overflow: hidden;
}
#top-topics h2{
	position: absolute;
	z-index: 230;
	margin-top: 20px;
}
#top-topics ul.tabmenu{
	position: absolute;
	width: 40%;	
	margin: 150px 0 20px 30px;
	z-index: 220;
}
#top-topics ul.tabmenu,
#top-topics ul.tabmenu li.tab,
#top-topics ul.tabmenu li.tab a {
	display: block;
	padding-left: 10px;
}
#top-topics li.tab p{
	font-size: 1.2em;
	line-height: 50px;
	vertical-align: baseline;
	letter-spacing: 2px;
	width: 100%;
    list-style: none;
    cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 14px 0.5%;
	padding-top: 10px;
}
#top-topics li.tab span{
	font-size: 2.2em;
	line-height: 40px;
    height: 60px;
	margin-right: 14px;
	color: #f5568b;
}
.tabmenu li{,
	width: 100%;
	list-style-type: none;
}
.tabbox {
    display: none;
}
.tabmenu li.active, 
.tabmenu li:hover {
    background-color: rgba(50,50,50,0.4);
	transition: 1.2 sease-out;
	-moz-transition: 1.2s ease-out;
	-webkit-transition: 1.2s ease-out;
	-o-transition: 1.2s ease-out;
	-ms-transition: 1.2s ease-out;
}
.tabmenu li.active p, 
.tabmenu li:hover p{
	color: #fff;
}
.tabmenu li a{
    color: #424242;
}
.tabmenu li.active a,
.tabmenu li:hover a {
    color: #fff;
	transition: 1s;
}
.topics-container{
	background-color: rgba(245,86,139,0.7);
	width: 30%;
	height: 500px;
	position: absolute;
	top: 0;
	right: 13%;
	padding: 5%;
	z-index: 210;
}
.topics-container h3{
	font-size: 1.5em;
	letter-spacing: 2px;
	line-height: 36px;
	width:100%;
	max-height: 175px;
	overflow: hidden;
	margin-bottom: 20px;
}
.topics-container p{
	width: 100%;
	max-height: 250px;
	margin-bottom: 15px;
	overflow: auto;
	color: #fff;
}
#top-topics .topics-photo:after{
	content: "";	
	position: absolute;
	background: url(../images/shadow.png) no-repeat top left;
	top:0;
	left: -10px;
	width: 1230px; 
	height: 600px;
	z-index: 200;
}
#top-topics .photo1,
#topics .photo1{
	width: 45%;
	height: 600px;
	position: absolute;
	right: 55%;
	overflow: hidden;
}
#top-topics .photo2,
#topics .photo2{
	width: 33%;
	height: 600px;
	position: absolute;
	right: 22%;
	overflow: hidden;
}
#top-topics .photo3,
#topics .photo3{
	width: 22%;
	height: 300px;
	position: absolute;
	right: 0;
	overflow: hidden;
}
#top-topics .photo4,
#topics .photo4{
	width: 22%;
	height: 300px;
	position: absolute;
	right: 0;
	top: 300px;
	overflow: hidden;
}
.topics-photo img{
	width: 100%;
}
#top-newface .button-box,
#top-topics .button-box{
	position: absolute;
	top: 500px;
	left: 40px;
	width: 400px;
	z-index: 500;
}

/************* /???a??? ************/

/************* ??????************/
#top-newface{
	position: relative;
	height: 682px;
	overflow: hidden;
}
#top-newface h2{
	position: absolute;
	z-index: 230;
	margin-top: 20px;
}
#top-newface ul.tabmenu2{
	position: absolute;
	width: 30%;	
	margin: 150px 0 20px 30px;
	z-index: 220;
}
#top-newface ul.tabmenu2,
#top-newface ul.tabmenu2 li.tab,
#top-newface ul.tabmenu2 li.tab a {
	display: block;
	padding-left: 10px;
}
#top-newface li.tab p{
	font-size: 3.2em;
	line-height: 40px;
	vertical-align: baseline;
	letter-spacing: 0px;
	width: 100%;
    list-style: none;
    cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    margin: 30px 0.5%;
	padding-top: 10px;
}
#top-newface li.tab span{
    height: 60px;
	margin-right: 30px;
}
.tabmenu2 li{,
	width: 100%;
	list-style-type: none;
}
.tabbox2 {
    display: none;
}
.tabmenu2 li.active, 
.tabmenu2 li:hover {
    background-color: rgba(50,50,50,0.4);
	transition: 1.2 sease-out;
	-moz-transition: 1.2s ease-out;
	-webkit-transition: 1.2s ease-out;
	-o-transition: 1.2s ease-out;
	-ms-transition: 1.2s ease-out;
}
.tabmenu2 li.active p, 
.tabmenu2 li:hover p{
	color: #fff;
}
.tabmenu2 li a{
    color: #424242;
}
.tabmenu2 li.active a,
.tabmenu2 li:hover a {
    color: #fff;
	transition: 1s;
}
.newface-container{
	width: 26%;
	height: 513px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	right: 2%;
	padding: 5%;
	z-index: 210;
}
.newface-container p{
	width: 100%;
	max-height: 300px;
	margin-bottom: 8px;
}
.newface-container p.figure{
	color: rgba(255, 204, 221, 0.7);
	font-size: 15em;
	width: 160px;
	position: absolute;
	right: 25%;
	top: 140px;
	z-index: 200;
}
.newface-container p.name-en{
	font-size: 6em;
	margin: 80px 12px 30px;
}
.newface-container p.name{
	font-size: 1.2em;
}
.newface-container p.size,
.newface-container p.date{
	font-size: 0.9em;
	margin-bottom: 16px;
}
.newface-container p.sentence{
	font-size: 0.9em;
	height: 255px;
	overflow: auto;
}
#top-newface .photo1{
	width: 45%;
	height: 640px;
	position: absolute;
	top: 0;
	right: 20%;
	z-index: 200;
	overflow: hidden;
}
#top-newface .photo1 img {
	width: 480px;
}
#newface-content .tabbox .topics-photo img{
	width: 100%;
}
/************* /??????************/

/************* ????????? ************/
#top-others {
    position: relative;
    background: url(../images/eventBG.jpg) repeat left top;
    height: 680px;
    width: 100%;
    z-index: 100;
}
	@media screen and (max-width: 1910px) {
		#top-others {
		    height: 1200px;
		}
	}
	@media screen and (max-width: 1600px) {
		#top-others {
		    height: 1210px;
		}
	}
	@media screen and (max-width: 1200px) {
		#top-others {
		    height: 1240px;
		}
	}
/*#top-others::after {
    content: "";
    background: url(../images/eventBG-2.png) right bottom no-repeat;
    height: 500px;
    width: 643px;
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -1;
}*/
#top-others .container{
	width: 95%;
	margin: 20px auto;
}
.top-others1{
	width: 280px;
	height: 500px;
	float: left;
	margin: 20px 10px;
}
#top-others .container ul li{
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	letter-spacing: 2px;
}

/************* /????????? ************/

/************* ????????? ************/
#top-group {
    position: relative;
	width: 100%;
	height: 400px;
}
#top-group h3{
    font-size: 2.5em;
    text-align: left;
    letter-spacing: 4px;
    color: #fff;
    padding-top: 10px;
    width: 100%;
    margin: 60px 0 20px 140px;
}
#top-group h3 .title-ja {
    font-size: 0.5em;
    letter-spacing: 6px;
    margin-left: 12px;
}
#top-group .container{
	width: 90%;
	margin: 20px auto 40px;
}
#top-group .container ul{
	height: 400px;
	float: left;
	padding: 20px 0 40px 40px;
}
#top-group .container ul#gals{
	width: 400px;
}
#top-group .container ul#profile{
	width: 300px;
}
#top-group .container ul#valentine{
	height: 90px;
	width: 240px;
}
#top-group .container ul#dress{
	width: 240px;
	height: 0px;
}

#top-group .container ul#ichigo{
	width: 240px;
	height: 0px;
}
#top-group .container ul#sigma-group{
	width: 240px;
	height: 100px;
}
#top-group .container ul li{
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 1em;
	letter-spacing: 2.5px;
	margin-bottom: 10px;
}
#top-group .container li a{
	display: block;
	color: #535353;
	padding: 0 24px;
}
#top-group .container li a:hover{
	color: rgb(255,0,100);
	border-left: 1px solid rgb(255,0,100);
	padding-left: 28px;
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
}

/************* /????????? ************/


/*////////// ?? ??a?????? ?? //////////*/


/*////////// ?? ???λ?????gals.html / waiting.html / now.html ??????? //////////*/

/************* ?????? ************/

h2.hl-lower{
	font-size: 5.2em;
	text-align: left;
	letter-spacing: 4px;
	line-height: 56px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5); 
	/*-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);*/
	width: 100%;
	height: 190px;
/*	background: url(../images/title.png) no-repeat left top;*/
	background: url(../system_img/common_img/title.png) no-repeat left top;
	margin: 60px 0 0px 0;
	padding: 126px 0 0 140px;
	position: relative;
	z-index: 2;
	color: #8e720f;
}
.contents h2 .title-ja{
	font-size: 0.24em;
	letter-spacing: 6px;
	margin-left: 12px;
	color: #8e720f;
}
h2.hl-lower:after{
	content: "";
/*	background: url(../images/title-BG.png) no-repeat right top;*/
	background: url(../system_img/common_img/title-BG.png) no-repeat right top;
	height: 398px;
	position: absolute;
	width: 1134px;
	top: -82px;
	right: 4%;
	z-index: -1;
}
/************* /?????? ************/

ul.gals-search{
	width: 640px;
	position: absolute;
	top: 220px;
	right: 8%;
	z-index: 10;
}
ul.gals-search li{
	float: left;
	width: 300px;
	margin: 0 20px 6px 0;
}
figcaption p.rank {
	color: #CCC;
	font-size: 1.8em;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.9); 
	/*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.9);*/
	height: 26px;
	background: url(../images/icon/rank.png) no-repeat left bottom;
	padding-left: 35px;
	position: absolute;
	bottom: 9px;
	left: 1px;
}
figcaption p.today {
	color: rgb(255,0,100);
	font-size: 1em;
	letter-spacing: 1.4px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	border-left: 1px solid rgb(255,0,100);
	border-right: 1px solid rgb(255,0,100);
	height: 20px;
	position: absolute;
	bottom: 12px;
	left: 80px;
	padding: 0 12px;
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
	@-webkit-keyframes blink{
    	0% {opacity:0.3;}
    	100% {opacity:1;}
	}
	@-moz-keyframes blink{
    	0% {opacity:0.3;}
    	100% {opacity:1;}
	}
	@keyframes blink{
    	0% {opacity:0.3;}
    	100% {opacity:1;}
	}
/*////////// ?? ???λ??? ?? //////////*/


/*////////// ?? ???λ??????????? //////////*/

#profile h2.hl-lower{
	font-size: 5.2em;
	text-align: left;
	letter-spacing: 4px;
	line-height: 56px;
	width: 100%;
	height: 190px;
	background: none;
	margin: 60px 0 0px 0;
	padding: 126px 0 22px 140px;
	position: relative;
	z-index: 2;
}

#profile h2.hl-lower::after {
/*    background: url(../images/girl/A/profile_BG.jpg) no-repeat top center;*/
    background: url(../system_img/common_img/girl/A/profile_BG.jpg) no-repeat top center;
	background-attachment: fixed;
    height: 401px;
    position: absolute;
    width: 100%;
    top: -82px;
    right: 4%;
    z-index: -1;
}
#profile #left-box{
	width: 720px;
	height: auto;
	position: relative;
	float: left;
}
#profile #right-box{
	width: 60%;
	height: auto;
	position: relative;
	margin-left: 720px;
}
#photo-data{
	height: 640px;
	position: relative;
	top: -80px;
	left: 15%;
	z-index: 100;
}
#photo-data .gal-thumb{
	position: relative;
}
#photo-data .gal-thumb img {
    position: absolute;
    width: 480px;
    height: 640px;
    overflow: hidden;
}
.jkit-gallery-thumbs{
	position: relative;
	left: 490px;
}
.jkit-gallery-thumbs img{
	float: left;
	margin-bottom: 7.5px;
	width: 92px;
	height: 122px;
	clear: both;
}
.gals-data{
	position: absolute;
	top: 75px;
	left: 630px;
}
#profile #left-box h5.name-en{
	font-size: 12em;
	color: rgba(255,0,100,0.6);
	position: absolute;
	top: 450px;
	left: 50px;
	z-index: 110;
}
#profile h4{
	font-size: 1.6em;
	text-align: left;
	margin: 30px 0 10px 15%;
}
#profile p.comment{
	font-size: 0.9em;
	width: 576px;
	margin: 10px 0 10px 15%;
	color: #535353;
}
#profile .prof-movie {
    margin-left: 110px;
}

#right-box h3{
	font-size: 2em;
	letter-spacing: 4px;
	margin: 40px 0 10px;
	width: 100%;
}
#right-box dl{
    width: 750px;
	height: 220px;
	margin-top: 20px;
}
#right-box dl dt{
 	font-size: 1.2em;
	color: #ff0064;;
	text-align: right;
    width: 120px;
	float: left;
	padding-right: 20px;
	padding-top: 4px;
}
#right-box dl dd{
 	font-size: 1.0em;
	letter-spacing: 2px;
    width: 600px;
	margin-bottom: 10px;
	color: #535353;
}
#right-box ul {
    width: 860px;
	height: 70px;
	margin-bottom: 20px;
}
	@media screen and (min-width: 1730px) {
		#right-box ul {
			height: 40px;
		}
	}
#right-box ul li {
    font-size: 0.9em;
    letter-spacing: 1.5px;
    text-align: center;
    border: 1px solid #f5568b;
    width: 138px;
    height: 24px;
    float: left;
    padding: 2px 0;
    margin: 0 3px 2px 0;
}
#profile #right-box h4{
	margin: 0px 0 10px;
}
#right-box ul.option{
	height: 120px;
	margin-top: 20px;
}
	@media screen and (min-width: 1730px) {
		#right-box #right-box ul {
			height: 80px;
		}
	}
#right-box ul.option li {
	font-size: 0.8em;
    letter-spacing: 1px;
    border: none;
    width: 140px;
    padding: 4px 0 2px;
}
#right-box ul.option li.on {
	background: #f5568b;
}
#right-box ul.option li.off {
	background: #e5e5e5;
	color: #959595;
}
#right-box dl.qa dt{
 	font-size: 0.9em;
	color: #535353;
	text-align: left;
    width: 40%;
	float: left;
	padding-right: 20px;
	padding-top: 4px;
}
#right-box dl.qa dd{
 	font-size: 0.9em;
	letter-spacing: 2px;
    width: 800px;
	margin-bottom: 15px;
}
#right-box dl.qa dt span,
#right-box dl.qa dd span{
	font-size: 1.4em;
	margin-right: 4px;
}

#prof-schedule ul.schedule{
	width: 90%;
	margin-left: 5%;
}
#prof-schedule ul.schedule li{
    font-size: 1.3em;
    letter-spacing: 1.5px;
	line-height: 56px; 
	text-align: left;
    border: 1px solid #8e720f;
    width: 12%;
    height: 120px;
    float: left;
    padding: 10px 10px 15px 10px;
    margin: 10px 0 0 8px;
	position: relative;
	z-index: 20;
}
#prof-schedule ul.schedule li:after{
	content:"";   
	border: 1px solid #8e720f;
    width: 100%;
    height: 145px;
	position:absolute;
	top: -4px;
	left: -4px;
	z-index: -1;
}
	@media screen and (max-width: 1550px) {
		#prof-schedule ul.schedule li{
		    font-size: 1.1em;
			width: 10%;
		    margin: 10px 0 0 8px;
		}
	}
#prof-schedule ul.schedule li span.date{
	border-bottom: 1px solid #8e720f;
	padding-bottom: 12px;
	color: #8e720f;
}

/*////////// ???????λ??????????? //////////*/


/*////////// ?? ?жо???? //////////*/

figcaption p.time{
	color: #ff4fa8;
	font-size: 1.3em;
	letter-spacing: 2px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.9); 
	/*-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.9);*/
	height: 26px;
	position: absolute;
	bottom: 9px;
	left: 1px;
}
#schedule figcaption p.time span{
	font-size: 0.6em;
	margin-right: 4px;
}
#schedule ul.gals-search{
	width: 658px;
}
#schedule ul.gals-search li{
	width: 80px;
	margin: 0 14px 6px 0;
}
#schedule ul.gals-search li .button-box a.this{
	background-color: rgba(255,0,100,0.6);	
}
#schedule ul.gals-search li .button-box .button-shine {
    background: url(../images/button-shine.png) no-repeat;
    width: 80px;
    height: 100px;
	padding-top: 4px;
}
#schedule ul.gals-search li .button-box .button-shine span.change-border01__inner{
	font-size: 1.2em;
	line-height: 30px;
}
#schedule ul.gals-search li .button-box .button-shine span.change-border01__inner span{
	font-size: 1.2em;
}
#schedule ul.gals-search li .button-box .button-shine .weekday{
	width: 50px;
	height: 20px;
	background-color: rgba(255,255,255,1.0);
	margin: 10px auto;
}
#schedule ul.gals-search li .button-box .button-shine .weekday span{
	color: #f5568b;
	font-size: 0.9em;
	padding: 2px 0;
}

/*////////// ?? ?жо???? //////////*/


/*////////// ?? ???????? //////////*/

ul#portrait li.gals-box{
	float: left;
	background: url(../images/boxBG.jpg) no-repeat top right;
	position: relative;	
	width: 46%;
	height: 450px;
	margin: 0.5%;
	z-index: 1;
	font-size: 16px;
}
	@media screen and (max-width: 1501px) {
		ul#portrait li.gals-box{
			width: 80%;
			margin: 0.5% 8%;;
		}
	}
ul#portrait li.gals-box .thum{
	width: 338px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
ul#portrait li.gals-box .thum img.thum{
	width: 100%;
}
li.gals-box .thum:hover {
	background-color: rgba(255,255,255,0.5);
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	position: absolute;
	z-index: 15;
}

li.gals-box .thum .icon-new {
    color: #fff;
    background: url(../images/icon/new.png) center center no-repeat;
	background-size: 100%;
	width: 70px;
    height: 70px;
    position: absolute;
    top: -1.5px;
    right: 0;
	z-index: 12;
}
ul#portrait li.gals-box .box-text{
	width: 52%;
	height: 410px;
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 10;
}
ul#portrait li.gals-box .box-text p{
	position: absolute;
	z-index: 20;

}
ul#portrait li.gals-box .box-text p.name-en{
	font-size: 6em;
	top: 50px;
	margin-bottom: 6px;
}
ul#portrait li.gals-box .box-text p.date{
	font-size: 0.9em;
	font-weight: bold;
	top: 10px;
	right: 10px;
	margin-bottom: 6px;
}
ul#portrait li.gals-box .box-text p.name{
	top: 96px;
}
ul#portrait li.gals-box .box-text p.name span.size{
	font-size: 0.8em;
}
ul#portrait li.gals-box .box-text ul{
	width: 375px;
	position: absolute;
	top:134px;
	z-index: 20;
}
ul#portrait li.gals-box .box-text ul li{
	font-size: 0.9em;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px solid #f5568b;
	width: 120px;
	height: 24px;
	float: left;
	padding: 2px 0;
	margin: 0 3px 2px 0;
	background-color: #fff;
}
ul#portrait li.gals-box .box-text p.comment{
	font-size: 0.8em;
	background-color: rgba(245,86,139,0.6);
	width: 110%;
	height: 98px; 
	overflow: auto;
	padding: 20px;
	bottom: 60px;	
	right: 0;
}
ul#portrait li.gals-box .box-text .button-box{
	position: absolute;
	bottom: 0px;
	right: 0;
}
/*////////// ??  ???????? //////////*/


/*////////// ??  ???????? //////////*/

#ranking ul.gals-search li:nth-child(1) {
    text-align: center;
    background-color: #8e720f;
	border: 2px solid #8e720f;
	width: 624px;
	height: 38px;
	padding: 2px;
}
#ranking ul.gals-search li:nth-child(1) .button-shine{
	width: 620px;
	background-size: 300px;
}
.none{
	display: none;
}
ul#portrait li.gals-box h3.ranking-title{
	font-size: 3em;
	letter-spacing: 2px;
	line-height: 64px;
	position: absolute;
	top: 40px;
	left: 5%;
	z-index: 20;
}
ul#portrait li.gals-box h3.ranking-title span{
	font-size: 1.6em;
}
ul#portrait li.gals-box h4.ranking-subtitle{
	font-size: 1.4em;
	letter-spacing: 4px;
	line-height: 37px;
	position: absolute;
	top: 280px;
	left: 5%;
	z-index: 20;
	text-align: left;
}
#ranking ul#portrait li.gals-box:nth-child(1):before {
	content: "";
    background: url(../images/boxBG-left.jpg) no-repeat top left;
    position: absolute;
    width: 663px;
    height: 450px;
    margin: 0.5%;
    z-index: 1;
}
#ranking ul#portrait li.gals-box:nth-child(1) .box-text {
	width: 40%;
}
	@media screen and (max-width: 1501px) {
		#ranking ul#portrait li.gals-box:nth-child(1):before {
			display: none;
		}
		ul#portrait li.gals-box h3.ranking-title{
			display: none;
		}
		ul#portrait li.gals-box h4.ranking-subtitle{
			display: none;
		}
		#ranking ul#portrait li.gals-box:nth-child(1) .box-text,
		#ranking ul#portrait li.gals-box .box-text {
			width: 60%;
		}
	}
#ranking li.gals-box:nth-child(1){
	width: 93.5%;
}
li.gals-box .box-text p.number{
	color: rgba(255,255,2550,0.6); 
	font-size: 1.7em;
	position: absolute;
	top: 30px;
	right: 0;
}
li.gals-box .box-text p.number span.no{
	font-size: 3.2em;
	line-height: 40px;
	color: #ffb9d0;
}
li.gals-box .box-text p.number span.rank{
	font-size: 6em;
	color: #ffb9d0;
}
#ranking ul#portrait li.gals-box:nth-child(1) .box-thum{
	width: 338px;
	height: 450px;
	position: absolute;
	top: 0;
	left: 35%;
	z-index: 10;
}
	@media screen and (max-width: 1501px) {
		ul#portrait li.gals-box:nth-child(1) {
			width: 80%;
			margin: 0.5% 8%;;
		}
		#ranking ul#portrait li.gals-box:nth-child(1) .box-thum{
			left: 0;
		}
	}
li.gals-box:nth-child(1) .box-text p.number{
	color: rgba(255,255,2550,0.6); 
	font-size: 2.4em;
	line-height: 42px;
	position: absolute;
	top: 44px;
	right: 30px;
}
	@media screen and (max-width: 1501px) {
		li.gals-box .box-text p.number{
			font-size: 2.4em;
			top: 65px;
			right: 30px;
		}
	}
#ranking ul#portrait li.gals-box .box-text p.name-en{
	top: 140px;
	color: #8e720f;
}
#ranking ul#portrait li.gals-box:nth-child(1) .box-text p.name-en{
	font-size: 8em;
	top: 110px;
}
#ranking ul#portrait li.gals-box .box-text p.name{
	top: 194px;
}
#ranking ul#portrait li.gals-box:nth-child(1) .box-text p.name{
	top: 180px;
}
	@media screen and (max-width: 1501px) {
		#ranking ul#portrait li.gals-box .box-text p.name-en{
			font-size: 8em;
			top: 110px;
		}
		#ranking ul#portrait li.gals-box .box-text p.name{
			top: 180px;
		}
	}
#ranking ul#portrait li.gals-box .box-text p.comment{
	height: 126px;
	bottom: 8px;
	color: #fff;
}

/*////////// ?? ???????? //////////*/


/*////////// ?????? ?? //////////*/
#review ul.gals-search,
#history ul.gals-search {
    width: 340px;
    position: absolute;
    top: 210px;
    right: 14%;
    z-index: 10;
}
#review ul.gals-search .button-shine2 span.change-border01__inner,
#history ul.gals-search .button-shine2 span.change-border01__inner {
    font-size: 1.5em;
    letter-spacing: 3px;
    padding-right: 0px;
}
#review li.review-box{
	margin-bottom: 80px;
}

/*////////// ?? ???? ?? //////////*/


/*////////// ?? ?????????? //////////*/

#system h3 {
    font-size: 4.0em;
    text-align: left;
    letter-spacing: 4px;
    color: #fff;
    width: 100%;
    padding: 40px 0 20px 60px;
    margin: 40px 0 20px 100px;
	overflow: hidden;
}
#system h3 span.title-ja {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 0.3em;
    letter-spacing: 6px;
    margin-left: 12px;
	color: #8e720f;
}
#system h3 span.title-ja span{
    font-size: 0.8em;
    margin-left: 12px;
}
#system .container{
	width: 90%;	
	height: auto;
}

#system .container .system-topbtn{
	text-align: right;
}

#system .container .system-topbtn li{
	display: inline-block;
}

#system .container .system-topbtn li .button-shine2{
	width: 220px;
	height: 36px;
	padding-top: 0;
}

#system .container .system-topbtn li .button-shine2 span.change-border01__inner{
	font-size: 1em;
	letter-spacing: 1px;
	padding-right: 0;
}


#system .container .basic{
	font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: auto;
	margin: 0 0 60px 100px;
}
#system .container .basic dl{
	width: 310px;
	float: left;
	margin: 10px 40px;
}
#system .container .basic dl dt{
    font-size: 2em;
    text-align: right;
	width: 100px;
	float: left;
	margin-top: 45px;
	color: #535353;
}
#system .container .basic dl dt span{
	font-size: 0.8em;
}
#system .container .basic dl dd{
    font-size: 1.8em;
    text-align: left;
	font-weight: 100;
	line-height: 40px;
	color: #666;
	width: 210px;
	float: right;
}
#system .container .basic dl dd span{
	font-size: 1.7em;
	text-align: right;
}

#system .container .basic .button-box{
	margin: 0px 0px 20px 46px;
}

#system .container .basic .button-box .button-shine2 span.change-border01__inner{
	font-size: 1.5em;
	padding-right: 0;
}

#system .container .basic-sub{
	height: auto;
	margin: 0 0 40px 100px;
}
#system .container .basic-sub .clearfix{
	width: 894px;
	float: left;
	margin: 10px 40px;
	color: #535353;
}
#system .container .basic-sub .extension{
	width: 362px;
	float: left;
	margin: 10px 40px;
	color: #535353;
}
#system .container .basic-sub .extension .font-mincho{
	font-size: 1.3em;
	letter-spacing: 2px;
	width: 160px;
	float: left;
}
#system .container .basic-sub .extension .font-gothic{
	font-size: 1em;
	letter-spacing: 2px;
	vertical-align: text-bottom;
	line-height: 34px;
	width: 120px;
	float: left;
	margin-bottom: 4px;
}
#system .container .basic-sub .font-mincho{
	font-size: 1.3em;
	letter-spacing: 2px;
	width: 160px;
	float: left;
}
#system .container .basic-sub .font-gothic{
	font-size: 1em;
	letter-spacing: 2px;
	vertical-align: text-bottom;
	line-height: 34px;
	width: 734px;
	float: left;
	margin-bottom: 4px;
}
#system .container .basic-sub ul li.font-gothic{
	font-size: 1em;
	letter-spacing: 2px;
	vertical-align: text-bottom;
	line-height: 34px;
	width: 246px;
	float: left;
	margin-bottom: 10px;
}
#system .container .basic-sub dd img{
	vertical-align:middle;
	padding: 0 6px 2px;
}
#system .container .basic-sub dd span{
	font-size: 1.2em;
	margin-right: 6px;
}
#system .container .basic-sub dd span.pink{
	font-size: 1.6em;
}
#system .container .basic-sub p{
	clear: both;
	letter-spacing: 2px;
	width: 100%;
	height: auto;
	margin: 10px 40px;
}
#system .container .basic-sub ul{
	height: 60px;
	margin: 14px 0 0 40px;
}
#system .container .basic-sub ul li{
	text-align: center;
	vertical-align: text-bottom;
	float: left;
	height: 30px;
	border: 1px solid #8e720f;
	margin-right: 10px;
	padding: 12px 40px 10px;
	color: #8e720f;
}
#system .container .basic-sub ul li img{
	vertical-align:middle;
	padding: 0 10px 0 0;
}
#system .container .system-container{
	height: auto;
	margin: 0 0 60px 100px;
	padding-left: 40px;
	color: #535353;
}
#system .container .system-container h5{
	font-size: 1.4em;
	margin: 16px 0;
}
#system .container .system-container .button-box .button-shine2 span.change-border01__inner{
    font-size: 1.5em;
    letter-spacing: 3px;
    padding-right: 0px;
}
#system .container .system-container ul{
	margin: 10px 0 20px;
}
#system .container .system-container ul li{
	font-size: 1.6em;
	letter-spacing: 3px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
#system .container .system-container ul li.pink{
	font-size: 1.4em;
	width: 100%;
	margin-top: 10px;
}
#system .container .system-container ul li span{
	font-size: 0.8em;
	margin-left: 6px;
}
#system .container .system-container p.p-box{
	border: 1px solid #f5568b;
	width: 75%;
	margin: 40px 0 100px;
	padding: 20px 40px;
}
#system .container h4{
	font-size: 2.8em;
	letter-spacing: 5px;
	line-height: 34px;
	text-align: left;
	border-left: 2px solid #ccc;
	margin: 30px 0;
	padding: 0px 0 40px 32px;
	height: 50px;
}
#system .container h4 span{
	font-size: 0.4em;
	color: #535353;
}

#system .container .course {
	font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    height: auto;
	margin-left: 20px;
}
#system .container .course p{
	margin-left: 18px;
}
#system .container .course dl{
	width: 1000px;
	float: left;
	margin: 4px 0;
}
#system .container .course dl dt {
    font-size: 1.6em;

    text-align: right;
	width: 86px;
	float: left;
	margin-top: 31px;
}
#system .container .course dl dt span{
	font-size: 0.8em;
}
#system .container .course dl dd {
    font-size: 1.4em;
    text-align: left;
    font-weight: 100;
    line-height: 30px;
    width: 830px;
}
#system .container .course dl dd s{
    color: #666;
}
#system .container .course dl dd span{
	font-size: 1.5em;
	text-align: right;
}
#system .container .course dl dd span.discount{
	font-size: 1em;
}

#system .container .course .button-box{
	margin: 0px 0px 20px 160px;
}

#system .container .course .button-box .button-shine2 span.change-border01__inner{
	font-size: 1.5em;
	padding-right: 0;
}

dl.option{
	width: 360px;
	float: left;
	margin: 8px 6px;
}
dl.option dt{
	font-size: 1.1em;	
	width: 264px;
	float: left;
	margin-top: 5px;
}
dl.option dd{
	width: 140px;
	float: left;
	font-size: 2em;	
	margin-right: 20px;
}
dl.option dd.font-mincho{
	font-size: 1.2em;
	text-align: center;
	line-height: 24px;
}
dl.trans{
	width: 100%;
	float: left;
	margin: 8px 6px;
}
dl.trans dt{
	font-size: 2.4em;	
	text-align: right;
	width: 178px;
	float: left;
	margin: 0 24px 0 0;
}
dl.trans.last dt{
	font-size: 1.8em;	
	margin-top: 6px;
}
dl.trans dt span{
	font-size: 1.4em;	
}
dl.trans dd{
	width: 77%;
	float: left;
	font-size: 1.2em;	
	margin-right: 20px;
	padding-top: 10px;
}
dl.trans dd p{
	font-size: 0.9em;
	line-height: 38px;	
	margin-bottom: 40px;
	padding-top: 20px;
}
dl.last{
	margin-bottom: 30px;
}
#system .container ul.font-gothic{
	font-size: 0.6em;
	width: 90%;
	margin: 0 0 30pc 40px;
}
#system .container ul.font-gothic li{
	margin-bottom: 12px;
	width: 100%;
}

/*////////// ?? ?????????? //////////*/


/*////////// ?? ???????? //////////*/

ul.topics-box{
	width: 100%;
	height: auto;
}
ul.topics-box li{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#topics ul.topics-box li:nth-child(even) .topics-container {
 	background-color: rgba(245,86,139,0.7);
    left: 25%;
}
#topics ul.topics-box li:nth-child(odd) .topics-container {
 	background-color: rgba(245,86,139,0.7);
    right: 25%;
}
#topics .topics-container h3{
	max-height: 100px;
	overflow: auto
}
#topics .topics-container p {
	margin-bottom: 25px;
	color: #fff;
}
#topics ul.topics-box li:nth-child(odd) .photo1 {
    width: 45%;
    left: 22%;
}
#topics ul.topics-box li:nth-child(odd) .photo2 {
    width: 33%;
    right: 0%;
}
#topics ul.topics-box li:nth-child(odd) .photo3,
#topics ul.topics-box li:nth-child(odd) .photo4 {
    width: 22%;
    left: 0;
}

/*////////// ?? ???????? //////////*/

/*////////// ??????????С? ?? //////////*/

#members .container{
    width: 80%;
    margin: 0 0 60px 100px;
}
#members .container p.font-mincho{
	font-size: 1.4em;
	margin-bottom: 10px;
}
#members .container ul li{
	font-size: 1.2em;
	margin: 10px 0;
	color: #535353;
}
#members .container ul li span{
	font-size: 1.8em;
	margin-right: 14px;
	color: #f5568b;
}
#members .container .button-box{
	margin: 40px 0;
}
#members .container p.font-gothic{
	font-size: 0.8em;
}
/*////////// ?? ????????С? ?? //////////*/

/*////////// ???????? //////////*/
#line-box {
	width: 80%;
	margin: 0px 0px 60px 100px;
	font-family: "Playfair Display SC","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#line-box h3 {
	color: rgb(142, 114, 15);
	font-size: 2.1em;
	margin-bottom: 20px;
}
#line-box h3 span.firstletter {
	font-size: 1.3em;
}
#line-box h4 {
	color: #535353;
	font-size: 1.4em;
}
#line-box h5 {
	font-size: 1.4em;
	margin-bottom: 25px;
	color: #535353;
}
#line-box p {
	font-size: 1.4em;
	margin-bottom: 20px;
}
/*////////// ?? ?????? //////////*/


/*////////// ?? ????? ?? //////////*/

#history ul#portrait li.gals-box .box-text .button-box{
	width: 369px;
	position: absolute;
	left: 0;
}
.button-shine2 {
    background: url(../images/button-shine2.png) no-repeat;
    width: 360px;
    height: 68px;
	padding-top: 40px;
}
.button-shine2 span.change-border01__inner{
	font-size: 1.2em;
	letter-spacing: 3px;
	padding-right: 110px;
}
.favorite-off .fav-off{
	opacity: 0.8;
	position: absolute;
	top: 15px;
	right: 26px;
}
.favorite-off .fav-on{
	opacity: 0;
	position: absolute;
	top: 15px;
	right: 26px;
}
.favorite-off:hover .fav-off{
	opacity: 0;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}
.favorite-off:hover .fav-on{
	opacity: 1;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}

.favorite-on .fav-off{
	opacity: 0;
	position: absolute;
	top: 10px;
	right: 30px;
}
.favorite-on .fav-on{
	opacity: 1;
	position: absolute;
	top: 10px;
	right: 30px;
}
.favorite-on:hover .fav-off{
	opacity: 0.5;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}
.favorite-on:hover .fav-on{
	opacity: 0;
	transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
}

/*////////// ?? ????? ?? //////////*/


/*////////// ?? ??????????? ?? //////////*/

#favorite ul#portrait li.gals-box{
    width: 80%;
    margin: 0.5% 8%;
}
#favorite ul#portrait li.gals-box .box-text {
    width: 69%;
}
#favorite ul#portrait li.gals-box .box-text .button-box{
	height: 113px;
	position: absolute;
	top: 13px;
	right: 0;
}
#favorite ul#portrait li.gals-box .box-text ul.schedule{
	width: 1050px;
	position: absolute;
	right: 0;
	margin-top: 60px;
}
#favorite ul#portrait li.gals-box .box-text ul.schedule li{
    font-size: 1.2em;
    letter-spacing: 1.5px;
	line-height: 56px; 
	text-align: left;
    border: 1px solid #666;
    width: 120px;
    height: 120px;
    float: left;
    padding: 10px 10px 15px 10px;
    margin: 10px 0 0 8px;
	position: relative;
	z-index: 20;
}
#favorite ul#portrait li.gals-box .box-text ul.schedule li:after{
	content:"";   
	background-color: rgba(0,0,0,0.7);
	border: 1px solid #666;
    width: 100%;
    height: 145px;
	position:absolute;
	top: -4px;
	left: -4px;
	z-index: -1;
}
	@media screen and (max-width: 1550px) {
		#favorite ul#portrait li.gals-box .box-text ul.schedule{
			width: 900px;
		}
		#favorite ul#portrait li.gals-box .box-text ul.schedule li{
		    font-size: 1.1em;
			line-height: 43px; 
		    height: 80px;
		    padding: 5px 10px 15px 10px;
		    margin: 10px 0 0 8px;
		}
		#favorite ul#portrait li.gals-box .box-text ul.schedule li:after{
		    height: 105px;
		}
	}
	@media screen and (max-width: 1400px) {
		#favorite ul#portrait li.gals-box .box-text ul.schedule{
			width: 750px;
		}
	}
	@media screen and (max-width: 1250px) {
		#favorite ul#portrait li.gals-box .box-text ul.schedule{
			width: 600px;
		}
	}
#favorite ul#portrait li.gals-box .box-text ul.schedule li span.date{
	border-bottom: 2px solid rgba(100,100,100,0.5);
	padding-bottom: 12px;
}
h3.fav-schedule{
	font-size: 2em;
	letter-spacing: 2px;
	margin-top: 140px;
}
h3.fav-schedule span.title-ja{
	font-size: 0.4em;
}
/*////////// ?? ??????????? ?? //////////*/


/*////////// ?? ?????? ?? //////////*/


#photodiary li.diary-box:nth-child(6) {
    display: inherit;
}

/*////////// ?? ?????? ?? //////////*/


/*////////// ?? ??????? //////////*/

ul#event-list{
	height: auto;
	margin: 0 auto 120px;
}
li.event-box{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}
#discount li .event-text p{
	margin-bottom: 20px;
}
#discount li:last-child .event-text p{
	margin-bottom: 60px;
}
.event-box img{
	width: 100%;
	margin: 0 auto 20px;
}
.event-text h3{
	font-size: 1.8em;
	text-align: left;
	line-height: 40px;
	border-bottom: 2px dotted #333;
	padding: 5px 14px 15px 14px;
	margin-bottom: 15px;
}
li.event-box .event-text{
	float: left;
	width: 100%;
	padding-top: 12px;
	color:#000;
}

li.event-box .event-text p{
	color:#000;
}

/*////////// ?? ??????? //////////*/


/*////////// ?? ????????? ?? //////////*/
.form-text{
    width: 90%;
    max-width: 980px;
	margin: 10px auto;
	color: #8e720f;
}
h3{
	font-size: 1.2em;
}

#form{
	margin: 40px auto;
}
#contact_form{
	width: 100%;
}
.tbl_form {
    display: table;
    width: 90%;
    max-width: 980px;
	margin: 0 auto;
}
.tbl_form > dl {
    display: table-row;
}
.tbl_form > dl > dt {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    display: table-cell;
    vertical-align: top;
    width: 35%;
    padding: 22px 20px 16px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6;
	background-color: #8e720f;
    border: 2px solid #57470d;
}
.tbl_form > dl > dd {
    display: table-cell;
    width: 65%;
    padding: 15px 4% 15px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.6;
	background-color: #7E6E36;
    border: 2px solid #57470d;
}
.essential {
	font-size: 0.85em;	
	color: #ff0064;
	margin-left: 10px;
}
input, button, select {
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
	margin-top: -2px;
}
.input_inq1 {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 14px;
    width: 100%;
	padding: 6px 10px;
	margin-left: -10px;
}
.select_inq1 {
	width: 240px;
    font-size: 14px;
	padding: 6px 10px;
	margin-left: -10px;
}
.select_inq2 {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 14px;
	width: 90px;
	padding: 3px 10px;
	margin-right: 5px;
	margin-left: -10px;
}
dl.radio-box dd span{
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color: #fff;
	padding-left: 5px;
}
ul, ol, li {
    list-style: outside none none;
}
.radio-box{
	margin-bottom: -6px;
}
ul.radio{
	width: 290px;
	margin-top: 4px;
}
.fotm_list_inline li {
    margin-right: 14px;
	float: left;
}
label{
    cursor: pointer;
}
label.input_radio {
    padding-left: 15px;
    position: relative;
}
label.input_radio::before, label.input_checkbox::before, .btn_confirm, .fotm_list_inline li, .ftxt3, .ftxt4 {
    display: inline-block;
    vertical-align: middle;
}
dd span.date{
	margin-right: 10px;
}

.btn-box{
	width: 300px;
	margin: 40px auto 60px;
}
button{
	position:relative;
	width: 300px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	text-align: center;
	border: 2px solid #8e720f;
	padding: 2px 2px;
}
button::after,
button::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #8e720f;
	content: '';
	display: block;
	position: absolute;
	z-index: 10;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
}
button::after {
	height: 2px;
	left: -2px;
	top: -2px;
	width: 0px;
}
button::before {
	bottom: -2px;
	height: 2px;
	right: -2px;
	width: 0px;
}
.change-border01__inner::after {
	bottom: -2px;
	height: 0px;
	left: -2px;
	width: 2px;
}
.change-border01__inner::before {
	height: 0px;
	right: -2px;
	top: -2px;
	width: 2px;
}
button:hover::after,
button:hover::before {
	width: 100%;
	width: calc(100% + 2px);
}
button:hover .change-border01__inner::after,
button:hover .change-border01__inner::before {
	height: 100%;
	height: calc(100% + 2px);
}
span.change-border01__inner{
	color: #8e720f;
	font-size: 1.2em;
	letter-spacing: 4px;
	line-height: 35px;
}
.button-ja{
	font-size: 0.7em;
	letter-spacing: 2px;
	margin-left: 14px;
}

.error_style { color: red; }
.form_box1 { display: inline;}

/*////////// ?? ????????? ?? //////////*/


/*////////// ?? \e\o\?? ?? //////////*/

h2.hl-lower2 {
    font-size: 5.2em;
    text-align: left;
    letter-spacing: 4px;
    line-height: 56px;
    width: 100%;
    height: 190px;
    background: url(../images/title.png) no-repeat left top;
    margin: 60px 0 0px 0;
    padding: 126px 0 0 140px;
    position: relative;
    z-index: 2;
	color: #8e720f;
}
.link-collection{
	width: 100%;
	height: auto;
}
h3.collection-ttl {
    background: #333333;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto 10px;
}
.link-collection table {
    width: 80%;
    margin: 0 auto 30px;
}
.link-collection table td {
    color: #fff;
    width: 102px;
    text-align: center;
    line-height: 1;
    padding-bottom: 13px;
}
.link-collection table td a {
    color: #777;
    font-size: 10px;
}

/*////////// ?? \e\o\?? ?? //////////*/



/************* ??a??? ************/

footer{
	clear: both;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	color: #fff;
	background-color: #fff;
	z-index: 800;
}
footer ul#g-navi{
	width: 980px;
	height: 40px;
	margin: 40px auto 80px;	
}
footer ul#g-navi li{
	float: left;
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 0.8em;
	letter-spacing: 3.6px;
	border-right: solid 1px #333;
	margin-bottom: 10px;
}
footer ul#g-navi li a{
	display: block;
	color: #535353;
	padding: 0 24px;
}
footer ul#g-navi li a:hover{
	color: rgb(255,0,100);
	transition: 0.7s;
	-moz-transition: 0.7s;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	-ms-transition: 0.7s;
}
footer ul#g-navi li:nth-child(1){
	border-left: solid 1px #333;
}
footer ul#g-navi li:nth-child(9){
	border-left: solid 1px #333;
}
footer ul#g-navi li:nth-child(16){
	border-left: solid 1px #333;
}
address{
	clear: left;
	color: #535353;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 auto;
}

/************* /??a??? ************/

.form_style01 {overflow: hidden;width: 980px;}

.send_bt {
	float: right;
	margin: 20px 143px 0 0;
	margin-top: 20px !important;
}

.modification {
	float: left;
	margin: 20px 0 50px 120px;
	border: 2px solid #c5c5c5 !important;
}

#modal-open {
	color: #cc0000;
}
/* ???????????????? */
#modal-main {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	display: none;
	width: 350px;
	margin: 0;
	padding: 0;
	font-size:0.7em;
	color: #fff;
	position:fixed;
	z-index: 10000;
	border:solid 1px #ccc;
}
#modal-main::-webkit-scrollbar{ /* ????????????? */
	width: 5px;
	background: #fff;
}
#modal-main::-webkit-scrollbar-thumb{ /* ?????????????????? */
	background: #fff;
	border-radius: 2px;
}
/* ???????????? */
#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	z-index: 3;
}

.searchBox form {
    width: 334px;
	margin: 0px auto;
	padding:8px;
	background-color: rgba(0,0,0, 0.8);
}

.searchBox .submit_button{
	padding: 8px 20px;
	font-size: 1.2em;
	background-color: #fff;
	border: solid 1px;
	margin: 2px auto 4px;
	display: block;
	}

.searchBox .checkbox1 {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.searchBox .checkbox1 {
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

.searchBox .txtC {
	width: 286px;
}

#seachReset{
	color:#fff;
	display: inline-block;
	position: absolute;
	top: 4px;
	right: 4px;
	padding:2px 10px;
	font-size: 1.8em;
	cursor: pointer;
}


/* english */
.contents h2 .title-en{
	font-size: 0.34em;
	letter-spacing: 6px;
	margin-left: 12px;
	color: #8e720f;
}

h2.e_hl-lower{
	font-size: 4.2em;
	text-align: left;
	letter-spacing: 4px;
	line-height: 56px;
	width: 100%;
	height: 190px;
	background: url(../images/title.png) no-repeat left top;
	margin: 60px 0 0px 0;
	padding: 126px 0 0 140px;
	position: relative;
	z-index: 2;
}
#system .container .e_basic{
	font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: auto;
	margin: 0 0 30px 162px;
}
#system .container .e_basic dl{
	width: 380px;
	float: left;
	margin: 10px 40px;
}
#system .container .e_basic dl dt{
    font-size: 1.8em;
    text-align: right;
	width: 146px;
	float: left;
	margin-top: 5px;
	color: #535353;
}
#system .container .e_basic dl dt span{
	font-size: 0.8em;
	color: #535353;
}
#system .container .e_basic dl dd{
    font-size: 1.3em;
    text-align: left;
	font-weight: 100;
	line-height: 40px;
	color: #666;
	width: 390px;
	float: right;
}
#system .container .e_basic dl dd span{
	font-size: 1.7em;
	text-align: right;
}
#system .container .e_basic-sub{
	height: auto;
	margin: 0 0 40px 100px;
}
#system .container .e_basic-sub dl{
	width: 890px;
	float: left;
	margin: 10px 40px;
}
#system .container .e_basic-sub dt{
	font-size: 1.3em;
	letter-spacing: 2px;
	width: 300px;
	float: left;
	color: #535353;
}
#system .container .e_basic-sub dd{
	font-size: 1em;
	letter-spacing: 2px;
	vertical-align: text-bottom;
	line-height: 34px;
	width: 730px;
	float: left;
	margin-bottom: 4px;
	color: #535353;
}
#system .container .e_basic-sub dd img{
	vertical-align:middle;
	padding: 0 6px 2px;
}
#system .container .e_basic-sub dd span{
	font-size: 1.2em;
	margin-right: 6px;
}
#system .container .e_basic-sub dd span.pink{
	font-size: 1.6em;
}
#system .container .e_basic-sub p{
	clear: both;
	letter-spacing: 2px;
	width: 100%;
	height: auto;
	margin: 10px 40px;
}
#system .container .e_basic-sub ul{
	height: 60px;
	margin: 14px 0 50px 40px;
}
#system .container .e_basic-sub ul li{
	text-align: center;
	vertical-align: text-bottom;
	float: left;
	height: 30px;
	border: 1px solid #666;
	margin-right: 10px;
	padding: 12px 40px 10px;
}
#system .container .e_basic-sub ul li img{
	vertical-align:middle;
	padding: 0 10px 0 0;
}
dl.e_option{
	width: 360px;
	float: left;
	margin: 8px 6px;
}
dl.e_option dt{
	font-size: 1.2em;	
	width: 210px;
	float: left;
	margin-top: 5px;
}
dl.e_option dd{
	width: 283px;
	float: left;
	font-size: 2em;	
	margin-right: 20px;
}
dl.e_option dd.font-mincho{
	font-size: 1.2em;
	text-align: center;
	line-height: 24px;
}

dl.e_trans{
	width: 100%;
	float: left;
	margin: 8px 6px;
}
dl.e_trans dt{
	font-size: 2.4em;	
	text-align: right;
	width: 200px;
	float: left;
	margin: 0 24px 0 0;
}
dl.e_trans.last dt{
	font-size: 1.8em;	
	margin-top: 6px;
}
dl.e_trans dt span{
	font-size: 1.4em;	
}
dl.e_trans dd{
	width: 77%;
	float: left;
	font-size: 1.2em;	
	margin-right: 20px;
	padding-top: 10px;
}
dl.e_trans dd p{
	font-size: 0.9em;
	line-height: 38px;	
	margin-bottom: 40px;
	padding-top: 20px;
}
/* /english */

/* chinese */
.contents h2 .title-ch{
	font-size: 0.34em;
	letter-spacing: 6px;
	margin-left: 12px;
}

h2.ch_hl-lower{
	font-size: 4.2em;
	text-align: left;
	letter-spacing: 4px;
	line-height: 56px;
	width: 100%;
	height: 190px;
	background: url(../images/title.png) no-repeat left top;
	margin: 60px 0 0px 0;
	padding: 126px 0 0 140px;
	position: relative;
	z-index: 2;
}
#system .container .ch_basic{
	font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: auto;
	margin: 0 0 30px 162px;
}
#system .container .ch_basic dl{
	width: 380px;
	float: left;
	margin: 10px 40px;
	color: #535353;
}
#system .container .ch_basic dl dt{
    font-size: 1.8em;
    text-align: right;
	width: 110px;
	float: left;
	margin-top: 5px;
}
#system .container .ch_basic dl dt span{
	font-size: 0.8em;
}
#system .container .ch_basic dl dd{
    font-size: 1.8em;
    text-align: left;
	font-weight: 100;
	line-height: 40px;
	color: #666;
	width: 360px;
	float: right;
}
#system .container .ch_basic dl dd span{
	font-size: 1.4em;
	text-align: right;
}
#system .container .ch_basic-sub{
	height: auto;
	margin: 0 0 40px 100px;
}
#system .container .ch_basic-sub dl{
	width: 890px;
	float: left;
	margin: 10px 40px;
	color: #535353;
}
#system .container .ch_basic-sub dt{
	font-size: 1.3em;
	letter-spacing: 2px;
	width: 300px;
	float: left;
}
#system .container .ch_basic-sub dd{
	font-size: 1em;
	letter-spacing: 2px;
	vertical-align: text-bottom;
	line-height: 34px;
	width: 730px;
	float: left;
	margin-bottom: 4px;
}
#system .container .ch_basic-sub dd img{
	vertical-align:middle;
	padding: 0 6px 2px;
}
#system .container .ch_basic-sub dd span{
	font-size: 1.2em;
	margin-right: 6px;
}
#system .container .ch_basic-sub dd span.pink{
	font-size: 1.6em;
}
#system .container .ch_basic-sub p{
	clear: both;
	letter-spacing: 2px;
	width: 100%;
	height: auto;
	margin: 10px 40px;
}
#system .container .ch_basic-sub ul{
	height: 60px;
	margin: 14px 0 50px 40px;
}
#system .container .ch_basic-sub ul li{
	text-align: center;
	vertical-align: text-bottom;
	float: left;
	height: 30px;
	border: 1px solid #666;
	margin-right: 10px;
	padding: 12px 40px 10px;
}
#system .container .ch_basic-sub ul li img{
	vertical-align:middle;
	padding: 0 10px 0 0;
}
dl.ch_option{
	width: 360px;
	float: left;
	margin: 8px 6px;
}
dl.ch_option dt{
	font-size: 1.2em;	
	width: 210px;
	float: left;
	margin-top: 5px;
}
dl.ch_option dd{
	width: 283px;
	float: left;
	font-size: 2em;	
	margin-right: 20px;
}
dl.ch_option dd.font-mincho{
	font-size: 1.2em;
	text-align: center;
	line-height: 24px;
}

dl.ch_trans{
	width: 100%;
	float: left;
	margin: 8px 6px;
}
dl.ch_trans dt{
	font-size: 2.4em;	
	text-align: right;
	width: 200px;
	float: left;
	margin: 0 24px 0 0;
}
dl.ch_trans.last dt{
	font-size: 1.8em;	
	margin-top: 6px;
}
dl.ch_trans dt span{
	font-size: 1.4em;	
}
dl.ch_trans dd{
	width: 77%;
	float: left;
	font-size: 1.2em;	
	margin-right: 20px;
	padding-top: 10px;
}
dl.ch_trans dd p{
	font-size: 0.9em;
	line-height: 38px;	
	margin-bottom: 40px;
	padding-top: 20px;
}
/* /chinese */

/*////////// ↓20161111追加 //////////*/
.cardImg {
    vertical-align: middle;
}
/*////////// ↑20161111追加 //////////*/

.event-icon{
	background: url(./../system_img/event_all_icon/1/1_s.png) center center no-repeat;
	background-size: 100%;
	color: #fff;
	width: 70px;
	height: 70px;
	position: absolute;
	top: -1px;
	left: 0;
}
/************* /170119 追加 ************/
/*////////// ▼ 待ち合わせマップ ▼ //////////*/




.container .waitmap-container{
height: auto;
margin: 0 10px 60px 30px;
padding-left: 40px;
background-repeat: no-repeat;
background-position: top right;
}

ul#portrait li.map-box{
	float: left;
	position: relative;	
	width: 45%;
	height: 100%;
	margin: 0.5%;
	z-index: 1;
	margin-left: 39px;
}
	@media screen and (max-width: 1501px) {
		ul#portrait li.map-box{
			width: 80%;
			height: 678px;
			margin: 0.5% 8%;;
		}
	}

ul#portrait li.map-box .box-thum{
width: 33%;
}

ul#portrait li.map-box .thum{
width: 100%;
z-index: 10;
margin: 1%;
}

ul#portrait li.map-box .address{
font-size: 80%;
line-height: 1.8em;

}

ul#portrait li.map-box .box-text{
	width: 63%;
	height: 349px;
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 10;
}

	@media screen and (max-width: 1501px) {
		ul#portrait li.map-box .box-text{
	width: 63%;
	height: 597px;
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 10;
					}
	}
	
ul#portrait li.map-box .box-text p{
	background-color: #fff;
	z-index: 20;

}
ul#portrait li.map-box .box-text p.name-en{
	font-size: 4em;
	top: 50px;
	margin-bottom: 6px;
}
ul#portrait li.map-box .box-text p.date{
	font-size: 0.9em;
	font-weight: bold;
	top: 10px;
	right: 10px;
	margin-bottom: 6px;
	color: #535353;
}
ul#portrait li.map-box .box-text p.name{
	top: 96px;
	line-height: 1.2;
}
ul#portrait li.map-box .box-text p.name span.size{
	font-size: 1em;
}
ul#portrait li.map-box .box-text ul{
	width: 375px;
	position: absolute;
	top:134px;
	z-index: 20;
}
ul#portrait li.map-box .box-text ul li{
	font-size: 0.9em;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px solid #32b3cb;
	width: 120px;
	height: 24px;
	float: left;
	padding: 2px 0;
	margin: 0 3px 2px 0;
	background-color: rgba(255,255,255,0.9);
}
ul#portrait li.map-box p.comment{
	font-size: 0.8em;
	background-color: rgba(221, 190, 150, 0.8);
	width: 298px;
	height: 60px;
	overflow: auto;
	padding: 20px;
	bottom: 4px;
	left: 4px;
	position: absolute;
}
ul#portrait li.map-box .box-text .button-box{
	position: absolute;
	bottom: 0px;
	right: 0;
}

#waitingmap .container .basic dl dt {
    font-size: 2em;
    text-align: right;
    width: 100px;
    float: left;
    margin-top: 5px;
}

#waitingmap .container .basic{
	font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	height: auto;
	margin: 0 0 30px 100px;
	color: #000;
}
#waitingmap h3 span.title-ja {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 0.3em;
    letter-spacing: 6px;
    margin-left: 12px;
}
#waitingmap .container .basic-sub ul li img{
	vertical-align:middle;
	padding: 0 10px 0 0;
}
#waitingmap .container .basic-sub ul li{
	text-align: center;
	vertical-align: text-bottom;
	float: left;
	margin-right: 10px;
}

#waitingmap .container .basic-sub p{
	clear: both;
	letter-spacing: 2px;
	width: 100%;
	height: auto;
}
#waitingmap h3 span.title-ja {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 0.3em;
    letter-spacing: 6px;
    margin-left: 12px;
}
#waitingmap h3 {
    font-size: 4.0em;
    text-align: left;
    letter-spacing: 4px;
    color: #8e720f;
    width: 100%;
    padding: 40px 0 20px 60px;
    margin: 40px 0 20px 100px;
}
#waitingmap .container .basic dl dd{
    font-size: 1.8em;
    text-align: left;
	font-weight: 100;
	line-height: 40px;
	color: #666;
	width: 210px;
	float: right;
}
#waitingmap .container .basic dl{
	width: 310px;
	float: left;
	margin: 10px 40px;
}
#waitingmap .container .basic dl dt{
    font-size: 2em;
    text-align: right;
	width: 100px;
	float: left;
	margin-top: 5px;
}
#waitingmap .container .basic dl dt span{
	font-size: 0.8em;
}
#waitingmap .container .basic dl dd{
    font-size: 1.8em;
    text-align: left;
	font-weight: 100;
	line-height: 40px;
	color: #666;
	width: 210px;
	float: right;
}
#waitingmap .container .basic dl dd span{
	font-size: 1.7em;
	text-align: right;
}

#waitingmap .container .basic-sub dt{
	font-size: 1.7em;
	letter-spacing: 2px;
	width: 550px;
	float: left;
	
}
/*////////// ▲  待ち合わせマップ ▲ //////////*/

#deli-town {
	text-align: center;
	margin: 20px 0;
	white-space: nowrap;
}

#deli-town ul {
	font-size: 0;
	width: 100%;
}

#deli-town ul li {
	display: inline-block;
}

#deli-town ul li:nth-child(n+2) {
	margin-left: 20px;
}

/*////////// ▲  トップページ　デリヘルタウン ▲ //////////*/

/*パンくず*/
.breadcrumb li{
	display: inline-block;
	color: #4f4f4f;
	font-size: 12px;
	margin: 5px;
}

.breadcrumb li a{
	color: #f5568b;
	text-decoration: underline;
}

/*▼ホテルリスト▼*/
.hotel-container{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.hotel-container h3{
	font-size: 2.8em;
	letter-spacing: 5px;
	line-height: 34px;
	text-align: left;
	border-left: 2px solid #ccc;
	margin: 30px 0;
	padding: 0px 0 40px 32px;
	height: 50px;
	color: #8e720f;
}

.hotel-container h3>span{
	font-size: 0.4em;
}

.hotel-container ul{
	border-top: solid 1px #b6b6b6;
	padding: 10px;
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color: #000;
}

.hotel-container ul li{
	margin-bottom: 10px;
	border-bottom: dotted 1px;
}

.hotel-container ul li h4{
	font-size: 1.4em;
	color: #ff0064;
}

.hotel-container ul li h4>span{
	font-size: 60%;
	margin-left: 1em;
	color: #484848;
}

.hotel-container .hotellist-cap{
	color: #f5568b;
}

/****** gravurelist.html gravure.html ******/
.gravureList {
	width: 1000px;
	margin: 10px auto;
	list-style: none;
}

.gravureList li {
	border: solid 1px #8e720f;
	padding: 5px;
	margin: 0 0 10px;
	min-height: 250px;
}

.gravureList li:nth-child(n+2) {
	margin-top: 30px;
}

.gravureList li:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.gravureList li h4{
	font-size: 18px;
	color: #535353;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	margin-bottom: 5px;
	position: relative;
}

.gravureList li h4 p{
	text-align: left;
}

.gravureList li h4 p a{
	color: #535353;
}

.gravureList li h4 p a:hover{
	color: #f00;
}

.gravureList li h4 span{
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif; 
	display: block;
	position: absolute;
	top: 4px;
	right: 10px;
}

.gravureList li .image{
	float: left;
	width: 720px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.gravureList li .image img{
	width: 720px;
}

.gravureList li .box{
	width: 250px;
	float: right;
	text-align: left;
}

.gravureList li .data{
	margin-bottom: 5px;
}

.gravureList li .data strong{
	font-size: 20px;
	color: #ff0066;
}

.gravureList li .shopName{
	color: #ff0066;
	font-weight: bold;
	margin-bottom: 5px;
}

.gravureList li .button-box{
	margin-top: 10px;
}

.gravureList li #container{
	margin-bottom: 5px;
}

.gravureList li .hidden{
	display: none;
}

.gravureList .button-shine {
	width: 230px;
}

.review_pager01{
	text-align: center;
}

.btn_prev,.btn_next{
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	border: solid 1px #8e720f;
	display: inline;
	padding: 10px 20px;
	margin: 10px;
}

.btn_prev a{
	color: #000;
}

.btn_next a{
	color: #000;
}

/*コスプレを見るボタン用css*/
#system .container .cosplay-container {
	height: auto;
	margin: 0 0 30px 130px;
	padding-left: 40px;
}

#system .container .cosplay-container .button-box a {
	display: inline-block;
	background-color: rgba(255, 56, 140, 0.9);
	text-align: center;
}
#system .container .cosplay-container .button-shine2 {
	background: url(../images/button-shine2.png) no-repeat;
	width: 360px;
	height: 50px;
	padding-top: 20px;
}

#system .container .cosplay-container .button-shine2 span.change-border01__inner {
	font-size: 1.6em;
	letter-spacing: 3px;
	padding-right: unset;
	color: #fff;
}

/*アンケート用css*/

#anquete_form{
	width: 100%;
}
#anquete_form .tbl_form {
    display: table;
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
}
#anquete_form .tbl_form > dl {
    display: table-row;
}
#anquete_form .tbl_form > dl > dt {
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	display: table-cell;
	vertical-align: top;
	width: 35%;
	padding: 22px 20px 16px;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1.6;
	background-color: #fff;
	border: none;
	border-bottom: 2px solid #f5568b;
	font-weight: 500;
	color: #000;
}
#anquete_form .tbl_form > dl > dd {
	display: table-cell;
	width: 65%;
	padding: 15px 4% 15px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.6;
	background-color: #F3F3F3;
	border: none;
	border-bottom: 2px solid #f5568b;
	color: #000;
}
#anquete_form .essential {
	font-size: 0.85em;	
	color: #ff0064;
	margin-left: 10px;
}
#anquete_form input, #anquete_form button, #anquete_form select {
    vertical-align: middle;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: none;
    cursor: pointer;
	margin-top: -2px;
}
#anquete_form .input_inq1 {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 14px;
    width: 100%;
	padding: 6px 10px;
	margin-left: -10px;
}
#anquete_form .select_inq1 {
	width: 240px;
    font-size: 14px;
	padding: 6px 10px;
	margin-left: -10px;
}
#anquete_form .select_inq2 {
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-size: 14px;
	width: 90px;
	padding: 3px 10px;
	margin-right: 5px;
	margin-left: -10px;
}
#anquete_form dl.radio-box dd span{
	font-family: "游ゴシック", "YuGothic",  "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	color: #fff;
	padding-left: 5px;
}
#anquete_form ul, #anquete_form ol, #anquete_form li {
    list-style: outside none none;
}
#anquete_form .radio-box{
	margin-bottom: -6px;
}
#anquete_form ul.radio{
	width: 290px;
	margin-top: 4px;
}
#anquete_form .fotm_list_inline li {
    margin-right: 14px;
	float: left;
}
#anquete_form label{
    cursor: pointer;
}
#anquete_form label.input_radio {
    padding-left: 15px;
    position: relative;
}
#anquete_form label.input_radio::before, label.input_checkbox::before, .btn_confirm, .fotm_list_inline li, .ftxt3, .ftxt4 {
    display: inline-block;
    vertical-align: middle;
}
#anquete_form dd span.date{
	margin-right: 10px;
}

#anquete_form button {
    position: relative;
    width: 300px;
    display: inline-block;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    border: 2px solid #c5c5c5 !important;
    padding: 2px 2px;
}
.selectradio{
	width: 100% !important;
}
.selectradio .selectradio-item {
	margin: 5px 0;
	padding: 0;
	display: inline-block;
}
.selectradio input[type="radio"] {
	display: none; 
}
.selectradio input[type="radio"]:checked + label {
	background: #ff73b3;
	border: 1px solid #ff48a2;
}
.selectradio .selectradio-label {
	display: inline-block;
	width: 164px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0 5px;
	padding-left: 5px;
	cursor: pointer;
	color: #333333;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background: #ADADAD;
	transition: 0.5s;
	border-radius: 4px;
}
.form-control {
	display: block;
	width: 100%;
	height: 110px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}
