/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 admin info :  Kazuki Goto
=================================================================== */
body {
	background-color: #FFFFFF;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
/* PC用のスタイル記述 */
#wrapper {
	width: 100%;
	margin: 0 auto;
}
#header {
	background: url(../img/hd_bg.jpg) repeat-x;
	padding-top: 5px;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
	margin-bottom: 20px;
}
#header h1 img {
}
#header p {
	font-size: 20px;
}
#main {
	/*background-color: #9899D0;*/
	width: 100%;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main ul {
	width: 1048px;
	height: auto;
	margin: 0 auto;
}
#main ul li {
}
#nav_ph {
	display: none;
}
#nav {
	/*background-color: #9EAEBD;*/
	width: 100%;
	height: 120px;
	margin-bottom: 30px;
	padding: 10px 0;
	float: left;
}
#nav ul {
	width: 1048px;
	height: 60px;
	margin: 0 auto;
}
#nav ul li {
	width: 338px;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 60px;
	text-align: center;
	float: left;
	font-size: 17px;/*background-color: #B1BECA;*/
}
#nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	border-radius: 10px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
#nav ul li:last-child {
	margin-right: 0px;
}
.nav05 {
	font-size: 17px;
}
#contents {
	width: 100%;
	float: left;
}
#content_left {
	width: 750px;
	float: left;
	margin-bottom: 20px;
}
.left_box {
	width: 750px;
	float: left;
	margin-bottom: 10px;
}
.sub_content {
	width: 750px;
	float: left;
	background-color: #BFCC76;
	height: 130px;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box03, .box05, .box06, .box07 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	hight: auto;
	float: right;
	/*background-color: #AAB67F;*/
	margin-bottom: 20px;
}
#content_right ul {
	width: 140px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 20px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
}
#aside {
	width: 190px;
	height: 620px;
	float: left;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
	padding: 30px 0;
}
#footer a {
	color: #1c420b;
}
#footer a {
	color: #1c420b;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.youtube {
	display: block;
}
.youtube_sm {
	display: none;
}
}
.closeinfo {
	padding: 20px;
	margin: 20px auto 60px;
	border: #0F3905 2px solid;
	width: 1000px;
	border-radius: 20px;
}
.lesson_link a:hover {
	color: #ccc;
}
.closeinfo h3 {
	font-size: 28px;
	margin-bottom: 5px;
	font-weight: bold;
}
.closeinfo p {
	font-size: 14px;
	margin-bottom: 60px;
}
.bnr_dtm a:hover img {
	opacity: 0.7;
}
#instagram {
	background: #C3D956;
	padding: 20px;
}
#instagram h2 {
	padding: 10px;
}
#instagram h2 a {
	color: #fff;
	transition-duration: 0.3s;
	font-size: 30px;
}
#instagram h2 a:hover {
	color: #088506;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */
#wrapper {
	width: 728px;
	margin: 0 auto;
}
#header {
	/*background-color: #439F7F;*/
	width: 728px;
	height: auto;
	margin-bottom: 20px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 728px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 728px;
	height: 486px;
}
#nav_ph {
	display: none;
}
#nav {
	/*background-color: #9EAEBD;*/
	width: 708px;
	height: 60px;
	margin-bottom: 30px;
	padding: 10px;
	float: left;
}
#nav ul {
	width: 708px;
	height: 60px;
}
#nav ul li {
	width: 133px;
	height: 60px;
	line-height: 60px;
	float: left;
	/*background-color: #B1BECA;*/
	text-align: center;
}
#nav ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	border-radius: 10px;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-right: 10px;
}
#contents {
	width: 728px;
	float: left;
}
#content_left {
	width: 560px;
	float: left;
}
.left_box {
	width: 560px;
	float: left;
	margin-bottom: 10px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: right;
	/*background-color: #AAB67F;*/
	margin-bottom: 20px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 148px;
	height: 710px;
	float: left;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: block;
}
.youtube_sm {
	display: none;
}
}

@media screen and (max-width: 620px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 620px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 620px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 620px;
	height: 414px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
#footer a {
	color: #1c420b;
}
.youtube {
	display: block;
}
.youtube_sm {
	display: none;
}
.closeinfo {
	width: 500px;
}
}

@media screen and (max-width: 568px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 568px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 568px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 568px;
	height: 379px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border-top: 1px solid #C3D956;
	border-rigt: 1px solid #C3D956;
	border-left: 1px solid #C3D956;
	border-bottom: 1px solid #fff;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: block;
}
.youtube_sm {
	display: none;
}
}

@media screen and (max-width: 414px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 414px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 414px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 414px;
	height: 276px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: none;
}
.youtube_sm {
	display: block;
}
.closeinfo {
	width: 100%;
}
}

@media screen and (max-width: 375px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 375px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 375px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 375px;
	height: 250px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: none;
}
.youtube_sm {
	display: block;
}
}

@media screen and (max-width: 360px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 360px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 360px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 360px;
	height: 240px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: none;
}
.youtube_sm {
	display: block;
}
#instagram h2 a {
	font-size: 24px;
}
}

@media screen and (max-width: 320px) {
/* スマートフォン用のスタイル記述 */
#wrapper {
	width: 320px;
}
#header {
	/*background-color: #439F7F;*/
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	float: left;
}
#header h1 {
	color: #FFFFFF;
}
#header h1 img {
	width: 100%;
}
#main {
	/*background-color: #9899D0;*/
	width: 320px;
	height: auto;
	margin-bottom: 50px;
	float: left;
}
#main img {
	width: 320px;
	height: 213px;
}
#nav {
	display: none;
}
#nav_ph {
	/*background-color: #9EAEBD;*/
	width: 100%;
	margin-bottom: 10px;
	float: left;
	display: block;
}
#nav_ph ul {
	width: 100%;
	float: left;
}
#nav_ph ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	float: left;
	background-color: #B1BECA;
}
#nav_ph ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #C3D956;
	border: 1px solid #C3D956;
	transition-duration: 0.3s;
	text-decoration: none;
	padding-left: 10px;
}
#nav_ph ul li a:hover {
	color: #C3D956;
	background: #fff;
	transition: 0.3s;
}
.nav01, .nav02, .nav03, .nav04 {
	margin-bottom: 1px;
}
#contents {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#content_left {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.left_box {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.sub_content {
	display: none;
}
.box01, .box02, .box03, .box04, .box05, .box06, .box07, .box08 {
	width: 180px;
	height: 230px;
	background-color: #2CD1A5;
	float: left;
	margin-bottom: 10px;
}
.box01, .box02, .box04, .box05, .box07, .box08 {
	margin-right: 10px;
}
#content_right {
	width: 100%;
	float: left;
	/*background-color: #AAB67F;*/
	margin-bottom: 10px;
}
#content_right ul {
	width: 90px;
	margin: 0 auto;
}
#content_right ul li {
	float: left;
	margin-right: 10px;
}
#content_right ul li:last-child {
	margin-right: 0px;
}
#content_right img {
	width: 40px;
}
#aside {
	width: 100%;
	height: 480px;
	float: left;
	margin-bottom: 10px;
}
#footer {
	background-color: #C3D956;
	width: 100%;
	height: auto;
	float: left;
	color: #1c420b;
}
.youtube {
	display: none;
}
.youtube_sm {
	display: block;
}
}
