@charset "utf-8";
@import url("reset.css");
/*----------------------------------------------------------*/
body {
	background-color: #000000;
	color:#ffffff;
/*	background-image:url("../img/bg01.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
*/
	text-align: center;
	font-size: 10pt;
	line-height: 120%;
	margin:0px;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 300;
}
#vegas {
    width: 100vw;
    height: 100vh;
	position: fixed;
	top:0px;
	right: 0px;
	z-index: -1;
}
body.bg01{
	background-image:url("../bg_slideimage/image_files/slige01.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
	background-size: cover;
}
body.bg02{
	background-image:url("../bg_slideimage/image_files/slige02.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
	background-size: cover;
}
body.bg03{
	background-image:url("../bg_slideimage/image_files/slige03.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
	background-size: cover;
}
body.bg04{
	background-image:url("../bg_slideimage/image_files/slige04.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
	background-size: cover;
}
body.bg05{
	background-image:url("../bg_slideimage/image_files/slige05.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-attachment:fixed;
	background-size: cover;
}

/*----------------------------------------------------------*/
	.spv{		display: none;	}
	.pcv{		display:inline;	}
	#sp_menu{	display: none;	}
@media screen and (max-width: 800px){
	.spv{		display: inline;	}
	.pcv{		display: none;	}
	#sp_menu{	display: block;		width: 100%;		height:auto;	}
}
/*----------------------------------------------------------*/
a:link { color: #ffffff; } 
a:visited { color: #ffffff; } 
a:hover { color: #ffffff; } 
a:active { color: #ffffff; }
img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------------*/
.fs08 {	font-size:8pt; }
.fs09 {	font-size:9pt; }
.fs10 {	font-size:10pt;}
.fs12 {	font-size:12pt;}
.fs13 {	font-size:13pt;}
.fs14 {	font-size:14pt;}
.fs16 {	font-size:16pt;}
.fs18 {	font-size:18pt;}
.fs20 {	font-size:20pt;}
.fs24 {	font-size:24pt;}
.fs26 {	font-size:26pt;}
.fs28 {	font-size:28pt;}
.fs30 {	font-size:30pt;}
.fs32 {	font-size:32pt;}

.lh10 { line-height:10pt;}
.lh12 { line-height:12pt;}
.lh14 { line-height:14pt;}
.lh16 { line-height:16pt;}
.lh18 { line-height:18pt;}
.lh20 { line-height:20pt;}
.lh22 { line-height:22pt;}
.lh24 { line-height:24pt;}
.lh26 { line-height:26pt;}
.lh28 { line-height:28pt;}
.lh30 { line-height:30pt;}
.lh32 { line-height:32pt;}
.lh34 { line-height:34pt;}

.c_bk{color:#000000;}
.c_wh{color:#ffffff;}
.c_rd{color:#ff0000;}
.c_pink{color:#FF007E;}
.c_bl{color:#0000ff;}
.c_lbl{color:#0090ff;}
.c_dr{color: #A7003E;}
/*-----------------------------
	- clearance
-----------------------------*/
.clearance{		clear:both;	height:0px;}
.clearance02{	clear:both;	height:2px;}
.clearance05{	clear:both;	height:5px;}
.clearance10{	clear:both;	height:10px;}
.clearance20{	clear:both;	height:20px;}
.clearance30{	clear:both;	height:30px;}
.clearance40{	clear:both;	height:40px;}
.clearance50{	clear:both;	height:50px;}
.clearance60{	clear:both;	height:60px;}
.clearance80{	clear:both;	height:80px;}
.clearance100{	clear:both;	height:100px;}
.clearance300{	clear:both;	height:300px;}
.cl50{ clear: both;height: 50px;}
@media screen and (max-width: 800px){
.cl50{ clear: both;height: 20px;}
}
/*-----------------------------
	- shadow
-----------------------------*/
.shadow1b{ 
text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}
.shadow2b{ 
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
.shadow1w{ 
text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.shadow2w{ 
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
/*-----------------------------
	- タイトルバー
-----------------------------*/
.c_title{
	width:100%;
	max-width: 1400px;
	height:auto;
	background-color: rgba(0,0,0,0.6);
	display: block;
	margin: 0 auto;
}
.c_mark{
	position:absolute;
	left:4px;
	top:6px;
	width:17px;
	height:17px;
}
/*----------------------------------------------------------*/
#SpHeader{
/*	display:none;*/
	width: 100vw;
	height:60px;
	position: fixed;
	top:0px;
	left:0px;
	text-align: left;
/*	background-color: rgba(187,0,0,0.80);*/
	background-color: rgba(0,0,0,0.60);
	z-index: 999;
}
#SpHeader table{
	width: 100%;
	border: none;
}
#SpHeader table tr td{
	font-size: 13pt;
	line-height: 13pt;
	color: #ffffff;
}
#SpHeader table tr td a{
	color: #ffffff;
	text-decoration: none;
}
#OpenT{
	font-size: 10pt;
}
#SpVHeader{
	width: 100vw;
	height:60px;
	position: fixed;
	top:0px;
	left:0px;
	text-align: left;
/*	background-color: rgba(187,0,0,0.80);*/
	background-color: rgba(0,0,0,0.60);
	z-index: 999;
}
#SpVHeader table{
	width: 100%;
	border: none;
}
#SpVHeader table tr td{
	font-size: 13pt;
	line-height: 13pt;
	color: #ffffff;
}
#SpVHeader table tr td a{
	color: #ffffff;
	text-decoration: none;
}
.snsIcon{
	margin-top: 8px;
}
.snsIcon ul{
	display:flex;
	width:100%;
	justify-content:space-between;
}
.snsIcon ul li{
	width: 100%;
}
/*----------------------------------------------------------*/
/*-- スマホ用メニュー --*/
/*----------------------------------------------------------*/
#S_Menu{
    z-index: 99999;
}
#slide_menu{
    position: absolute;
	top: 10px;
    right: -250px;
    width: 250px;
/*    height: 400px;*/
/*    background-color: rgba(255,255,255,0.9);*/
    z-index:100;
	text-align:center;
    overflow-x: hidden;
    }
    
#hmenu{
    position: absolute;
    top: 30px;
    width: 36px;
    right: 0px;
    font-size: 8pt;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color:#ffffff
}
#drawermenu{
/*    width: calc(100vw - 50px);*/
    width: 300px;
    height: auto;
    display: inline-block;
/*    background-image: url("../../img/bg_footer.jpg");*/
    z-index: 100;
}
#drawermenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
#drawermenu ul li{
    list-style: none;
    width: 300px;
/*	width:calc(50% - 4px);*/
	height:35px;
	text-align:center;
	color:#000000;
	font-size:16pt;
	line-height:35px;
	font-family:"Times New Roman", Times, "serif";
    display: inline-block;
    margin: 2px 2px 2px 4px;
}
.mainmenu{
    width: 100%;
    height: auto;
    display: inline-block;
}
.mainmenu ul{
    width: 100%;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
}
.mainmenu ul li{
    list-style: none;
	width:calc(50% - 4px);
	height:40px;
	text-align:center;
	color:#000000;
	font-size:14pt;
	line-height:40px;
    display: inline-block;
    margin: 2px;
}


#drawermenu .mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
background: -webkit-linear-gradient(#e8e8e8, #bababa);
background: -moz-linear-gradient(#e8e8e8, #bababa);
background: -o-linear-gradient(#e8e8e8, #bababa);
background: -ms-linear-gradient(#e8e8e8, #bababa);
background: linear-gradient(#e8e8e8, #bababa);
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}
.mt{
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */  
    z-index:100;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #e8e8e8), color-stop(1.00, #bababa));
	background: -webkit-linear-gradient(#e8e8e8, #bababa);
	background: -moz-linear-gradient(#e8e8e8, #bababa);
	background: -o-linear-gradient(#e8e8e8, #bababa);
	background: -ms-linear-gradient(#e8e8e8, #bababa);
	background: linear-gradient(#e8e8e8, #bababa);
}
.mt a{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
	color:#000000;
	line-height:35px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
    z-index:100;
	text-decoration:none;
    display: block;
}
.mt .Js{
	font-family: 'Noto Serif JP', serif;
	font-size: 8pt;
	display: inline-block;
	margin-left: 5px;
	line-height:35px;
}
.cl{
	width:240px;
	height:35px;
	text-align:center;
	background-color: rgba(31,44,93,0.7);
	color:#FFFFFF;
	font-size:16pt;
	line-height:40px;
	margin-bottom:1px;
	list-style:none;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

.upsidemenu{
	display:none;
}
#sp_menu{
	display:block;
}
.drawer-menu li {
	height:40px;
	font-size:14pt;
	line-height:40px;
	display:block;
	list-style:none;
}
.drawer-menu li a{
	width:100%;
	height:40px;
	font-size:14pt;
	line-height:40px;
}
.bg_box{
    width: 100%;
    height: auto;
    display: inline-block;
    background-image: url("../bg_footer.jpg");
    padding-bottom: 10px;
    padding-top: 10px;
}


#SpFooter{
	position: fixed;
	left:0px;
	bottom: 0px;
	width: 100%;
	height:auto;
	background-color: rgba(0,0,0,0.6);
	z-index: 500;
}
#SPfooterSpace{
	height: 17vw;
	display: block;
}

/*-----------------------------------------------------------------------------------*/
#SpTopSpace{
/*	height: calc(100vh - 50px);*/
	height: 50px;
	display: block;
}
#PCTopSpace{
/*	height: calc(100vh - 150px);*/
	height: 150px;
	display: block;
}
#Header{
	display:none;
	width: 100vw;
	position: fixed;
	top:0px;
	left:0px;
    height:100px;
    margin: 0;
/*	background-color: rgba(187,0,0,0.80);*/
	background-color: rgba(0,0,0,0.60);
	z-index: 9999;
}
#VHeader{
	width: 100vw;
	position: fixed;
	top:0px;
	left:0px;
    height:100px;
    margin: 0;
/*	background-color: rgba(187,0,0,0.80);*/
	background-color: rgba(0,0,0,0.60);
	z-index: 9999;
}
#HeaderIn{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
#HLogo{
	float: left;
}
#HMenu{
	float: right;
	width: calc(100% - 240px);
}
#HMenu ul{
	width: 100%;
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	display: table;
	height:50px;
	margin-top: 10px;
}
#HMenu ul li{
	list-style: none;
	height:50px;
	width: 9.0%;
	font-size: 14pt;
	line-height: 14pt;
	display:table-cell;
	vertical-align: middle;
	font-family: "Times New Roman", Times, "serif";
	text-align: center;
}
#HMenu ul li .Jm{
	font-size: 8pt;
	line-height: 8pt;
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
#HMenu ul li a{
	text-decoration: none;
	color:#ffffff;
	display: block;
}
#OpenTime{
	width: 100%;
	height:30px;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	color:#ffffff;
	font-family: "Times New Roman", Times, "serif";
}

@media screen and (max-width: 1000px){
#HMenu ul li{
	font-size: 10pt;
	line-height: 12pt;
}
}

#menu_bar{
    width: 100%;
    height:50px;
    background-image: url("../img/header/menubar.png");
    background-position: 50% top;
}
#h_menu {
    width: 1240px;
    margin: 0 auto;
    display: block;
}
#h_menu ul{
    font-size: 0pt;
    line-height: 0pt;
    width: 100%;
}
#h_menu ul li{
    text-align: center;
    display: inline-block;
}
/*----------------------------------------------------------*/
#top_news_tab{
	width:100%;
	margin:0px auto;	
	display: inline-block;
}
ul#tab {
	float:left;
	zoom: 1;
	background-color: rgba(0,0,0,0.6);
	list-style: none;
	width:30%;
	height:500px;
	margin: 0;
	padding: 0;
}
ul#tab:after { content:"."; display: block; height:100px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	width:100%;
	height:100px;
	text-align: center;
}
ul#tab li:last-child {
	background: none;
}
ul#tab li a {
	display: block;
	width: 100%;
	height:100px;
	line-height:100px;
	padding:0;
	text-decoration: none;
	font-size:18px;
	color: #ffffff;
}
ul#tab li a:hover {
	background: #d8d8d8;
}
ul#tab li.active,
ul#tab li.active a,
ul#tab li.active a:hover {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	border-bottom: 1px #8A6200 solid;
}
#detail {
	float:left;
	overflow: hidden;
	background-color: rgba(255,255,255,0.6);
	/*box-shadow:2px 2px 10px #ccc;*/
	width: calc(70% - 10px);
	height: 500px;
	margin:0 0 0 10px;
	padding:0px;
	color:#000000;
}
.tabbox {
	display: none;
	overflow-y: scroll;
	overflow-x:hidden;
}

/*記事内容*/
.day{
	color:#666;
	font-size:14px;	
	height:20px;
	text-align: right
}
#detail h3{
	background:none;
	color:#f7007b;
	font-size:20px;
	line-height:24px;
	margin:0;
	padding:0px 0px 0px 10px;
	width:calc(100% - 10px);
	height:auto;
	text-align: left;
	border-bottom: 1px #8A6200 solid;
}
.news_text{
	color:#000000;
	font-size:16px;
	line-height: 24px;
	height:425px;
	margin-top:30px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.news_more{
	height:40px;	
	margin-bottom:20px;
}
@media screen and (max-width: 800px){
ul#tab {
	height:500px;
	width:60px;
}
ul#tab:after { content:"."; display: block; height:50px; clear:both; line-height:0; visibility:hidden; }
ul#tab li {
	width:100%;
	height:100px;
	text-align: center;
}
ul#tab li a {
	font-size:14px;
	height:80px;
	line-height:20px;
	padding-top: 20px;
}
	#detail {
	width: calc(100% - 63px);
	margin:0 0 0 3px;
	height: 500px;
}
#detail h3{
	background:none;
	color:#f7007b;
	font-size:16px;
	line-height:20px;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	text-align: left;
}
.news_text{
	color:#000000;
	font-size:14px;	
	line-height: 20px;
	height:450px;
	margin-top:10px;
	padding-left: 5px;
	padding-right: 5px;
}
}

/*----------------------------------------------------------*/




#maincontent {
	width: 100%;
	max-width: 1400px;
	height: auto;
    display: inline-block;
/*	background-color: rgba(0,0,0,0.5);*/
}
#headerscroll { 
	width:1190px; 
	height:30px; 
	margin:0 auto; 
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
	color:#ffffff;
/*    background-color: rgba(255,255,255,0.5);*/
/*	background-image:url(../img/header_topbg.jpg);*/
    overflow:hidden;
}  
#LeftBanner{
    width: 290px;
    height:auto;
    display: inline-block;
    padding: 0px 5px 5px 5px;
    float: left;
}
#LeftBanner ul{
    font-size: 0pt;
    line-height: 0pt;
    width: 100%;
}
#LeftBanner ul li{
    width: 285px;
    min-height:100px;
    border: 1px #a4a4a4 solid;
    margin-bottom: 10px;
    font-size: 10pt;
    line-height: 100px;
    text-align: center;
}
#Contents{
    width: 935px;
    height: auto;
    padding-right: 5px;
    display: inline-block;
    float: right;
}
#PicupLady{
    width: 267px;
    height: 441px;
    margin: 0 auto;
    float: left;
    border: 1px #a4a4a4 solid;
}
#picupgirl{
    width: 267px;
    height: 400px;
    margin: 0 auto;
}
.ps{
	position:relative;
	width:100%;
    max-width: 267px;
	height:auto;
    margin: 0 auto;
}
.s_prof{
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:100%;
    max-width: 267px;
    background-color: rgba(0,0,0,0.6);
	line-height:30px;
	font-size:10pt;
	z-index:10;
	color:#ffffff;
    text-align: center;
}
#WhatsNnew{
    width:658px;
    height:441px;
    margin: 0 auto;
    margin-left: 5px;
    float: left;
    border: 1px #a4a4a4 solid;
}
#TopSchedule{
    width: 932px;
    height:auto;
    margin-right: 5px;
    display: inline-block;
    border: 1px #a4a4a4 solid;
}
.view_area{
    width: 100%;
	text-align: left;
}
.profile_area{
    width: calc(100% - 10px);
    height:auto;
    margin: 0 auto;
    display: inline-block;

}
.inner_view{
    width: calc(100% - 20px);
    height:auto;
    margin: 0 auto;
    display: inline-block;
}
.rec_inner_view{
    width: calc(100% - 20px);
    height:auto;
    margin: 0 auto;
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    text-align: left;
    font-size: 12pt;
    line-height: 18pt;
    padding: 5px;
}
#footer_area{
    width: 100%;
	background-color: rgba(0,0,0,0.60);
    color:#ffffff;
    font-size:8pt;
    display: block;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer_area a{
	text-decoration: none;
	color:#ffffff;
}
#f_menu{
    padding-top: 10px;
    padding-bottom: 10px;
}
#f_menu ul{
    width: 100%;
    max-width: 1200px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items:center;
    margin: 0 auto;
}
#f_menu ul a:link { text-decoration: none;color: #ffffff; } 
#f_menu ul a:visited { color: #ffffff; } 
#f_menu ul a:hover { color: #ffffff; } 
#f_menu ul a:active { color: #ffffff; }

/*--------------------------------------------
    TOP_Schedule
-----------------------------------------*/
#schedule_box{
	width: 100%;
	text-align: left;
}
#Cast_box{
	width: 100%;
	text-align: left;
}
/*----------------------------------------------------------*/
.girls_box{
	position: relative;
	width: 330px;
	height:495px;
	margin: 10px 0px 10px 10px;
	display: inline-block;
		background-color: rgba(0,0,0,1.0);
	/*background-image: url("../img/parts/thumbnail_bg.jpg");*/
}
.girls_box_S{
	position: relative;
	width: 330px;
	height:495px;
	margin: 10px 0px 10px 10px;
	display: inline-block;
		background-color: rgba(0,0,0,1.0);
	/*background-image: url("../img/parts/thumbnail_bg.jpg");*/
}
.therapist_box{
	position: relative;
	width: 210px;
	height:350px;
	margin: 10px 0px 10px 22px;
	border: 2px #FFFFFF solid;
	display: inline-block;
	float: left;
/*  box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);*/
}
.gb_photo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
	border: 0px;
	border: 1px #7B6700 solid;
}
.gb_photo img{
	width: 100%;
}
.gb_name{
	position: absolute;
	bottom: 54px;
	left: 16px;
	width: 200px;
	height: 25px;
	font-size: 12pt;
	text-align: left;
	color: #000000;
	line-height: 25px;
 text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.gb_alphabet{
    position: absolute;
    bottom: 100px;
    left: 20px;
    width: auto;
    height: auto;
	font-family: 'Pinyon Script', cursive;
    font-size: 40pt;
    text-align: left;
    color: #000000;
    line-height: 25px;
 text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.gb_size{
	position: absolute;
	bottom: 25px;
	left: 15px;
	width: 220px;
	height: 20px;
	font-size: 12pt;
	line-height: 20px;
	text-align: left;
	color: #000000;
  text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.gb_wtime{
    position: absolute;
	bottom: 5px;
    left: 15px;
    width: 200px;
    height: 20px;
    font-size: 14pt;
    line-height: 20px;
    font-weight: bold;
    text-align: left;
    color: #ff0060;
 text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.gb_newface{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 38px;
    z-index: 10
}
.gb_update{
    position: absolute;
    top: 286px;
    right: 0px;
    width: 44px;
    height: 20px;
    z-index: 10
}
.gb_att{
    position: absolute;
    top: 265px;
    left: 1px;
    width: 50px;
    height: 40px;
    z-index: 10
}
.gb_attmess{
    position: absolute;
    top: 245px;
    left: 58px;
    width: 93px;
    height: 16px;
	font-weight: bold;
	line-height: 18px;
    z-index: 10;
    background-color: rgba(255,255,255,10.0);
	border: 2px #ff0000 solid;
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.gb_type{
    position: absolute;
    top:15px;
    left:0px;
    width: 64px;
    height:29px;

}

.IconBox{
	position: absolute;
    bottom: 54px;
    right:10px;
    width: auto;
    height:29px;
	z-index: 10;
}
.gBox{
	float:left;
	border:1px solid #FFF;
	border-radius:5px;
	color:#FFF;
	font-size:12px;
	text-align:center;
	width:50px;
	height:14px;
	line-height:14px;
	margin:3px 0 0 2px;
	padding:2px 5px;
}



@media screen and (max-width: 1400px){
	#schedule_box{
		width: 100%;
		text-align: left;
	}
	.girls_box{
		position: relative;
/*
		width: 200px;
		height:490px;
*/
		width:calc(25vw - 12px);
		height:36vw;
		border: none;
		display: inline-block;
		background-color: rgba(0,0,0,1.0);
		margin: 5px 5px 5px 5px;
		padding: 0px;
		margin-left: 1px;
		margin-top:1px; 
		float: left;
	}
.gb_photo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    overflow: hidden;
	border: 0px;
	border: 1px #7B6700 solid;
}
.gb_photo img{
	width: 100%;
}
/*	.gb_photo{
		position: absolute;
		top: 0px;
		left: 0px;
		width: calc(100% - 4px);
		height: auto;
		overflow: hidden;
		border: 1px #412000 solid;
	}
*/
	.gb_name{
		position: absolute;
		bottom: 50px;
		left: 10px;
		width: auto;
		height: 25px;
		font-size: 12pt;
		text-align: left;
		color: #000000;
		line-height: 25px;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
	}
	.gb_alphabet{
		position: absolute;
		bottom: 80px;
		left: 10px;
		width: auto;
		height: auto;
		font-family: 'Pinyon Script', cursive;
		font-size: 20pt;
		text-align: left;
		color: #000000;
		line-height: 25px;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
	}
	.gb_size{
		position: absolute;
		bottom: 28px;
		left: 10px;
		width: auto;
		height: 20px;
		font-size: 9pt;
		line-height: 20px;
		text-align: left;
		color: #000000;
	  text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
	}
	.gb_wtime{
		position: absolute;
		bottom: 13px;
		left: 10px;
		width: auto;
		height: 20px;
		font-size: 12pt;
		line-height: 20px;
		font-weight: bold;
		text-align: left;
		color: #ff0060;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
	}
	.gb_newface{
		position: absolute;
		top: 5px;
		right: 5px;
		width: 40px;
		height: 38px;
		z-index: 10
	}
	.gb_update{
		position: absolute;
		top: 286px;
		right: 0px;
		width: 44px;
		height: 20px;
		z-index: 10
	}
	.gb_att{
		position: absolute;
		top: 265px;
		left: 1px;
		width: 50px;
		height: 40px;
		z-index: 10
	}
	.gb_attmess{
		position: absolute;
		top: 245px;
		left: 58px;
		width: 93px;
		height: 16px;
		font-weight: bold;
		line-height: 18px;
		z-index: 10;
		background-color: rgba(255,255,255,10.0);
		border: 2px #ff0000 solid;
		border-radius: 6px;		/* CSS3草案 */
		-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 6px;	/* Firefox用 */
	}
	.gb_type{
		position: absolute;
		top:15px;
		left:0px;
		width: 64px;
		height:29px;

	}

	.IconBox{
		position: absolute;
		bottom: 45px;
		right:8px;
		width: 50px;
		height:50px;
		z-index: 10;
	}
	.gBox{
		float:left;
		border:1px solid #FFF;
		border-radius:5px;
		color:#FFF;
		font-size:10px;
		text-align:center;
		width:50px;
		height:12px;
		line-height:12px;
		margin:1px 0 0 0px;
		padding:1px 1px;
	}
}





@media screen and (max-width: 800px){
	#schedule_box{
		width: 100%;
		text-align: left;
	}
	.girls_box_S{
		position: relative;
		width:calc(50vw - 2px);
		height:calc(75vw - 4px);
		border: none;
		display: inline-block;
		background-color: rgba(0,0,0,1.0);
		margin: 0px;
		padding: 0px;
		margin-left: 1px;
		margin-top:1px; 
		float: left;
	}
	.girls_box{
		position: relative;
		width:calc(100vw - 2px);
		height:calc(150vw - 4px);
		border: none;
		display: inline-block;
		background-color: rgba(0,0,0,1.0);
		margin: 0px;
		padding: 0px;
		margin-left: 1px;
		margin-top:1px; 
		margin-bottom: 10px;
		float: left;
	}
	.gb_photo{
		position: absolute;
		top: 0px;
		left: 0px;
		width: calc(100% - 2px);
		height: auto;
		overflow: hidden;
		border: 1px #7B6700 solid;
	}
/*	.gb_photo img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	*/
	.gb_name{
		position: absolute;
		bottom: 50px;
		left: 10px;
		width: auto;
		height: 25px;
		font-size: 12pt;
		text-align: left;
		color: #000000;
		line-height: 25px;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
		z-index: 10
	}
	.gb_alphabet{
		position: absolute;
		bottom: 80px;
		left: 10px;
		width: auto;
		height: auto;
		font-family: 'Pinyon Script', cursive;
		font-size: 20pt;
		text-align: left;
		color: #000000;
		line-height: 25px;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
		z-index: 10
	}
	.gb_size{
		position: absolute;
		bottom: 28px;
		left: 10px;
		width: auto;
		height: 20px;
		font-size: 9pt;
		line-height: 20px;
		text-align: left;
		color: #000000;
	  text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
		z-index: 10
	}
	.gb_wtime{
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: auto;
		height: 20px;
		font-size: 12pt;
		line-height: 20px;
		font-weight: bold;
		text-align: left;
		color: #ff0060;
	 text-shadow: 
			white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
			white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
			white 0px 1px 0, white  0-1px 0,/*右、左*/
			white -1px 0 0, white 1px 0 0;/*上、下*/
		z-index: 10
	}
	.gb_newface{
		position: absolute;
		top: 5px;
		right: 5px;
		width: 40px;
		height: 38px;
		z-index: 10
	}
	.gb_update{
		position: absolute;
		top: 286px;
		right: 0px;
		width: 44px;
		height: 20px;
		z-index: 10
	}
	.gb_att{
		position: absolute;
		top: 265px;
		left: 1px;
		width: 50px;
		height: 40px;
		z-index: 10
	}
	.gb_attmess{
		position: absolute;
		top: 245px;
		left: 58px;
		width: 93px;
		height: 16px;
		font-weight: bold;
		line-height: 18px;
		z-index: 10;
		background-color: rgba(255,255,255,10.0);
		border: 2px #ff0000 solid;
		border-radius: 6px;		/* CSS3草案 */
		-webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
		-moz-border-radius: 6px;	/* Firefox用 */
	}
	.gb_type{
		position: absolute;
		top:15px;
		left:0px;
		width: 64px;
		height:29px;

	}

	.IconBox{
		position: absolute;
		bottom: 45px;
		right:8px;
		width: 50px;
		height:50px;
		z-index: 10;
	}
	.gBox{
		float:left;
		border:1px solid #FFF;
		border-radius:5px;
		color:#FFF;
		font-size:10px;
		text-align:center;
		width:50px;
		height:12px;
		line-height:12px;
		margin:1px 0 0 0px;
		padding:1px 1px;
	}
}
/*--genre--*/
	.bigtits{	/*--巨乳--*/
		color:#000;
		background:#dddddd;
	}
	.model{	/*--モデル--*/
		background:#7d7d7d;	
	}
	.beginner{	/*--新人--*/
		background:linear-gradient(90deg,#ecdb00 0%,#ecdb00 50%,#13ae67 50%,#13ae67 100%);
	}
	.half{	/*--ハーフ--*/
		background:#8e5c2b;	
	}
	.gekikawa{	/*--激カワ--*/
		background:#e40112;	
	}
	.seiso{	/*--清楚--*/
		background:#e46a12;	
	}
	.legs{	/*--美脚--*/
		background:#fac12a;	
	}
	.moe{	/*--萌え--*/
		background:#c9cc00;	
	}
	.tall{	/*--長身--*/
		background:#54b331;	
	}
	.short{	/*--小柄--*/
		background:#07913b;	
	}
	.gal{	/*--ギャル--*/
		background:#006835;	
	}
	.sensitivity{	/*--感度◎--*/
		background:#00a6ff;	
	}
	.adult{	/*--大人系--*/
		background:#0e6eb8;	
	}
	.lewdness{	/*--淫乱--*/
		background:#611987;	
	}
	.healing{	/*--癒し--*/
		background:#c30148;	
	}
	.student{	/*--女子大生系--*/
		background:#122b88;	
	}
	.smalltits{	/*--微乳--*/
		background:#ff9512;	
	}
	.sad{	/*--   --*/
		background:#e73173;	
	}
	.maso{	/*--   --*/
		background:#fc77bd;	
	}

.hoverInfo{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background-color:rgba(0,0,0,0.3);
	/*background-color: rgba(255,140,188,0.65);*/
	text-align: center;
	color: #fff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.8rem;
	z-index: 2;
}
.hoverBtn{
    display: block;
    width: 80%;
    text-align: center;
    padding-top: 54%;
    margin: 25% auto 5%;
}
/*------------------------------------------------------------------------*/
#Concept{
	width: calc(100% - 40px);
	margin: 0 auto;
	padding:30px 20px 30px 20px;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
	background-image: url("../img/concept.png");
	background-position: right;
	background-repeat: no-repeat;
    background-color:rgba(0, 0,0, 0.6);
	color:#ffffff;
}
@media screen and (max-width: 800px){
#Concept{
	width: calc(100% - 130px);
	margin: 0 auto;
	padding:20px 120px 20px 10px;
	text-align: left;
	font-size: 12pt;
	line-height: 16pt;
	background-image: url("../img/concept_sp.png");
	background-position: right;
	background-repeat: no-repeat;
    background-color:rgba(0, 0,0, 0.6);
	color:#ffffff;
}
}
.ranking_box1{
	position: relative;
	width: 410px;
	height:792px;
	margin: 10px 10px 10px 20px;
	border: 1px #aaaaaa solid;
	display: inline-block;
	float: left;
     box-shadow:5px 5px 10px rgba(255, 255, 255, 0.2);
    background-color: rgba(0,0,0,0.5);
}
.rk1_num{
    font-size: 16pt;
    line-height: 50px;
    width: 100%;
    height:50px;
}
.rk1_photo{
    position: absolute;
    top: 50px;
    left: 5px;
    width: 400px;
    height: 600px;
    overflow: hidden;
}
.rk1_name{
    position: absolute;
    top: 688px;
    left: 65px;
    width: 290px;
    height: 25px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 25px;
    /*border: 1px #ff0099 solid;*/
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;		/* CSS3草案 */
    -webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 8px;	/* Firefox用 */
}
.rk1_size{
    position: absolute;
    top: 716px;
    left: 65px;
    width: 290px;
    height: 20px;
    font-size: 9pt;
    line-height: 20px;
    text-align: center;
    color: #2D2D2D;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk1_wtime{
    position: absolute;
    top: 739px;
    left: 65px;
    width: 290px;
    height: 20px;
    font-size: 12pt;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff0060;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk1_newface{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 38px;
    z-index: 10
}
.rk1_update{
    position: absolute;
    top: 665px;
    right: 8px;
    width: 44px;
    height: 20px;
    z-index: 10
}
.rk1_att{
    position: absolute;
    top: 656px;
    left: 5px;
    width: 50px;
    height: 40px;
    z-index: 10
}
.rk1_attmess{
    position: absolute;
    top: 245px;
    left: 58px;
    width: 93px;
    height: 16px;
	font-weight: bold;
	line-height: 18px;
    z-index: 10;
    background-color: rgba(255,255,255,10.0);
	border: 2px #ff0000 solid;
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk1_type{
    position: absolute;
    top:15px;
    left:0px;
    width: 64px;
    height:29px;

}
.ranking_box{
	position: relative;
	width: 210px;
	height:385px;
	margin: 10px 0px 10px 16px;
	border: 1px #aaaaaa solid;
	display: inline-block;
	float: left;
     box-shadow:5px 5px 10px rgba(255, 255, 255, 0.2);
    background-color: rgba(0,0,0,0.5);
}
.rk_num{
    position: absolute;
    top:0px;
    left:0px;
    font-size: 12pt;
    width:auto;
    height:24px;
    z-index: 10;
    background-color: rgba(0,0,0,0.8);
    padding: 2px;
}
.rk_num img{
    width: 30px;
    height:24px;
}

.rk_photo{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 200px;
    height: 300px;
    overflow: hidden;
}
.rk_name{
    position: absolute;
    top: 309px;
    left: 5px;
    width: 200px;
    height: 25px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: #000000;
    line-height: 25px;
    /*border: 1px #ff0099 solid;*/
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;		/* CSS3草案 */
    -webkit-border-radius: 8px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 8px;	/* Firefox用 */
}
.rk_size{
    position: absolute;
    top: 338px;
    left: 5px;
    width: 200px;
    height: 20px;
    font-size: 9pt;
    line-height: 20px;
    text-align: center;
    color: #2D2D2D;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk_wtime{
    position: absolute;
    top: 361px;
    left: 5px;
    width: 200px;
    height: 20px;
    font-size: 12pt;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    color: #ff0060;
    background-color: rgba(255,255,255,0.8);
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk_newface{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 40px;
    height: 38px;
    z-index: 10
}
.rk_update{
    position: absolute;
    top: 286px;
    right: 0px;
    width: 44px;
    height: 20px;
    z-index: 10
}
.rk_att{
    position: absolute;
    top: 265px;
    left: 1px;
    width: 50px;
    height: 40px;
    z-index: 10
}
.rk_attmess{
    position: absolute;
    top: 245px;
    left: 58px;
    width: 93px;
    height: 16px;
	font-weight: bold;
	line-height: 18px;
    z-index: 10;
    background-color: rgba(255,255,255,10.0);
	border: 2px #ff0000 solid;
    border-radius: 6px;		/* CSS3草案 */
    -webkit-border-radius: 6px;	/* Safari,Google Chrome用 */
    -moz-border-radius: 6px;	/* Firefox用 */
}
.rk_type{
    position: absolute;
    top:15px;
    left:0px;
    width: 64px;
    height:29px;

}
/*----------------------------------------------------------*/
.imgWrap img {
	display: block;
	transition-duration: 0.2s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.2s;	/*変化に掛かる時間*/
	opacity: 0.7;
}
/*----------------------------------------------------------*/
/*-----------------------------------------------------
What's new
-----------------------------------------------------*/
/*-----------------------------*/
#whtsnew{
	width:100%;
	height:400px;
/*    box-shadow:5px 5px 10px rgba(0, 0, 0, 0.2);*/
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
}
.wnewbox {
	overflow: auto;
	padding: 0px;
/*	background: #333;*/
	margin: 0px auto;
	width:calc(100% - 4px);
	height:100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
#wn_inner{
	margin:2px 2px 0px 2px;
	height:100%;
	overflow:auto;
}

/*------------------------------------------
schedule upside
------------------------------------------*/
.ds_area{
	width:calc(100% - 10px);
	height:auto;
	margin-top:10px;
    margin-bottom: 10px;
    display: inline-block;
}
.v_date{
	text-align:center;
	font-size:24pt;
	line-height:24pt;
	margin:10px 0px 10px 0px;
	color:#ffffff;
}

.ds_area ul{
	text-align: center;
	list-style: none;
	margin:0px;
	padding:0px;
	font-size:0pt;
}

.ds_area li{
	display: inline-block;
	height:30px;
	text-align:center;
	padding:0px;
	margin:2px;
	list-style: none;
	font-size:12pt;
	line-height:30px;
	width:13%;
	
}
.ds_area li a{
	display: inline-block;
/*	background-color:#FF95E0;*/
	width:100%;
	padding:0px;
	margin:0px;
	text-decoration:none;
    background-color: rgba(255,255,255,0.8);
	border:1px #909090 solid;
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
.ds_area li a:hover{
    background-color: #18ABD6;
	color:#ffffff;
	display: inline-block;
	width:100%;
	padding:0px;
	margin:0px;
	text-decoration:none;
	transition-duration:0.5s;
    border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
@media screen and (max-width: 800px){
	.ds_area{
		width:calc(100% - 4px);
		height:auto;
		margin: 0 auto;
		margin-top:0px;
		margin-bottom: 10px;
		display: inline-block;
	}
	.v_date{
		text-align:center;
		font-size:24pt;
		line-height:24pt;
		margin:10px 0px 10px 0px;
	}

	.ds_area ul{
		text-align: center;
		list-style: none;
		margin:0px;
		padding:0px;
		font-size:0pt;
	}

	.ds_area li{
		display: inline-block;
		height:30px;
		text-align:center;
		padding:0px;
		margin:2px;
		list-style: none;
		font-size:10pt;
		line-height:30px;
		width:23%;

	}
	.ds_area li a{
		display: inline-block;
	/*	background-color:#FF95E0;*/
		width:100%;
		padding:0px;
		margin:0px;
		text-decoration:none;
		background-color: rgba(255,255,255,0.8);
		border:1px #909090 solid;
		border-radius: 15px;        /* CSS3草案 */  
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 15px;   /* Firefox用 */  
	}
	.ds_area li a:hover{
		background-color: #18ABD6;
		color:#ffffff;
		display: inline-block;
		width:100%;
		padding:0px;
		margin:0px;
		text-decoration:none;
		transition-duration:0.5s;
		border-radius: 15px;        /* CSS3草案 */  
		-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 15px;   /* Firefox用 */  
	}
}
/*----------------------------------------------------------*/
#weekly_list{
	width:calc(100% - 10px);
	max-width: 1390px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.tn_box_60{
	width: 60px;
	height:60px;
	overflow: hidden;
}
#weekly_list tr td img{
    border-style:none;
	vertical-align:middle;
	margin: 0px;
	padding: 0px;
	font-size:0px;
	width: 100%;
	height:auto;
	overflow: hidden;
}
#weekly_list td{
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px #CBB586 dotted;
}
/*----------------------------------------------------------*/
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
    -moz-animation:blink 1.0s ease-in-out infinite alternate;
    animation:blink 1.0s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*----------------------------------------------------------*/
.caption{
    width: 800px;
    font-size: 20pt;
    text-align: center;
    margin: 0 auto;
    line-height: 24pt;
}
.caption_16{
    width: 800px;
    font-size: 16pt;
    text-align: center;
    margin: 0 auto;
    line-height: 24pt;
}

.gold_bar{
    width: 100%;
    height:2px;
    background-image: url("../img/menu_underbar.jpg");
    background-size: cover;
    margin-top: 5px;
    margin-bottom: 20px;
}
.inner_box{
    width: calc(100% - 100px);
    height:auto;
    margin: 0 auto;
    display: inline-block;
    padding: 10px;
    font-size: 12pt;
    line-height: 18pt;
}

#rec_table{
	margin:10px 0px 10px 0px;
    width: 100%;
}
#rec_table td{
	font-size:12pt;
	line-height:16pt;
	border:0;
	height:20px;
	padding:6px;
}

.box800{
	width: 100%;
	max-width:800px;
	font-size:8pt;
	line-height:10pt;
	text-align:left;
	margin:0 auto;
}
/*----------------------------------------------------------*/
#profilebox {
	width:calc(100% - 10px);
	max-width: 1320px;
	padding: 5px;
	height:auto;
	display: inline-block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
	color:#F3DE97;
}
#Enamebox{
	width: calc(100% - 20px);
	height:auto;
	font-size: 40pt;
	line-height: 40pt;
	font-family: 'Pinyon Script', cursive;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	border-bottom: 1px #F3DE97 solid;
}
#pr_box {
	width:calc(70% - 20px);
	height: auto;
	padding: 10px 5px 10px 5px;
/*	border: 1px #8F8F8F solid;*/
	background-color: rgba(0,0,0,0.2);
	float: left;
	color:#F3DE97;
}
#profile_name{
    font-size: 18pt;
    line-height: 24pt;
	padding-left: 20px;
    text-align: left;
	display: block;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ATInfo{
	height:30px;
	display: block;
	text-align: left;
}
#TAttend{
	height:30px;
	line-height: 30px;
	margin-left: 20px;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;
	background-color: #ff0000;
	color:#ffffff;
	display: inline-block;
	font-size: 12pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-shadow:none;
}
#NAtt{
	height:30px;
	line-height: 30px;
	margin-left: 20px;
	padding: 0px 5px 0px 5px;
	border-left: 6px #F3DE97 solid;
	border-radius:0px;
	color:#F3DE97;
	display: inline-block;
	font-size: 12pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-shadow:none;
	
}
#AtTime{
	font-size: 16pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	display: inline-block;
	color:#F3DE97;
	margin-left: 10px;
}

#pr_photo {
	position: relative;
	width: 30.5%;
	height:auto;
	max-width:400px;
	max-height:600px;
    border: 0px #F3DE97 solid;
	float: right;
	margin-bottom: 30px;
}

#pr_tn01 {
	position:absolute;
	left:12px;
	top:637px;
	width:78px;
	height:117px;
    border: 1px #F3DE97 solid;
}

#pr_tn02 {
	position:absolute;
	left:94px;
	top:637px;
	width:78px;
	height:117px;
    border: 1px #F3DE97 solid;
}

#pr_tn03 {
	position:absolute;
	left:176px;
	top:637px;
	width:78px;
	height:117px;
    border: 1px #F3DE97 solid;
}

#pr_tn04 {
	position:absolute;
	left:258px;
	top:637px;
	width:78px;
	height:117px;
    border: 1px #F3DE97 solid;
}

#pr_tn05 {
	position:absolute;
	left:340px;
	top:637px;
	width:78px;
	height:117px;
    border: 1px #F3DE97 solid;
}



#profile_size{
    width: 100%;
    height:20px;
    font-size: 12pt;
    line-height: 20px;
    margin-top: 5px;
}
#profile_detail{
    width: 100%;
    height:auto;
    margin-top: 10px;
}
#Message{
	width: 100%;
}
#Message #MTitle{
	width: 100%;
	text-align: left;
	font-size: 24pt;
	line-height: 24pt;
	color:#F3DE97;
	font-family: "Times New Roman", Times, "serif"
}
#Message #Mess{
	width: calc(100% - 30px);
	height: auto;
	font-size: 14pt;
	line-height: 18pt;
	text-align: center;
	border: 1px #F3DE97 solid;
	border-radius: 20pt;
	padding: 10px;
	margin-bottom: 20px;
	color:#F3DE97
}
#profile_detail ul{
	width: calc(100% - 10px);
	margin: 0 auto;
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
}
#profile_detail ul li{
	width: calc(50% - 10px);
	font-size: 12pt;
	line-height: 14pt;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
	display: inline-block;
}
#profile_detail ul li.Question{
	width: calc(50% - 10px);
	height:auto;
	min-height:30px;
	line-height: 30px;
	padding: 10px 5px 5px 5px;
	display: inline-block;
	border-bottom: 1px #F3DE97 dotted;
	color:#F3DE97;
}
#profile_detail ul li.Question:before{
	content: "Ｑ.";
}
#profile_detail ul li.Anser{
	width: calc(50% - 20px);
	height:30px;
	line-height: 30px;
	padding: 10px 5px 5px 10px;
	display: inline-block;
	border-bottom: 1px #F3DE97 dotted;
	vertical-align: top;
}
#prf_newface{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 48px;
	z-index: 10;
}
#prf_type{
    position: absolute;
    top: 34px;
    left: 14px;
    width: 64px;
    height: 29px;
    z-index: 10;
}
#Com{
	width:calc(100% - 10px);
	margin: 0 auto;
	font-size: 14pt;
	line-height: 18pt;
	text-align: left;
	margin-top: 20px;
}
@media screen and (max-width: 1000px){
#Enamebox{
	width: calc(100% - 20px);
	height:auto;
	font-size: 40pt;
	line-height: 40pt;
	font-family: 'Pinyon Script', cursive;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
	border-bottom: 1px #F3DE97 solid;
}
#profile_name{
    font-size: 18pt;
    line-height: 24pt;
	padding-left: 20px;
    text-align: left;
	display: block;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ATInfo{
	height:30px;
	display: block;
	text-align: left;
}
#TAttend{
	height:30px;
	line-height: 30px;
	margin-left: 20px;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;;
	background-color: #ff0000;
	color:#ffffff;
	display: inline-block;
	font-size: 12pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-shadow:none;
}
#AtTime{
	font-size: 16pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	display: inline-block;
	color:#F3DE97;
	margin-left: 10px;
}
#pr_box {
	width:calc(100% - 10px);
	height: auto;
	padding: 5px;
	background-color: rgba(0,0,0,0.2);
    float:none;
	display: inline-block;
	margin-top: 10px;
	color:#F3DE97;
}

#pr_photo {
	width: 100%;
	height:auto;
	max-width:400px;
	max-height:600px;
    border: 0px #F3DE97 solid;
	display: block;
	margin: 0 auto;
	float: none;
	margin-bottom: 30px;
}
#profile_size{
    width: 100%;
    height:20px;
    font-size: 12pt;
    line-height: 20px;
    margin-top: 5px;
}
#profile_detail{
    width: 100%;
    height:auto;
    margin-top: 10px;
	display: inline-block;
}
#profile_detail ul{
	width: calc(100% - 10px);
	margin: 0 auto;
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
}
#profile_detail ul li{
	width: calc(50% - 10px);
	font-size: 12pt;
	line-height: 14pt;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: left;
	display: inline-block;
}
#profile_detail ul li.Question{
	width: calc(50% - 10px);
	padding: 5px;
	display: inline-block;
	border-bottom: 1px #F3DE97 dotted;
	color:#F3DE97;
}
#profile_detail ul li.Question:before{
	content: "Ｑ.";
}
#profile_detail ul li.Anser{
	width: calc(50% - 20px);
	padding-left: 10px;
	display: inline-block;
	border-bottom: 1px #F3DE97 dotted;
}
}
@media screen and (max-width: 800px){
#Enamebox{
	width: calc(100% - 30px);
	height:auto;
	font-size: 40pt;
	line-height: 40pt;
	font-family: 'Pinyon Script', cursive;
	margin: 0 auto;
	margin-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	display: block;
	border-bottom: 1px #F3DE97 solid;

}
#profile_name{
    font-size: 15pt;
    line-height: 20pt;
	padding-left: 10px;
    text-align: left;
	display: block;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#ATInfo{
	height:30px;
	display: block;
	text-align: left;
}
#TAttend{
	height:30px;
	line-height: 30px;
	margin-left: 20px;
	border-radius: 10px;
	padding: 0px 5px 0px 5px;;
	background-color: #ff0000;
	color:#ffffff;
	display: inline-block;
	font-size: 12pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 text-shadow:none;
}
#AtTime{
	font-size: 16pt;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	display: inline-block;
	color:#F3DE97;
	margin-left: 10px;
}
}

@media screen and (max-width: 600px){
#profile_detail ul li{
	width: calc(100% - 10px);
	font-size: 12pt;
	line-height: 14pt;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	display: inline-block;
}
#profile_detail ul li.Question{
	width: calc(100% - 10px);
	height:auto;
	min-height:20px;
	padding: 5px;
	display: block;
	border-bottom:none;
	color:#F3DE97;
}
#profile_detail ul li.Anser{
	width: calc(100% - 30px);
	min-height:20px;
    line-height: 14pt;
	padding-left: 27px;
	display: block;
	border-bottom: 1px #F3DE97 dotted;
}
}




#PrfWsc{
	width:calc(100% - 20px);
	max-width: 1320px;
	padding: 10px;
	height:auto;
	display: inline-block;
	margin: 0 auto;
    text-align: center;
	background-color: rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
#WsTitle{
    font-size: 24pt;
    line-height: 30pt;
	margin-bottom: 10px;
	font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#PrfWsc ul{
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	width: calc(100% - 20px);
	margin: 0 auto;
	display:inline-flex;
}
#PrfWsc ul li{
	width: 100%;
	height:100px;
	list-style: none;
	display: inline-block;
	text-align: center;
	margin-left: 1px;
}
.ScDate{
	height:30px;
	font-size: 12pt;
	line-height: 30px;
	width: 100%;
	display: block;
	background-color:#470001;
}
.ScTime{
	height:30px;
	padding-top: 10px;
	font-size: 12pt;
	line-height: 14pt;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,0.4);
	color:#ffffff;
}
@media screen and (max-width: 900px){
	#PrfWsc{
		width:calc(100% - 10px);
		max-width: 1320px;
		padding: 5px;
		height:auto;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	background-color: rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
	#WsTitle{
		font-size: 20pt;
		line-height: 30pt;
		margin-bottom: 10px;
		font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#PrfWsc ul{
		list-style: none;
		font-size: 0pt;
		line-height: 0pt;
		width: 100%;
		display: inline-block;
	}
	#PrfWsc ul li{
		width: 14.1%;
		height:100px;
		list-style: none;
		float: left;
		display: inline-block;
		text-align: center;
		margin-left: 1px;
	}
	.ScDate{
		height:30px;
		font-size: 10pt;
		line-height: 30px;
		width: 100%;
		display: block;
		background-color: #470001;
	}
	.ScTime{
		height:30px;
		padding-top: 10px;
		font-size: 10pt;
		line-height: 14pt;
		width: 100%;
		display: block;
		background-color: rgba(0,0,0,0.4);
		color:#ffffff;
	}
}
@media screen and (max-width: 700px){
	#PrfWsc{
		width:calc(100% - 10px);
		max-width: 1320px;
		padding: 5px;
		height:auto;
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	background-color: rgba(0,0,0,0.2);
		margin-bottom: 10px;
	}
	#WsTitle{
		font-size: 20pt;
		line-height: 30pt;
		margin-bottom: 10px;
		font-family:'Noto Sans JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#PrfWsc ul{
		list-style: none;
		font-size: 0pt;
		line-height: 0pt;
		width: 100%;
		display: inline-block;
	}
	#PrfWsc ul li{
		width: calc(100% - 10px);
		height:40px;
		list-style: none;
		display: block;
		text-align: center;
		margin-left: 5px;
		margin-bottom: 1px;
	}
	.ScDate{
		height:40px;
		font-size: 14pt;
		line-height: 40px;
		width: 40%;
		display: inline-block;
		background-color: #470001;
	}
	.ScTime{
		height:40px;
		padding-top: 0px;
		font-size: 14pt;
		line-height: 40px;
		width: 55%;
		background-color: rgba(0,0,0,0.4);
		color:#ffffff;
		display: inline-block;
	}
}
#prf_option {
	width:100%;
	height:auto;
	display: inline-block;
	margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
#prf_option ul{
	list-style: none;
	font-size: 0pt;
	margin: 0px;
	padding: 0px;
}
#prf_option ul li{
	list-style: none;
	width: auto;
	height: 16px;
	font-size: 10pt;
	line-height: 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	margin: 1px;
	padding: 2px 4px 2px 4px;
	display: inline-block;
	float: left;
}
.on{
	border: 1px #b00000 solid;
    background: #b00000; /* Old browsers */
    background: -moz-linear-gradient(top,  #b00000 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b00000 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b00000 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.off{
	border: 1px #8F8F8F solid;
    color:#000000;
    background-color: #373737;
}
/*-----------------------------------------------------------------------------------*/
#SystemBox{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.6);
}
#SystemBox table{
	width: calc(100% - 60px);
	margin: 0 auto;
}
#SystemBox td.sukima{
	background-color: #ffffff;
	height:-2px;
	font-size: 0pt;
	line-height: 0pt;
}

#SystemBox th{
	font-weight: normal;
	font-size: 16pt;
	line-height: 20pt;
	vertical-align: middle;
	background-color: #E0E0E0;
	border: 1px #9B9B9B solid;
}
#SystemBox td{
	font-size: 24pt;
	line-height: 30pt;
	text-align: right;
	border: 1px #9B9B9B solid;
	padding: 5px;
}
#SystemBox td.time{
	background-color: #EDEDED;
}
#SystemBox .yen{
	color: #ff0000;
}
@media screen and (max-width: 800px){
	#SystemBox table{
		width: 100%;
		margin: 0 auto;
	}
	#SystemBox th{
		font-weight: normal;
		width: 200px;
		font-size: 14pt;
		line-height: 20pt;
		vertical-align: middle;
		background-color: #E0E0E0;
		border: 1px #9B9B9B solid;
	}
	#SystemBox td{
		font-size: 14pt;
		line-height: 20pt;
		text-align: right;
		border: 1px #9B9B9B solid;
		padding: 5px;
	}
}




#NotesBox{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
	color:#FFFFFF;
}
#Notes{
	margin: 20px 10px 20px 10px;
	text-align: left;
	font-size: 12pt;
	line-height: 18pt;
}
#Notes ul{
	margin-top: 20px;
	
}
#Notes ul li{
	list-style: decimal;
	margin-left: 40px;
}
@media screen and (max-width: 800px){
#Notes{
	font-size: 10pt;
	line-height: 14pt;
}
#Notes ul li{
	margin-left: 20px;
}
}
#MapBox{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
	text-align: left;
}
#AdInfo{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	
}
#MelmagaBox{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
/*	background-color: rgba(255,255,255,0.8);*/
}
#EventBox,#DiscountBox{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
}
#LinkArea{
    width:100%;
    height:auto;
    display: inline-block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
#LinkArea table{
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
/*----------------------------------------------------------*/
#linkbanner{
	width: 100%;
	max-width: 1400px;
	text-align: center;
	font-size: 0pt;
	line-height: 0pt;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
}
#linkbanner ul li{
	width: calc(50% - 4px);
	max-width: 500px;
	margin: 2px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 800px){
	#linkbanner ul li{
		width: calc(100% - 4px);
		max-width: 500px;
		margin: 0 auto;
		display: block;
		text-align: center;
		vertical-align: top;
		margin-bottom: 20px;
	}
}
/*----------------------------------------------------------*/
/*------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------------------------------------------------*/
.wnewlbox{
	width: 100%;
}
.wnb_title{
	color:#ffffff;
/*    background-color:#005CFF;*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eacb7c+0,8a6518+100 */
background: rgb(234,203,124); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(234,203,124,1) 0%, rgba(138,101,24,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(234,203,124,1) 0%,rgba(138,101,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(234,203,124,1) 0%,rgba(138,101,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eacb7c', endColorstr='#8a6518',GradientType=0 ); /* IE6-9 */
	height:25px;
    font-size: 12pt;
	line-height: 25px;padding-left: 5px;
    text-align: left;
    margin-top: 5px;
}
.wnb_txt{
	text-align:left;
	padding:10px;
	margin-bottom:10px;
    font-size: 12pt;
    line-height: 18pt;
}
.contributor{
    width: 100%;
    display: block;
    text-align: right;
    font-size: 8pt;
    line-height: 10pt;
}
#FooterTAG{
	width: 100%;
	max-width: 1400px;
	display: inline-block;
}
#FooterTAG ul{
	width: 100%;
	font-size: 0pt;
	line-height: 0pt;
	text-align: center;
}
#FooterTAG ul li{
	width: calc(50% - 10px);
	display: inline-block;
	text-align: center;
	vertical-align: top;
}


/*--------------------------------------------------------*/
#CallBtn{
	width: 60px;
	height: 70px;
	position: fixed;
	right: 15px;
	bottom: 130px;
	opacity: 1.0;
	z-index: 600;
}


#page_top{
  width: 90px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 60px;
  opacity: 1.0;
	z-index: 600;
  border: 1px solid #c1a54c;
  border-radius: 15px;}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #c1a54c;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #c1a54c;
}
@media screen and (min-width: 800px){
	#CallBtn {
		width: 0px;
		height:0px;
		overflow: hidden;
	}

}
/*--------------------------------------------------------*/
/*==========================

	globalnav

============================*/
/*
.blur {
    -webkit-filter: blur(16px);
    filter: blur(16px);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#menuBg {
    background: rgba(1, 1, 1, 0.8) ;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
*/

#gNavi{
	background: rgba(0,0,0,0.8);
    top:0;
    display: none;
    left: 0;
    margin: 0 auto;
    /*padding:20%;*/
    position: fixed;
    right: 0;
    width: 100vw;
    z-index: 1000;
    height: 100vh;
}

#gNavi ul{
	clear: both;
    height: 85vh;
    overflow: auto;
	width: 100vw;
}

#gNavi ul li {
    border-bottom: 1px solid #fff;
    padding: 0 3%;
    width: 94%;
    line-height: 45px;
    height: 45px;
}

#gNavi ul li:first-child{
	border-top: 1px solid #fff;
}

#gNavi ul li a {
    color: #ffffff;
    display: block !important;
}

.navPageNm{
	float: left;
	font-size: 14pt;
  color: #fff;
}

.navPageNmJp{
	float: right;
	font-size: 8pt;
  color: #fff;
}


.btnCloseNav {
    color: #fff;
    width: 32px;
    height: 40px;
    float: right;
	margin-right: 20px;
}

.btnCloseNav:before {
  content: '';
  position: absolute;
	top: 20px;
	width: 25px;
	height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btnCloseNav:after {
  content: '';
  position: absolute;
	top: 20px;
	width: 25px;
	height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}



