@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Sacramento");

body{
  margin: 0;
  width:960px;
  margin: 0 auto;
}

a{
  text-decoration: none;
}

.top-wrapper{
	width: 960px;
	height: 300px;
  padding: 180px 0 100px 0;
  margin: auto;
	background-image:url(images/background_flower.png),url(images/background_gradation_03.png),url(images/background_shadow.png);
  background-size: cover;
  color: #493232;
}
.top-wrapper2{
	width: 950px;
	height: 300px;
  padding: 180px 0 100px 0;
  margin: auto;
	background-image:url(images/background_gradation_03.png),url(images/background_shadow.png);
  background-size: cover;
  color: #493232;
}

.container{
	width: 760px;
	padding: 0 15px;
	margin-top: 0;
	margin-right: 100px;
	margin-left: 0px;
	margin-bottom: 0;
	text-align: right;
}

.cf{
       clear: both;
}
.top-wrapper h1,.top-wrapper2 h1{
	font-family: 'Sacramento', cursive;
	opacity: 0.7;
	font-size: 45px;
	letter-spacing: 5px;
	color: #FFFFFF;
}

.top-wrapper p{
	opacity: 0.7;
	font-size: 14px;
	margin-bottom: 35px;
	color: #FFFFFF;
}

.works{
	background-color: #4AD9CF;
}

.blog{
	background-color: #9DACAD;
	margin-right: 10px;
}



.btn{
  padding: 8px 24px;
  color: white;
  display: inline-block;
  opacity: 0.8;
  border-radius: 4px;
}

.btn:hover{
  opacity: 1;
}

.fa{
  margin-right: 5px;
}

header{
	height: 80px;
	width: 88%;
	background-color: rgba(255,255,255,1.00);
	position : fixed;
	top: 0;
	z-index: 10;
}

.logo{
  width: 200px;
  margin: 10px 0 20px;

}

.header-left{
  float: left;
}

.header-right{
	float: right;
	padding-right: 20px;
	height: 30px;
}


.header-right a{
  line-height: 65px;
  padding: 0 25px;
  color: white;
  display: block;
}



.heading{
	font-family: 'Sacramento', cursive;
	font-size: 50px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-right: 5px;

}

.heading h2{
	color: #C5E7DE;
	background: url(images/background_shadow_03.png);
	font-weight: normal;
}
.heading p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: center;
	padding-right: 20px;
	color: #9DACAD;
	padding-top: 20px;
}
.lesson-wrapper{
	height: 400px;
	padding-bottom: 80px;
	background-color: #fff;
	text-align: center;
  
}
.lessons{
}
.lesson{
	float: left;
	width: 33%;

}

.lesson-icon{
	position: relative;
	text-align: center;
	padding: 10px 0;
}

.lesson-icon p{
	position: absolute;
	top: 80%;
	width: 100%;
	color: #493232;
	text-align: center;
}



.txt-contents{
  width: 80%;
  display: inline-block;
  font-size: 12px;
  color: #b3aeb5;
}

.lesson .lesson-icon a {
	font-size: 12px;
}
.heading h3{
  font-weight: normal;
}

.message-wrapper{
  border-bottom: 1px solid #eee;
  padding-bottom: 80px;
  text-align: center;
}

.message{
	font-family: 'Sacramento', cursive;
	font-size: 25px;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #C5E7DE;
	cursor: pointer;
	box-shadow: 0px 4px #4AD9CF;
	-webkit-box-shadow: 0px 4px #4AD9CF;
	margin-right: 20px;
}

.message:active{
  position: relative;
  top: 3px;
  box-shadow: none;
}

footer img{
  width: 125px;
}

footer p{
	font-family: 'Sacramento', cursive;
	opacity: 0.7;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

footer{
	padding-top: 10px;
	background: url(images/background_shadow_03.png) no-repeat;
        clear: both;
}



.top-wrapper .heading .white {
	text-align: right;
	margin-right: 20px;
}

.lessons .lesson p {
	text-align: center;
}
.prof .heading p {
	text-align: right;
	margin-right: 50px;
}

.prof .heading .year {
	width: 500px;
	padding: 30px;
	margin-top: 50px;
	/* [disabled]margin-right: 200px; */
	margin-left: 200px;
	margin-bottom: 50;
	text-align: left;
}

h2{
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}
span{
	font-size: 30px;
}
@media screen{
.prof .heading .white {
	text-align: center;
}

}
