@charset "utf-8";

/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}
button {
	font-size: 100%;
}
.entrybtn{
	width: 170px;
}

.clear {
	clear: both;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.tab_panel p a{
	text-decoration: underline;
	color: #00c0d4;
}
.mb50{
	margin-bottom: 50px !important;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.b {
	font-weight: bold;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}
/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size : 16px;
	line-height : 1.6;
	background: #fff;
	color: #242424;
}

body {
	margin: 0;
	padding: 0;
}

/*-----------------------------------
 header
------------------------------------*/

#main {
    padding-top: 96px;
	display:block;
}	
#header{
	background: #fff;
	display:block;
	height:100px;
	width: 100%;
    position: fixed;
    z-index: 1000;
}
.h_inner {
    width: 1000px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

ul.navi {
    display: flex;
    margin-top: 40px;
}
ul.navi li a{
    border-right: 1px solid;
    text-align: center;
    font-size: 90%;

}

ul.navi li:last-child a{
    border: 0;
}
ul.navi li a {
    top: 50%;
    line-height: 1.3;
    margin-top: -2.7em;
    padding: 5px;
    display: inline-block;
    vertical-align: middle;
}
.entry a {
    margin-left: 2px;
}


/*-----------------------------
 contents
-------------------------------*/

.kv {
    width: 100%;
}
.contents_block{
	padding: 30px 0;
}
.bg_gray{
	background: url(../images/bg_gray.jpg) no-repeat;
    background-size: cover;
}
.inner{
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.ttl_box {
    text-align: center;
    background: #00A758;
    color: #fff;
    padding: 25px 0;
    position: relative;
}
.ttl span {
    font-family: 'Lora', serif;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}
.ttl p {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1;
}
.ttl_box.event:before {
    content: "";
    background: url(../images/event.png) no-repeat;
    background-size: contain;
    width: 314px;
    height: 104px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.ttl_box.course:before {
    content: "";
    background: url(../images/course.png) no-repeat;
    background-size: contain;
    width: 370px;
    height: 104px;
    position: absolute;
    bottom: 0;
    left: 10px;
}
.content_box {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.event_box {
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 40px;
}
.green {
    color: #00A758;
}
.ev_txt1 {
    width: 183px;
    margin-bottom: 14px;
}
.ev_txt2 {
    width: 738px;
}
.line_dash {
    display: block;
    border-top: 1px dashed #727272;
    margin: 30px 0;
}
.event_box p {
    margin-bottom: 30px;
}
.ev_txt3 {
    font-size: 22px;
}
.course_box {
    box-sizing: border-box;
    border: 8px solid #00A758;
    margin-top: 50px;
}
.tab_wrap{
	width:100%;
}
input[type="radio"]{
	display:none;
}
.tab_area{
	font-size:0;
}
.tab_area label{
	width: 50%;
    margin: 0;
    display: inline-block;
    padding: 16px 0 10px;
    color: #fff;
    background: #00A758;
    text-align: center;
    font-size: 23px;
    cursor: pointer;
    transition: ease 0.2s opacity;
	font-weight: 700;
}
.tab_area label:hover{
	background:rgba(94, 163, 93, 0.9);
}
.panel_area{
	background:#fff;
	box-sizing: border-box;
    padding: 0 67px;
}
.tab_panel{width:100%; padding:40px 0; display:none;}
.tab_panel p{
}

#tab1:checked ~ .tab_area .tab1_label{background:#fff; color:#00A758;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#fff; color:#00A758;}
#tab2:checked ~ .panel_area #panel2{display:block;}
.tab_area label:after {
    content: "〉";
    display: block;
    transform: rotate(90deg);
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}
.course_ttl {
    font-size: 24px;
    font-weight: 700;
    color: #00A758;
    line-height: 1.3;
    position: relative;
	padding-left: 20px;
    margin-bottom: 20px;
}
.course_ttl:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #F49600;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.tb1 {
    width: 100%;
	margin-bottom: 10px;
}
.tb1 tr {
    border-bottom: 1px solid #a8a8a8;
}
.tb1 th {
    width: 12%;
    padding: 10px 0;
}
.tb1 td {
    padding: 10px 0;
}

.tb1 th:before {
    content: "●";
    color: #00A758;
    display: inline-block;
}
.tb1 td:before {
    content: "：";
}
.tb1 td.bnone:before {
    content: none;
}
.prof {
    background: #f8f8f8;
    position: relative;
    margin-top: 50px;
	margin-bottom: 50px;
	box-sizing: border-box;
    padding: 40px 30px;
	font-size: 14px;
}
.profimg {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 239px;
}
.name {
    font-size: 20px;
    font-weight: 700;
	margin-bottom: 5px;
}
.belongs {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
}
.best {
    margin-top: 15px;
}
.prof dl {
    display: flex;
}
.prof table {
    margin-bottom: 30px;
}
.prof th {
    padding: 8px 10px;
}
.prof td {
    padding: 8px 70px 8px 0;
}
.prof tr {
    border-bottom: 1px solid #ddd;
}
.course_entry {
    text-align: center;
    width: 385px;
    margin: 0 auto;
}

#footer {
    background: #2d2f40;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    font-size: 10px;
}
.copy {
    letter-spacing: 3px;
}
.green{
	color: #00A758;
}
#page_top {
    position: fixed;
    right: 10%;
    bottom: 9%;
}
#page_top img {
    width: 70px;
}
.sp{
	display: none !important;
}	


@media screen and (max-width:1024px){
	
	
}

@media screen and (max-width:768px){
.pc{
	display: none !important;
}
.sp{
	display: block !important;
}	
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: none;
}	
.h_inner {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100vh;
    background: #fff;
    box-sizing: border-box;
    padding: 200px 50px 50px;
	transition: all .3s ease;
	transform: translateX(100%);
}
.h_inner.sp_open {
    transform: translateX(0);
}	
ul.navi {
    display: block;
    margin-bottom: 50px;
}
ul.navi li {
    border: 0;
    position: relative;
}	
ul.navi li a {
    font-size: 26px;
    padding: 0px 0;
    margin: 30px;
    display: block;
    font-weight: 700;
	border-right: 0;
	position: relative;
    top: 100%;
    line-height: 1.3;
    margin-top: 0em;
    
}
ul.navi li::after {    content: "";
    display: inline-block;
    top: 8px;
    /* line-height: 1.5px; */
    position: absolute;
    /* margin-bottom: 10px; */
    right: 17px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #00A852;
    border-bottom: 1px solid #00A852;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}	
	
	
.entry {
    display: flex;
    justify-content: center;
}
.entry a {
    margin: 0 2%;
}
.btn_menu {
	display: block;
    width: 40px;
    height: 36px;
    position: relative;
    margin-right: 30px;
}
.btn_menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/btn_menu.png);
    background-size: contain;
    background-repeat: no-repeat;
}	
.btn_menu.close:after {
    background-image: url(../images/btn_close.png);
}

.inner {
    width: 95%;
}
#sp_entry {
    background: #2d2f40;
    padding: 20px 0;
}
.sp_btn_entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}	
.sp_btn_entry a {
    width: 48.5%;
}	
#sp_entry_fix {
	position: fixed;
    bottom: 0;
    background: #2d2f40;
    padding: 10px 0;
}
	
.ev_txt1 {
    width: 50%;
    margin-bottom: 30px;
}	
.ev_txt2 {
    width: 90%;
    margin: 0 auto;
}
.ttl span {
    font-size: 40px;
}
.event_box p {
    text-align: left;
    font-size: 24px;
}

.event_box p br {
    display: none;
}
p.ev_txt3 {
    font-size: 26px;
}
.panel_area {
    padding: 0 30px;
}
.course_ttl {
    font-size: 26px;
    line-height: 1.4;
}	
.tab_panel {
    font-size: 24px;
}	
.tb1 {
    margin-bottom: 20px;
}	
.tb1 td:before {
    content: none;
}
.tb1 th {
	width: 26%;
}	
.tb1 th, .tb1 td {
    padding: 20px 0;
}	
.prof {
    font-size: 24px;
}	
.profimg {
    width: 38%;
    top: 20px;
    right: 30px;
}	
.name {
    font-size: 27px;
}	
.belongs {
    font-size: 20px;
}	
.prof table {
    font-size: 17px;
}
.prof table {
    font-size: 16px;
}
.prof td {
    padding-right: 20px;
    box-sizing: border-box;
}	
.prof dl {
    display: block;
    margin-bottom: 10px;
}	
.course_entry {
    width: 75%;
}	

#event,#course {
    padding-top: 100px;
    margin-top: -100px;
}

#page_top {
    right: 1%;
    bottom: 5%;
}	
	
	
}
@media screen and (max-width:480px){
#header {
    height: 50px;
}
.btn_menu {
    width: 25px;
    height: 20px;
    margin-right: 18px;
}	
.logo_img {
    height: 50px;
}
	
.h_inner {
    padding-top: 130px;
}	
ul.navi {
    margin-bottom: 30px;
}
ul.navi li a {
    font-size: 20px;
}	
.entry {
    display: block;
}	
.entry a {
    display: block;
    margin: 0 0 5%;
}
#main {
    padding-top: 50px;
}	
#event,#course {
    padding-top: 50px;
    margin-top: -50px;
}
	
.course_entry {
    width: 90%;
}	
.content_box {
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.ttl_box {
    padding: 10px 0;
}
.ttl_box.event:before, .ttl_box.course:before {
    width: 50%;
    height: 90%;
    left: 0;
    background-position: left bottom;
}
.ttl_box:after {
    width: 25%;
    right: 2%;
}	
.ttl span {
    font-size: 30px;
}	
.event_box {
    padding: 40px 20px;
}	
.event_box p {
    font-size: 12px;
}	
p.ev_txt3 {
    font-size: 15px;
}
.course_box {
    border-width: 5px;
    margin-top: 20px;
}	
.tab_area label {
    font-size: 14px;
    padding: 10px 0 5px;
}
.panel_area {
    padding: 0 16px;
}
.tab_panel {
    font-size: 12px;
}
.course_ttl {
    font-size: 14px;
    padding-left: 14px;
}
.course_ttl:before {
    width: 6px;
}	
.tb1 th {
    width: 27%;
}
.profimg {
    width: 38%;
    right: 2%;
    top: 25px;
}
.prof {
    font-size: 12px;
    padding: 20px 15px;
	margin: 30px 0;	
}
.name {
    font-size: 16px;
}	
.belongs {
    font-size: 12px;
}	
.prof dl {
    display: block;
    margin-bottom: 10px;
}	
.prof table {
    width: 100%;
}	
.prof th {
    padding: 8px 0 0;
    display: inline-block;
}	
.prof td {
    padding: 4px 0 8px 0;
    display: block;
    width: 100%;
}
.prof table {
    font-size: 11px;
    margin-bottom: 20px;
}
.tb1 th:before {
}	
#footer {
    padding: 30px 0 80px;
}
.copy {
    letter-spacing: 2px;
}
#page_top {
    bottom: 10%;
}	
#page_top img {
    width: 40px;
}	

	
}
@media screen and (max-width:320px){
	
	
}
