.courseslider_box{}

/*------------------------- ▼▼ TOP Slider ▼▼-------------------------*/
.top_sliderframe{
	height:430px;
	background: url('../img_data/background/bg_sliderframe.png') repeat-x;
}
.top_sliderbox{
	margin:40px 0px;
	height:350px;
}

/*------------------------- ▼▼ TOP topics ▼▼-------------------------*/
.c_frame_flt750{
	width:750px;
	height:350px;
	float:left;
}
.topicsbox{
	width:700px;
	height:300px;
	margin:10px;
	padding:0px 10px;
	background:rgba(252,249,239,0.5);
	border-radius:8px;
	border:2px solid #fcf9ef;
}
.topics_headlinebox{
	margin:5px 0px;
	border-bottom:2px dotted #6f5436;	
}

.topics_headline_imgbbox{
	width:120px;
	padding:10px 0px;
	float:left;
}
.topics_headline_imgbbox img{
	width:120px;
}
.topics_headline_titlebox{
	width:530px;
	margin:5px 0px 5px 10px;
	padding:10px;
	float:left;
}
.tpc_ttlbox{border-bottom:1px dotted #6f5436;}
.datebox{text-align:right;}
/*------------------------- ▼▼ TOP salary ▼▼-------------------------*/
.salary_frame{height:400px;padding:35px 50px;}
.salary_box{width:330px;height:330px;float:left;}
.salary_contents{
	width:310px;
	height:310px;
	margin:10px;
	background: url('../img_data/background/salary_bg.png') repeat;
	border-radius:10px;
	border:5px solid #ccc;

    -moz-box-shadow: 0 0 3x #666;
    -webkit-box-shadow: 0 0 3px #666;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666,strength=3)";
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=0,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=90,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=180,strength=3)
        progid:DXImageTransform.Microsoft.Shadow(color=#666,direction=270,strength=3);
    box-shadow: 3px 3px 3px #666;
}
.girls_thum{
	width:200px;
	height:150px;
	margin:30px 50px 10px;
	
	object-fit: cover; 
	object-position: 50% 0;
	border:1px solid #ccc;
}

.girls_thum img{
	width:200px;
	height:150px;;
	margin: auto;
	
	object-fit: cover; 
	object-position: 50% 15%;
	border-radius:8px;
	border:3px solid #fff;
}
.g_salarydata{
	width:280px;
	height:100px;
	margin:0px 10px;
	padding:10px;
	background:rgba(255,255,255,0.6);
	border-radius:8px;
	border:3px solid #ccc;	
}
.g_salarydata p{
	height:23px;
	margin:0;
	padding:2px;
	text-align:center;
	border-bottom:1px dotted #ccc;
}
.g_salarydata p span{
	font-size:11px;
	font-size:1.1rem;
}
/*------------------------- ▼▼ TOP POINT ▼▼-------------------------*/
.salespoint_frame{height:430px;}
.salespoint_frame_box{margin:0 0 0 3px;}
.salespoint_topicsframe{width:355px;height:200px;float:left;}
.salespoint_tfbox{
	width:335px;
	height:180px;
	margin:10px;
	padding:10px;
	border-radius:8px;
	border:3px solid #fcf9ef;
	background:rgba(252,249,239,0.3);
}
.salespoint_tfbox img{
	width:315px;
	height:160px;
}

/*------------------------- ▼▼ TOP banner ▼▼-------------------------*/
.top_bannerbox{margin:10px auto;}
.top_bannerbox ul{list-style:none;}
.top_bannerbox ul li{float:left;}
.top_bannerbox ul li img{width:356px;height:auto;margin:5px;}

/*------------------------- ▼▼ TOP 最新情報 ▼▼-------------------------*/
.headline_box{width:1050px;/*height:360px;*/height:300px;margin:0 auto 10px;padding:0;}
.headline_bannerbox{width:700px;/*height:360px;*/height:300px;float:left;}
.headline_newsbox{width:350px;/*height:360px;*/height:300px;margin:0;padding:0;float:right;/*overflow:hidden;*/}

/*----- ▼▼ slider ▼▼------*/

/*------------------------- ▼▼ TOP 店舗案内 ▼▼-------------------------*/
.top_map{margin:0 auto 20px;}
.map_frame{margin:0 auto 10px;}
.map_announce{margin:0 auto 10px;}
.map_announce ol{
	counter-reset:number; /* 名前を付けたカウンターをリセット */
	list-style:none; /* olが数字を付けることをキャンセル */
	margin:0;
	padding:0;
}
.map_announce ol li{
	margin-bottom: 10px;
	padding:3px 0 0 30px;
	line-height: 2.2rem;	
	position: relative;
}
.map_announce ol li:before{
	content: counter(number);
	counter-increment: number;
	background-color: #bada55;
	font-size:12px;
	font-size: 1.2rem;
	color: #1f1f40;
	font-weight:bold;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	padding:0 0 0 1px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
}
.pageguide_btnbox{}



.top_sidebnbox{margin:0;padding:0;}
.bnbbox{height:100px;margin:5px auto;padding:0;}