@charset "utf-8";

/*****************************************************

 リセット
 
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;text-align:left;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

article, aside, figure, footer, header, hgroup, nav, section {display:block; } /* New HTML5 elements */ 

html {-webkit-text-size-adjust: none}/*スマホ文字自動調整オフ*/

hr {margin:0;}


/*****************************************************

 共通 
 
*****************************************************/

.clear {clear:both;}

.none {display:none;}

.left {float:left;}

.right {float:right;}

.bold {font-family:"Hiragino Kaku Gothic W6 JIS2004";}

.none {	display:none;}

.overlay { background-color:#ffffff; }

.align_right { text-align:right}

.align_left { text-align:left}

.align_center { text-align:center}

.inline {display:inline-block;}

.none {	display:none; }

.clearfix:before,
.clearfix:after {  
  	content: " ";
    display: table;
} 

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.red {
	color:#eb2142;
}

.fade {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.fade:hover {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: “alpha(opacity=80)”; /* IE 8 */
}

.test {
	background:#B0B0B0;
}

strong {
	font-size:1.1em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	color:#eb2142;
}

.shadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45);
}

@media screen and (min-width:768px){
	.pc_none {display:none;}
}

/*　リンク設定
================================================== */

a {
	color:#eb2142;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*****************************************************

 グローバルヘッダー 
 
*****************************************************/

#global_header h1 {
	padding:20px 0 0;
	font-size:1.1em;
}

#title {
	font-size:2.5em;
	font-family:"Hiragino Kaku Gothic W8 JIS2004";
}

.title_small {
	font-size:0.8em;
	font-family:"Hiragino Kaku Gothic W8 JIS2004";
}

#title .area {
	font-size: 0.5em;
}


#header_logo {
	margin:0;
	position:absolute;
	top:6px;
	right:0;
}

#global_header hr {
	margin-bottom:4px;
	border:0;
	border-top:#434343 dotted 1px;
}

/* 講師
----------------------------------------------------*/

#lecturer {
	width:auto;
	height:34px;
	padding:7px;
	border:#434343 solid 1px;
	line-height:0.9;
	position:absolute;
	top:46px;
	right:0;
}

#lecturer dt {
	font-size:0.9em;
	margin-bottom:5px;
}

#lecturer dd {
	font-size:1.5em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
}

/* 日程
----------------------------------------------------*/

#day {
	font-size:3.3em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	color:#eb2142;
}

#time {
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	position:absolute;
	top:130px;
	left:323px;
}

#week {
	width:70px;
	height:20px;
	overflow:hidden;
	font-size:1.2em;
	line-height:1.2;
	background:#f24964;
	text-align:center;
	position:absolute;
	top:151px;
	left:324px;
	color:#fff;
}

/* 詳細
----------------------------------------------------*/

#place {
	width:230px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:125px;
	right:240px;
}

#place dt {
	width:50px;
	height:50px;
	margin-right:10px;
	float:left;
	text-indent:-9999px;
	background:url(../images/place_icon.gif) no-repeat;
}

#place dd {
	width:170px;
	height:50px;
	float:left;
	font-size:1.5em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:1.2;
}

#price {
	width:230px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:125px;
	right:0;
}

#price dt {
	width:50px;
	height:50px;
	margin-right:10px;
	float:left;
	text-indent:-9999px;
	background:url(../images/price_icon.gif) no-repeat;
}

#price dd {
	width:170px;
	height:50px;
	float:left;
	font-size:1.5em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:1.2;
	color:#000;
}

#place span,#price span {
	font-size:0.7em;
	font-weight:normal;
}

#price span.tax {
	font-size:0.6em;
}


/* main_img
----------------------------------------------------*/

#main_img {
	width:100%;
	height:500px;
	margin:0 auto;
	overflow:hidden;
}

#main_img img {
	margin:0;
	padding:0;
	vertical-align:middle;
}

/*****************************************************

 グローバルフッター 
 
*****************************************************/

#footer_company {
	margin:8px 0 0 0;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	font-size:1.4em;
}

#copyright {
	font-size:0.8em;
	color:#999999;
}



/*****************************************************

 ページ共通
 
*****************************************************/


/* headline h2
----------------------------------------------------*/

.headline {
	width:100%;
	height:120px;
	position:relative;
	background:#eb2142;
	color:#fff;
	margin-bottom:50px;
}

.headline h2 {
	font-size:3.4em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:2.5;
}

.headline_btn {
	width: auto;
	height:50px;
	padding: 0 50px;
	display:block;
	font-size:1.2em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	text-align:center;
	line-height:3;
	/*background:#f67287;*/
	border: 2px solid #fff;
	color:#fff;
	position:absolute;
	top:35px;
	right:0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.headline_btn:hover {
	text-decoration:none;
}

hr.line_basic {
	margin:30px 0;
	border:0;
	border-top:#434343 dotted 1px;
}

/* headline h3
----------------------------------------------------*/

h3 {
	width:950px;
	height:auto;
	margin:50px 0 30px;
	padding-left:10px;
	font-size:1.3em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:2.4;
	border:1px #eb2142 solid;
	color:#eb2142;
}

/* pagetop
----------------------------------------------------*/

#pagetop {
	width:99px;
	height:99px;
	display:block;
	text-indent:-9999px;
	background:url(../images/pagetop.png) no-repeat;
	position:fixed;
	right:30px;
	bottom:200px;
	overflow:hidden;
}

/* menu
----------------------------------------------------*/


/*****************************************************

 講師紹介
 
*****************************************************/

.profile {
	width:100%;
}

.profile th {
	width:20%;
	padding:5px;
	font-size:2.4em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	color:#eb2142;
	vertical-align:top;
	line-height:1;
}

.profile td {
	width:80%;
	padding:5px 20px;
	border-left:#434343 1px solid;
	vertical-align:top;
}

.profile_company {
	font-size:1.1em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:1.2;
}

.profile_name {
	font-size:2em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:1.6;
}

.li_disk li {
	padding-left:1em;
	text-indent:-1em;
}

.li_disk li:before {
	content:"・";
}

.comment dt {
	font-size:1.1em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}

.comment dt:before {
	content:"・";
}

.comment dd {
	padding-left:1em;
}

/*****************************************************

 勉強会詳細
 
*****************************************************/

.access_area {
	width:393px;
	height:auto;
	margin-right:30px;
	float:left;
}

.access_area dl {
	margin-top:12px;
}

.access_area dt {
	font-size:2.2em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	line-height:1.2;
}

.access_area dt span {
	font-size:0.4em;
}

.map_area {
	width:535px;
	height:350px;
	float:left;
}

.content_btn {
	width:474px;
	height:60px;
	margin:50px auto 0;
	display:block;
	font-size:1.4em;
	font-family:"Hiragino Kaku Gothic W6 JIS2004";
	text-align:center;
	line-height:3.2;
	background:#eb2142;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.content_btn:hover {
	text-decoration:none;
}

/*****************************************************

 トグルメニュー
 
*****************************************************/

a.menu_btn {
	width:60px;
	height:60px;
	display:block;
	position:fixed;
	top:0;
	left:0;
	background:url(../images/sidemenu.png) no-repeat;
	text-indent:-9999px;
}

/*****************************************************

 ソーシャルボタン
 
*****************************************************/

.social {
	width:100px;
	padding:17px 0 10px;
	position:fixed;
	top:30px;
	right:30px;
	background: rgba(255, 255, 255, 0.8);
	border:1px #cccccc solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.social li {
	margin:0 auto;
}

.social li.fb {
	width:69px;
	margin-bottom:11px;
}

.social li.tw {
	width:74px;
	margin-bottom:5px;
}

.social li.gp {
	width:50px;
	margin-bottom:0;
}

/* 2015年12月4日更新 */

.cf {
	text-align: center;	
	margin-bottom: 25px;
}

.cf li {
	width: 150px; height: 100px;
	display: inline-block;
	border: 2px solid #fff;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .2s ease-in;
	   -moz-transition: all .2s ease-in;
		-ms-transition: all .2s ease-in;
		 -o-transition: all .2s ease-in;
			transition: all .2s ease-in;
}

.cf li:hover {
	border: 2px solid #EB2142;
}

.cf li img {
	width: 100%; height: auto;	
}

.cf li.select {
	opacity: 1;
	border: 2px solid #EB2142;
	box-sizing: border-box;
}
 
.disnon {
  display: none;
}

/*! 埋め込み動画をレスポンシブ対応させる */
.vimeo {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}
.vimeo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}