@charset "UTF-8";
/* Body */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background:rgba(210,210,150,1) url(../image/bgcover.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 100;
}
/* Container */
.container {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
/* Navigation */
header {
	position: relative;
	width: 100%;
	background: rgba(85,80,60,1.00);
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	border: none;
}
header:after {
    content: "";
    clear: both;
    display: block;
}

.logo {
	width: 35%;
	box-sizing: border-box;
	float: left;
	margin: 0px;
	padding: 0px;
}
.logo img{
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: block;
}
#menu {
  position: absolute;
  top: 0;
  right: -40%;
  box-sizing: border-box;
  overflow: hidden;
  width: 40%;
  height: 100vh;
  min-height: 420px;
  padding: 30px 20px 50px 20px;
  transition: left .5s, right .5s;
  background-color: rgba(96, 96, 86, .95);
  z-index: 100;
}
#menu h4{
	font-size: 16px;
	margin: 30px 0px 0px 0px;
  color: #fff;
}
#menu h4 a{
  color: #fff;
  text-decoration: none;
}
#menu nav ul{
  margin: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight:bold;
}
#menu nav ul li{
  color: #fff;
  list-style: none;
  margin: 10px 0px 0px 22px;
  list-style: none;
  font-weight:normal;
}
#menu nav ul li:before{
  content: "◆";
  margin: 0px 4px 0px -22px;
}

#menu nav ul li a {
  color: #fff;
  text-decoration: none;
}

.index_contents{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 20px 0px;
	box-sizing: border-box;
}
.index_contents:after {
    content: "";
    clear: both;
    display: block;
}
.index_contents_column {
	width: 34%;
	float: left;
	margin: 10px 0px 0px 3%;
	padding: 10px;
	border: 1px solid  rgba(85,80,60,1.00);
	box-sizing:border-box;
	min-height: 100px;
	color: #717070;
}
.index_contents_column:first-child {
	width: 94%;
	float: left;
	margin: 10px 3%;
	padding: 10px;
	border: 1px solid  rgba(85,80,60,1.00);
	box-sizing:border-box;
	color: #717070;
}
.index_contents_column:last-child {
	width: 20%;
	float: left;
	margin: 10px 0% 10px 3%;
	padding: 10px;
	border: 1px solid rgba(85,80,60,1.00);
	box-sizing:border-box;
	min-height: 100px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-color: rgba(150,145,135,1.00);
	background-image: url(../../images/pattern.png);
}
.index_contents_column p a {
	color: #FFFFFF;
	text-decoration: none;
}
.index_contents_column:last-child:hover {
	background-color: #FEFEFE;
	color: rgba(130,125,115,1.00);
	cursor: pointer;
}


.index_contents_column div {
	position: relative;
	width: 20%;
	height: auto;
	margin: 0px 0px 5px 0px;
	float: right;
	box-sizing:border-box;	
}
.index_contents_column div img{
	width: 100%;
	height: auto;
}
.index_contents_column h2 {
	margin: 0px 10px;
	padding: 0px;
	font-size: 16px;
	line-height: 22px;
	font-weight: bolder;
	box-sizing:border-box;
}
.index_contents_column ul {
	margin: 0px 10px;
	padding: 10px 0px;
}
.index_contents_column ul li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
	margin: 0px 0px 0px 18px;
	color: #717070;
	font-weight: lighter;
	list-style: none;
}
.index_contents_column ul li:before{
	color:rgba(0,173,91,1.00);
	content: "◆";
	margin: 0px 4px 0px -18px;
}
.index_contents_column ul li a{
	color: #717070;
	text-decoration: none;
}

.index_contents_column p {
	line-height: 45px;  
}


.toggle {
  position: relative;
  width: 10%;
  float: right;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  text-align: right;
  cursor: pointer;
  z-index: 101;
}
.toggle:hover {
  text-decoration: underline;
}
.toggle img{
  margin: 0px;
  padding: 0px;
  width: 100%;
  display: block;
}

#open {
  display: none;
}

#open:checked + #menu {
  right: 0%;
}



/* Hero Section */
.hero {
	position: relative;
	background-color: #B3B3B3;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 2px 0px;
}
.hero:before {
    content:"";
    display: block;
    padding-top: 42.6%; /* 高さを幅の42.6%に固定 */
}
.hero img{
	position: absolute;
	display: block;
	top: 1.5px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.hero_header {
	position: absolute;
	top: 15px;
	left: 15px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.hero_header h2{
	margin: 0px;
	padding: 0px;
	font-size: 52px;
	line-height: 1em;
	letter-spacing: 3px;
}

.hero_header p{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-size: 22px;
	font-weight: lighter;
	letter-spacing: 0px;
}
.about {
	display: inline-block;
	background-color: #FFFFFF;
}
.tagline {
	color: rgba(60,60,60,1.00);
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 3px;
	z-index: 2;
}
/* About Section */
.text_column {
	width: 60%;
	box-sizing: border-box;
	text-align: justify;
	font-size: 13px;
	font-weight: lighter;
	line-height: 22px;
	float: left;	
	margin: 0px;
	padding: 20px;
	color: rgba(45,50,45,1.00)
}
.text_column:last-child{
	width: 40%
}
.text_column p{
	margin: 0px;
	padding: 0px;
}
.detail{
	width: 100%;
	float: left;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: lighter;
	color: rgba(45,50,45,1.00);
	line-height: 22px;
	padding: 20px;
	border: 1px solid;
	border-color: rgba(180,180,180,1.00);
}
.detail_list{
	clear: both;
}
.detail_l{
	width:40px;
	margin: 0px 10px 10px 0px;
	color: rgba(250,250,250,1.00);
	background: rgba(120,120,120,1.00);
	text-align: center;
	float: left;
}
.detail_r{
}
.detail_add{
	padding: 10px 0px 0px 0px;
	color: rgba(120,120,120,1.00);
	font-size: 9px;
	line-height: 12px;
	font-weight: lighter;
	clear: both;
}


.description{
	background:rgba(180,160,120,1.00);
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	box-sizing: border-box;
}
.description_index{
	font-weight:bold;
	font: 20px;
	margin: 0px;
	padding: 0px;
	border:none;
	border-bottom: 5px solid rgba(255,255,255,1.00);
}
.description_index h4{
	margin: 0px;
	padding: 10px;	
}
.description_index h4 a{
	margin: 0px;
	padding: 0px 10px;
	color:rgba(240,240,240,1.00);
	text-decoration: none;	
}
.description_index h4 a:hover{
	color:rgba(220,220,220,1.00);
	text-decoration:none;
}

.programme_flow{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 50px 20px;
	box-sizing: border-box;
}
.programme_flow:after {
    content: "";
    clear: both;
    display: block;
}
.programme_flow_contents{
	width: 21.25%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
}
.programme_flow_contents img{
	width: 100%;
}

.programme_flow_contents h3{
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	font-size: 14px;
	color: rgba(30,30,30,1.00);
	text-align: justify;
}
.programme_flow_contents p{
	width: 100%;
	margin: 0px;
	padding: 2.5px 0px;
	font-size: 13px;
	font-weight: lighter;
	color: rgba(45,50,45,1.00);
	text-align: justify;
}
.programme_flow_space{
	width: 5%;
	margin: 0px;
	padding: 0px;
	float: left;
}
.triangle {
	margin: 50% auto;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 10px solid rgba(150,120,90,1.00);
}

.programme_data{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.programme_data_card{
	width:100%;
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
.programme_data_card:after{
    content: "";
    clear: both;
    display: block;	
}
.programme_data_card_list{
	width:23.5%;
	float: left;
	margin: 1%;
	padding: 10px;
	border: 1px solid rgba(130,125,115,1.00);
	box-sizing:border-box;
}
.programme_data_card_list:nth-child(4n+1){
	margin-left: 0px;
	clear: both;
}
.programme_data_card_list:nth-child(4n){
	margin-right: 0px;
}
.programme_data_card_list h4{
	margin: 0px 10px 5px 0px;
	padding: 2px 5px;
	font-size: 10px;
	display: inline-block;
	color: rgba(250,250,250,1.00);
	background: rgba(120,120,120,1.00);
	text-align: center;
	float: left;
}
.programme_data_card_list h2{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.programme_data_card_list img{
	width: 100%;
	height: 70%;
	margin: 10px 0px
}
.programme_data_card_list p{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.programme_data_card_list p a{
	font-size: 14px;
	font-weight: normal;
	color:rgba(0,173,91,1.00);
	text-decoration: none;
}
.programme_data_card_list_download:before{
	content: url("../image/icon_download.png");
	margin: 0px 5px 0px 0px;
}
.programme_data_card_list_link:before{
	content: url("../image/icon_link.png");
	margin: 0px 5px 0px 0px;	
}
.programme_data_card_list_space{
	content: ".";
	visibility: hidden;
}
.programme_data h5{
	font-size: 16px;
	margin: 10px 0px;
}
.programme_data p{
	width: 100%;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: rgba(120,120,120,1.00);
	font-size: 10px;
	line-height: 14px;
	font-weight: lighter;
	clear: both;
}

.programme_appearance{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 30px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.programme_appearance_slide {
	position: relative;
	width: 50%;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.programme_appearance_slide img {
	width: 100%;
}

.aa /* １枚目の画像 */
{
	animation-name:slide1;
	animation-duration:20s;
	animation-iteration-count:infinite;
	display: block;
}
.bb /* 2枚目の画像 */
{
	animation-name:slide1;
	animation-delay:5s;
	animation-duration:20s;
	animation-iteration-count:infinite;
	opacity: 0;
	position: absolute;
	top: 0px;
	left:0px;
}
.cc /* 3枚目の画像 */
{
	animation-name:slide1;
	animation-delay:10s;
	animation-duration:20s;
	animation-iteration-count:infinite;
	opacity: 0;
	position: absolute;
	top: 0px;
	left:0px;
}
.dd /* 4枚目の画像 */
{
	animation-name:slide1;
	animation-delay:15s;
	animation-duration:20s;
	animation-iteration-count:infinite;
	opacity: 0;
	position: absolute;
	top: 0px;
	left:0px;
}
@keyframes slide1 {
	0%{opacity: 0;}
	6%{opacity: 1;}
	25%{opacity: 1;}
	40%{opacity: 0;}
	100%{opacity: 0;}
}
.programme_appearance_impressions{
	width: 50%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.programme_appearance_impressions h5{
	font-size: 16px;
	margin: 0px 0px 0px 10px;
}
.programme_appearance_impressions ul{
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
.programme_appearance_impressions ul li{
	font-size: 14px;
	margin: 5px 0px 0px 18px;
	color: rgba(45,50,45,1.00);
	font-weight: lighter;
	list-style: none;
}
.programme_appearance_impressions_student:before{
	content: "★";
	margin: 0px 4px 0px -18px;
}
.programme_appearance_impressions_teacher:before{
	content: "☆";
	margin: 0px 4px 0px -18px;
}
.programme_appearance:after{
    content: "";
    clear: both;
    display: block;	
}

.programme_reference{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.programme_reference_column {
	width: 48.5%;
	float: left;
	margin: 1.5%;
	padding: 0px;
	border: none;
	box-sizing:border-box;
}
.programme_reference_column:nth-child(2n+1){
	margin-left: 0px;
}
.programme_reference_column:nth-child(2n){
	margin-right: 0px;
}
.programme_reference_column h3 {
	color: #B3B3B3;
	text-align: center;
	font-size: 20px;
}
.programme_reference_column h2 {
	color: #717070;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	font-size: 16px;
	text-align: justify;
	line-height: 22px;
	font-weight: bold;
}
.programme_reference_column p {
	color: #717070;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px 0px;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	font-weight: lighter;
}
.programme_reference_column img {
	width: 100%;
	height: auto;
}
.programme_reference_column ul {
	margin: 0px;
	padding: 10px 0px;
}
.programme_reference_column ul li {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-size: 14px;
	margin: 0px 0px 0px 18px;
	color: #717070;
	font-weight: lighter;
	list-style: none;
}
.programme_reference_column ul li:before{
	color:rgba(0,173,91,1.00);
	content: "◆";
	margin: 0px 4px 0px -18px;
}
.programme_reference_column ul li a {
	color:rgba(0,173,91,1.00);
	text-decoration: none;
}
.material_image{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 2px 0px;
}
.material_image:before {
    content:"";
    display: block;
    padding-top: 70%; /* 高さを幅の70%に固定 */
}
.material_image img{
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.material_list{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.material_list:after{
    content: "";
    clear: both;
    display: block;	
}
.material_list_card{
	width:48%;
	float: left;
	margin: 10px 2%;
	padding: 10px;
	border: 1px solid rgba(130,125,115,1.00);
	box-sizing: border-box;
}
.material_list_card:nth-child(2n+1){
	margin-left: 0px;
	clear: both;
}
.material_list_card:nth-child(2n){
	margin-right: 0px;
}
.material_list_card img{
	width: 30%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 1px solid rgba(180,180,180,1.00);
	box-sizing: border-box;
}
.material_list_card h3{
	width: 70%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px;
	float: left;
	box-sizing: border-box;
}
.material_list_card p{
	width: 70%;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.material_list_card a{
	width: 30%;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 10px;
	padding: 5px;
	box-sizing: border-box;
	background-color:rgba(0,173,91,1.00);
	color: rgba(240,240,240,1.00);
	text-decoration: none;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 14px;
	color: rgba(13,173,153,1.00);
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
	color: rgba(11,26,24,1.00);
}
.detail_ori{
	width: 60%;
	background: rgba(192,228,114,1.00);
	margin: 0 auto;
	margin-top: 15px;
	padding: 5px;
	font-size: 12px;
	letter-spacing: 2px;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../../images/parallax.png);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.programmebank_list{
	width: 100%;
	background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 20px;
	box-sizing: border-box;
}
.programmebank_list_card{
	width:100%;
	margin: 0px;
	padding: 0px;
	box-sizing:border-box;
}
.programmebank_list_card:after{
    content: "";
    clear: both;
    display: block;	
}
.programmebank_list_card_list{
	width:23.5%;
	float: left;
	margin: 1%;
	padding: 10px;
	border: 1px solid rgba(130,125,115,1.00);
	box-sizing:border-box;
}
.programmebank_list_card_list:nth-child(4n+1){
	margin-left: 0px;
	clear: both;
}
.programmebank_list_card_list:nth-child(4n){
	margin-right: 0px;
}
.programmebank_list_card_list h4{
	margin: 0px 5px 5px 0px;
	padding: 2px 5px;
	font-size: 10px;
	display: inline-block;
	color: rgba(250,250,250,1.00);
	text-align: center;
	float: left;
}
.programmebank_list_grade{
	background: rgba(100,90,80,1.00);
}
.programmebank_list_themeA{
	background: rgba(80,160,130,1.00);
}
.programmebank_list_themeB{
	background: rgba(210,135,50,1.00);
}
.programmebank_list_themeC{
	background: rgba(30,160,195,1.00);
}

.programmebank_list_card_list h2{
	font-size: 15px;
	margin: 3px 0px;
	padding: 0px;
	clear: both;
}
.programmebank_list_card_list img{
	width: 100%;
	height: 70%;
	margin: 0px
}
.programmebank_list_card_list p{
	font-size: 13px;
	margin: 5px 0px;
	padding: 0px;
}
.programmebank_list_card_list p a{
	font-weight: normal;
	color:rgba(0,173,91,1.00);
	text-decoration: none;
}

.trial_contents{
	margin: 0;
	padding: 20px;
	background: rgba(255,255,255,1.00);
	font-size: 14px;
}
.trial_list{
	width: 100%;
	background: rgba(119,116,88,1.00);
}
.trial_list tr td{
	background: rgba(255,255,255,1.00);
	padding: 5px;
}
.trial_list_date{
	width: 100px;
}
.trial_list_time{
	font-size: 12px;
}
.trial_list_title{
	width: 260px;	
}
.workshopstyle {
	position:relative;
	background-color: rgba(225,230,220,1);
	box-sizing: border-box;
	width: 100%;
	margin:0 auto;
	padding: 0px 0px 60px 0px;
}
.trial_img{
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 10px 0px 5px 0px;
	width: 95%;
}
.workshop{
	width: 70%;
	margin: 0;
	padding: 0;
	float: left;
}
.workshoptitle {
	background-position: 3px 3px;
	background-repeat:no-repeat;
	width: 90%;
	box-sizing:border-box;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
	text-align:left;
}
.workshoptitle h2 {
	font-size:1.6em;
	margin: 0px 0px 0px 7px;
	font-weight:bold;
}
.workshoptitle h3 {
	font-size:0.9em;
	color: rgba(90,90,90,1);
	margin:6px 0px 3px 0px;
}
.workshopcontents {
	margin:0 auto;
	width: 90%;
	box-sizing:border-box;
	padding:15px;
	border-top-style: none;
	font-size:0.8em;
	color: rgba(60,60,60,1);
	text-align:left;
}
.workshopcontents ul {
	margin:10px;
	padding: 5px;
	list-style: none;
}
.workshopimg{
	float: right;
	width: 30%;
	margin: 5% 0;
	padding: 0;
}
.workshopimg img{
	width: 100%;
}

.schedulestyle {
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
}
.list{
	margin: 0 auto;
	padding: 15px 0px 25px 0px;
	width: 80%;
}
.listdate {
	font-size: 0.8em;
	height: 1em;
	width: 14em;
	text-align:left;
	padding: 0 7px 0 7px;
	vertical-align: top;
}
.listtimeA{
	height: 1em;
	display: none;
}
.listtimeB{
	height: 1em;
	display: inline;
}
.listtype {
	vertical-align: top;
}
.listtype div{
	font-size: 0.6em;
	width:6.5em;
	padding: 0.1em;
}




/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_banner {
	background-color: rgba(150,145,135,1.00);
	padding-top: 40px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../../images/pattern.png);
	background-repeat: repeat;
}
.footer_banner a{
	text-decoration: none;
	color: #FFFFFF;
}
.footer_banner a:hover{
	color: rgba(130,125,115,1.00);;	
}

.button {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: rgba(130,125,115,1.00);;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding: 20px 0px 10px 0px;
	background: rgba(85,80,60,1.00);
	color: #FFFFFF;
	text-transform: uppercase;
	font-family:"Lucida Console", Monaco, "monospace";
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 16px
}
.copyright_add {
	text-align: center;
	padding: 0px 0px 20px 0px;
	background: rgba(85,80,60,1.00);
	color: #FFFFFF;
	text-transform: uppercase;
	font-family:"Lucida Console", Monaco, "monospace";
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-size: 12px;
}
.intro {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 414px) {
.container {
	width: 100%;
}
.logo {
	width: 49%;
}
.toggle {
  width: 14%;
}
	
#menu {
  right: -100%;
  width: 100%;
}

.hero {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.hero img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}
.hero_header {
	position: absolute;
	top: 5px;
	left: 5px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}
.hero_header h2{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 26px;
	text-align: left;
}
.hero_header p{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	font-weight: lighter;
}

.index_contents_column {
	width: 95%;
	margin: 2.5%;
	padding: 10px;
}
.index_contents_column:first-child{
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.index_contents_column:last-child {
	width: 95%;
	margin: 2.5%;
	padding: 10px;
}
.index_contents_column img {
	width: 100%;
	margin: 0px;
	display: none;
}
.index_contents_column h2 {
	margin: 0px;
	padding: 0px;
}
.index_contents_column ul {
	margin: 0px;
	padding: 10px 0px;
}
	
.programmebank_list_card_list{
	width:100%;
	float: left;
	margin: 10px 0px;
	padding: 10px;
}
.programmebank_list_card_list:nth-child(4n+1){
	margin: 10px 0px;
}
.programmebank_list_card_list:nth-child(4n){
	margin: 10px 0px;
}
	

.text_column{
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	float: left;	
	margin: 0px;
	padding: 20px;
}
.text_column:last-child{
	width: 100%;
	padding: 0px 20px 20px 20px;
}

.programme_flow{
	padding: 30px 20px;
}
.programme_flow_contents{
	width: 100%;
	margin: 10px auto;
	padding: 0px;
	float: left;
}
.programme_flow_contents img{
	width: 100%;
}
.programme_flow_contents h3{
	width: 100%;
	padding: 5px 0px;
}
.programme_flow_contents p{
	width: 100%;
	padding: 2.5px 0px;
}
.programme_flow_space{
	width: 100%;
	margin: 0px auto;
}
.triangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-top: 15px solid rgba(150,120,90,1.00);
}
	
.programme_data_card_list{
	width:100%;
	float: left;
	margin: 10px 0px;
	padding: 10px;
}
.programme_data_card_list:nth-child(4n+1){
	margin: 10px 0px;
}
.programme_data_card_list:nth-child(4n){
	margin: 10px 0px;
}
	
.programme_appearance_slide {
	width: 100%;
}
.programme_appearance_impressions{
	width: 100%;
	padding: 20px 0px 0px 0px;
}
.programme_reference_column {
	width: 100%;
	margin: 0px;
}

.material_image{
	display: none;
}
.material_list_card{
	width:100%;
	margin: 10px 0px;
}
.material_list_card:nth-child(2n+1){
	margin: 10px 0px;
}
.material_list_card:nth-child(2n){
	margin: 10px 0px;
}
	
.workshop{
	width: 100%;
}
.workshoptitle {
	width: 95%;
}
.workshoptitle h2 {
	font-size:1.2em;
}
.workshoptitle h3 {
	font-size:0.8em;
}
.workshopcontents {
	width: 95%;
}
.workshopcontents ul {
	margin:15px 0px;
	padding: 0px;
}
.workshopimg{
	display: none;
}
.workshopimg img{
	width: 100%;
}

	
	
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 414px)and (max-width: 767px) {
#menu {
  right: -55%;
  width: 55%;
}
.hero_header h2{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 32px;
	text-align: left;
}
.hero_header p{
	margin: 2px 0px;
	padding: 0px;
	text-align: left;
	font-size: 16px;
	font-weight: lighter;
}

.index_contents_column {
	width: 45.5%;
	margin: 1% 3% 1% 0%;
	min-height: 50px;
}
.index_contents_column:first-child{
	width: 45.5%;
	margin: 1% 3%;
}
.index_contents_column:last-child{
	width: 45.5%;
	margin: 1% 3% 1% 0%;
	min-height: 25px;
}
.index_contents_column img {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.index_contents_column h2 {
	margin: 0px;
	padding: 0px;
}
.index_contents_column ul {
	margin: 0px;
	padding: 10px 0px;
}
.index_contents_column p {
	margin: 0px;
	padding: 0px;
}

.programmebank_list_card_list{
	width:48%;
	float: left;
	margin: 10px 2%;
	padding: 10px;
}
.programmebank_list_card_list:nth-child(2n+1){
	margin-left: 0px;
	clear: both;
}
.programmebank_list_card_list:nth-child(2n){
	margin-right: 0px;
}
	
	
	
.text_column {
	width: 100%;
	text-align: left;
}
.text_column:last-child{
	width: 100%;
	padding: 0px 20px 20px 20px;
}
	

.clearfix960{
	clear: both;	
}
.programme_flow{
	padding: 30px 20px;
}
.programme_flow_contents{
	width: 45%;
	margin: 10px auto;
	padding: 0px;
	float: left;
}
.programme_flow_contents img{
	width: 100%;
}
.programme_flow_contents h3{
	width: 100%;
	padding: 5px 0px;
}
.programme_flow_contents p{
	width: 100%;
	padding: 2.5px 0px;
}
.programme_flow_space{
	width: 5%;
	margin: 0px auto;
}
.triangle {
	margin: 150% auto;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 8px solid rgba(150,120,90,1.00);
}

.programme_data_card_list{
	width:48%;
	float: left;
	margin: 10px 2%;
	padding: 10px;
}
.programme_data_card_list:nth-child(2n+1){
	margin-left: 0px;
	clear: both;
}
.programme_data_card_list:nth-child(2n){
	margin-right: 0px;
}

.programme_appearance_slide {
	width: 100%;
}
.programme_appearance_impressions{
	width: 100%;
	padding: 20px 0px 0px 0px;
}

.material_image{
	display: none;
}
.material_list_card img{
	width: 90%;
	margin: 10px 5%;
	clear: both;
}
.material_list_card h3{
	width: 90%;
	margin: 0px 5%;
	padding: 0px;
}
.material_list_card p{
	width: 90%;
	margin: 10px 5%;
	padding: 0px;
}
.material_list_card a{
	float: left;
	width: 90%;
	margin: 10px 5%;
}
	
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	

.text_column{
	width: 60%;
}
.text_column:last-child{
	width: 40%;
}

.programmebank_list_card_list{
	width:32%;
	float: left;
	margin: 10px 1%;
	padding: 10px;
}
.programmebank_list_card_list:nth-child(4n+1){
	margin-left: 1%;
	clear:none;
}
.programmebank_list_card_list:nth-child(4n){
	margin-right: 1%;
}
.programmebank_list_card_list:nth-child(3n+1){
	margin-left: 0px;
	clear: both;
}
.programmebank_list_card_list:nth-child(3n){
	margin-right: 0px;
}
	
	
.programme_data_card_list{
	width:32%;
	float: left;
	margin: 10px 1%;
	padding: 10px;
}
.programme_data_card_list:nth-child(3n+1){
	margin-left: 0px;
	clear: both;
}
.programme_data_card_list:nth-child(3n){
	margin-right: 0px;
}

	
.thumbnail {
	width: 50%;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}

