﻿@charset "UTF-8";

html {
	overflow-y: scroll;
	font-size: 14px;
	}
body{
	color:#333;
	letter-spacing: 0.1em; 
	line-height:1.6;
	background: #F6F6F6 url(../img/head_bg.jpg) repeat-x top left;
    -webkit-text-size-adjust: 100%;	
	}
p {letter-spacing: 0.03em;}	
img {vertical-align: bottom; max-width: 100%; height: auto;}

@media print {
	html,
	html body{ *zoom: 0.65;}
	}
	
/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
	}
@media screen and (max-width: 809px) {
	.guidance { width: 100%;}
}
	
/* リンク */
a:link    {color:#464646; text-decoration: none;}
a:visited {color:#464646; text-decoration: none;}
a:hover   {color:#464646; text-decoration: underline;}
a:active  {color:#464646; text-decoration: underline;}

/* 全体 */
#wrapper {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}
		
/* ▼▼▼ ヘッダー
=====================================*/
header {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}
header h1 {
	width: 210px;
	float: left;
	}	
#header_inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	}

	/* ヘッドナビゲーション */
header #head_nav {
	float: right;
	overflow: hidden;
	}
header #head_nav li {
	margin-left: 8px;
	float: left;
	}

	/* グローバルナビゲーション */
header #gnav {
	margin-top: 25px;
	float: right;
	overflow: hidden;
	}
header #gnav li {
	float: left;
	}
header #gnav #gnav_sub {
	margin: 0;
	padding: 0
	}
	header #gnav #gnav_sub li {
		list-style: none;
		}
	header #gnav #gnav_sub li a {
		display: block;
		}
		header #gnav #gnav_sub li ul {
			margin: 5px 0 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 1000;
			}
			header #gnav #gnav_sub li ul li {
				float: none;
				display: inline
				}
				header #gnav #gnav_sub li ul li a {
					width: 159px;
					}
header .sp_nav { display: none;}
@media screen and (max-width: 809px) {
	header{ width: auto; max-width: 100%;}
	header.open{
		height: auto;
		overflow: visible;
	}
	#header_inner { width: 100%;}
	header h1 {
		width: 90px;
		position: relative;
		z-index: 102;
		margin-left: 10px;
	}
	header #header_inner{ overflow: visible;}
	header #header_inner .spmenu{
		color: #fff;
		font-size: 1.6rem;
		display: block;
		float: right;
		width: 60px;
		height: 60px;
		margin: 8px 5px 0 0;
		cursor: pointer;
		z-index: 102;
		position: relative;
	}
	header #header_inner .spmenu span,
	header #header_inner .spmenu span:before,
	header #header_inner .spmenu span:after{
		position: absolute;
		display: block;
		background: #0CA7CD;
		width: 40px;
		height: 4px;
		transition: all .5s;
	}
	header #header_inner .spmenu span{
		top: 18px;
		left: 10px;
	}
	header #header_inner .spmenu span:before,header #header_inner .spmenu span:after{
		content: "";
		left: 0;
	}
	header #header_inner .spmenu span:before{
		top: 10px;
	}
	header #header_inner .spmenu span:after{
		top: 20px;
	}
	header.open #header_inner .spmenu span{
		top: 5px;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	header.open #header_inner .spmenu span:before{
		opacity: 0;
	}
	header.open #header_inner .spmenu span:after{
		-webkit-transform: translateY(-20px) rotate(90deg);
		transform: translateY(-20px) rotate(90deg);
		top: 20px;
	}
	header #header_inner ul#gnav,header #header_inner ul#head_nav{ display: none;}
	header .sp_nav { display: block;}
	header #header_inner nav{
		font-size: 14px;
		position: relative;
		z-index: 101;
		top: 0;
		right: 0;
		width: 100%;
		background: #000;
		display: block;
		text-align: left;
		float: none;
	}
	header #header_inner nav div{
		overflow: auto;
		display: block;
		position: absolute;
		z-index: 101;
		top: 70px;
		width: 100%;
		left: 0;
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		opacity: 0;
		transition-property: opacity, transform, -webkit-transform;
		transition-duration: .5s, 0s, 0s;
		transition-delay: 0s, .5s, .5s;
		box-shadow: 0 0 0 500vh #fff;
		background: #fff;
		height: calc(100vh - 70px);
	}
	header.open #header_inner nav div{
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
		transition-delay: 0s, 0s, 0s;
	}
	header #header_inner nav div > ul{
		display: block;
		padding-bottom: 80px;
	}
	header #header_inner nav ul > li{
		float: none;
		height: auto;
		margin-left: 0;
		padding: 0;
	}
	header #header_inner nav ul > li a{
		color: #000;
		display: block;
		padding: 10px;
		margin: 0;
		border-bottom: 1px dashed #808080;
		position: relative;
		min-height: inherit;
	}
	header #header_inner nav ul > li ul li{ font-size: 12px;}
	header #header_inner nav ul > li ul li a{ padding-left: 25px;}
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	margin: 0 auto;
	overflow: hidden;
	}
#main article {
	width: 970px;
	margin: 0 auto;
	overflow: hidden;
	}
#main article h2 {
	text-align: center;
	margin: 10px 0 40px;
	}
#main article h2.m0 {
	margin-bottom: 0;
}	
#main section {
	padding: 25px 0;
}
#main section.contact {
	text-align: center;
	padding: 20px 0 0;
	background-color: #FFFFFF;
	border-top: 1px solid #E0E0E0;
}
#main section.contact p {
	margin-bottom: 15px;
}
@media screen and (max-width: 809px) {
	#main { width: 100%;}
	#main article { width: 100%;}
	#main section { padding: 0 3% 25px;}
	#main section.contact { padding: 20px 3% 0;}
	#main section.contact .contact-box{
		font-weight: bold;
		text-align: center;
		border: 1px solid #e0e0e0;
		padding: 5px;
		box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.2);
		margin-bottom: 20px;
	}
	#main section.contact .contact-box dl{
		background: #FDF575;
		padding: 15px 1px;
	}
	#main section.contact .contact-box dl dt{ margin-bottom: 2px;}
	#main section.contact .contact-box dl dd .tel{ font-size: 13px;}
	#main section.contact .contact-box dl dd .tel span{ font-size: 16px;}
	#main section.contact .contact-box dl dd .tel a{ font-size: 24px;}
	#main section.contact .contact-box dl dd .mail a{
		display: inline-block;
		padding: 5px 10px 5px 35px;
		background: url("../img/ic_contact.png") left 10px center no-repeat;
		border: 1px solid #000;
	}
	#main section.contact .contact-box dl dd p{ margin-bottom: 5px;}
	#main section.contact .contact-box dl dd p:last-child{ margin-bottom: 0;}
}

/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	clear: both;
	background: #333 url(../img/footer_bg.gif) repeat-x top left;
	overflow: hidden;
	}
#footer_inner {
	width: 1000px;
	margin: 0 auto 30px;
	overflow: hidden;
	}
#footer_inner p.footer_logo {
	width: 156px;
	float: left;
	}
#footer_inner dl {
	color: #FFF;
	font-size: 14px;
	width: 800px;
	margin: 25px 0 0 30px;
	float: left;
	}	
#footer_inner dl dt {
	font-size: 22px;
	}
	#footer_inner dl dd p em{ font-style: normal;}
	#footer_inner dl dd a{ color: #fff;}
@media screen and (max-width: 809px) {
	#footer_inner {
		width: 100%;
	}
	#footer_inner p.footer_logo {
		position: relative;
		top: 4px;
		padding-left: 3%;
		width: 78px;
	}
	#footer_inner dl {
		width: 100%;
		margin: 15px 0 0;
		padding: 0 3%;
	}
	#footer_inner dl dt {
		font-size: 19px;
		margin-bottom: 10px;
	}
	#footer_inner dl dd p { margin-bottom: 5px;}
}
	
/* ▼ ページ上部へ戻る */
.pagetop {
	text-align: center;
	margin-bottom: 0;
	}
		
/*=====================================
　TOPページ
=====================================*/

#top #guidance {
	margin-bottom: 20px;
	overflow: hidden;
}
#top #guidance li {
	margin-right: 10px;
	float: left;
}
#top #guidance li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 809px) {
	#top #guidance li {
		text-align: center;
		width: 49%;
		margin: 0 2% 5px 0;
	}
	#top #guidance li:nth-child(2n) { margin-right: 0;}
}

/* メインビジュアル */
#top #mainVisual {
	margin: 0 auto;
	position: relative;
}
#top #mainVisual #slider01 li {
	height: 598px;
	text-indent: -9999px;
	}
	#top #mainVisual #slider01 li.scene01 {
		background: #F6F6F6 url(../img/top/slide01.png) no-repeat top center;
	}
	#top #mainVisual #slider01 li.scene02 {
		background: #F6F6F6 url(../img/top/slide02.png) no-repeat top center;
	}
	#top #mainVisual #slider01 li.scene03 {
		background: #F6F6F6 url(../img/top/slide0818_01.jpg) no-repeat top center;
	}
#top #mainVisual .inner {
	width: 960px;
	position: absolute;
	top: 450px;
 	left: 0;
  	right: 0;
	margin:0 auto;
	z-index: 100;
}
#top #mainVisual .inner dt {
	text-align: right;
	position: relative;
}
#top #mainVisual .inner dd {
	font-size: 13px;
	letter-spacing: 0.02px;
	position: absolute;
	}
	#top #mainVisual .inner dd.link01 {
		left: 610px;
		bottom: 16px;
	}
	#top #mainVisual .inner dd.link02 {
		left: 735px;
		bottom: 16px;
	}
#top #mainVisual .inner dd a,
#top #mainVisual .inner dd a:visited {
	text-decoration: underline;
}
#top #mainVisual .inner dd a:hover {
	text-decoration: none;
}
#top .bx-wrapper {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
#top .bx-wrapper,#top .bx-viewport {
	z-index: 1;
}
#top .bx-controls {
	width: 100px;
	position: absolute;
	top: 427px;
 	left: 915px;
	z-index: 1;
}
#top .bx-pager a {
	width: 10px;
	height: 10px;
	margin-right: 13px;
	display: inline-block;
	text-indent: -9999px;
	float: left;
	}
	#top .bx-pager a.bx-pager-link {
		background: url(../img/top/pager01.png) no-repeat top left;
	}
	#top .bx-pager a.active {
		background: url(../img/top/pager02.png) no-repeat top left;
	}
#top #link p {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #5BC2D5;
}
#top #link ul {
	overflow: hidden;
	}
	#top #link ul li {
		float: left;
		margin-right: 15px;
		width: 384px;
	}
#top #link ul li img{ width: 100%;}
@media screen and (max-width: 980px) {
	#top #mainVisual #slider01 li {
		height: auto!important;
		text-indent: -9999px;
		padding-top: 38%;
	}
	#top .bx-controls{
		top: inherit;
		right: 20px;
		bottom: 0;
		left: inherit;
	}
	#top #mainVisual #slider01 li.scene01 {
		background: #F6F6F6 url(../img/top/slide01.png) top center / 100% auto no-repeat;
	}
	#top #mainVisual #slider01 li.scene02 {
		background: #F6F6F6 url(../img/top/slide02.png) top center / 100% auto no-repeat;
	}
	#top #mainVisual #slider01 li.scene03 {
		background: #F6F6F6 url(../img/top/slide0818_01.jpg) top center / 100% auto no-repeat;
	}
	#top #mainVisual .inner {
		width: 100%;
		text-align: center;
		position: static;
		padding: 20px 3% 0;
		box-sizing: border-box;
	}
	#top #mainVisual .inner dl{ position: relative;}
	#top #mainVisual .inner dl,#top #mainVisual .inner dl dt {
		display: inline-block;
		width: 100%;
		margin: 0 auto;
	}
	#top #mainVisual .inner dl dt{ width: 100%; margin: 0 auto;}
	#top #mainVisual .inner dd.link01,#top #mainVisual .inner dd.link02 {
		left: inherit;
	}
	#top #mainVisual .inner dd.link01 { right : 35%;}
	#top #mainVisual .inner dd.link02 { right : 3%;}
	#top #link ul li { margin-bottom: 5px;}
	#top #link ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#top #link ul li {
		float: none;
		margin: 0 5px 10px;
		width: auto;
	}
	#top #link ul li img{
		max-width: 256;
	}
}
@media screen and (max-width: 500px) {
	#top #mainVisual .inner dd { font-size: 2.4vw;}
	#top #mainVisual .inner dd.link01,#top #mainVisual .inner dd.link02 { bottom: 3vw;}
}

/* オープニング
=====================================*/

#opening {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	padding-top: 400px;
	z-index: 2000;
	display:none;
	}
	#opening .inner {
		width: 417px;
		height: 267px;
		margin: 0 auto;
		position: relative;
		}
#anim_logo{
	opacity: 0;
}

/*=====================================
　初めての方へ
=====================================*/

#beginner article p {
	text-align: center;
}
#beginner article dl#welcome {
	margin-bottom: 45px;
	position: relative;
}
#beginner article dl#welcome dd {
	font-size: 13px;
	letter-spacing: 0.02px;
	position: absolute;
	left: 405px;
	bottom: 25px;
}
#beginner article dl#welcome dd a,
#beginner article dl#welcome dd a:visited {
	text-decoration: underline;
}
#beginner article dl#welcome dd a:hover {
	text-decoration: none;
}
#beginner #recommend {
	margin-bottom: 30px;
	position: relative;
}
#beginner #recommend .inner {
	font-size: 15px;
	position: absolute;
	top: 75px;
	left: 15px;
}
#beginner #recommend .inner ul {
	margin-left: 50px;
	float: left;
	}
	#beginner #recommend .inner ul.last {
		margin-left: 100px;
	}
#beginner #recommend .inner ul li {
	padding: 0 0 10px 33px;
	background: url(../../beginner/img/check.gif) no-repeat;
	background-position: 0 2px;
}
#beginner dl#about {
	margin-bottom: 30px;
	position: relative;
}
#beginner dl#about dd {
	font-size: 13px;
	letter-spacing: 0.03em;
	position: absolute;
	top: 70px;
	left: 35px;
}
@media screen and (max-width: 809px) {
	#beginner #recommend {
		padding: 10px;
		margin: 0 5px 30px;
		box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
		background: #fff;
		border-radius: 6px;
	}
	#beginner #recommend p{
		position: absolute;
		top: -4vw;
		left: 20px;
		width: 180px;
	}
	#beginner #recommend .inner {
		font-size: 15px;
		position: static;
		top: 75px;
		left: 15px;
		border: 1px solid #9ED9E3;
		padding: 20px 30px 10px 25px;
	}
	#beginner #recommend .inner ul {
		margin-left: 0;
		float: none;
	}
	#beginner #recommend .inner ul.last { margin-left: 0;}
	#beginner article dl#welcome dt img { width: 100%;}
	#beginner article dl#welcome dd {
		font-size: 3vw;
		left: 30vw;
		bottom: 5vw;
	}
	#beginner article dl#welcome dd a{
		display: block;
		padding: 2vw 0;
	}
	#beginner dl#about {
		padding: 10px;
		margin: 0 5px 10px;
		box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.6);
		background: #fff;
		border-radius: 6px;
		position: relative;
	}
	#beginner dl#about dl {
		font-size: 15px;
		position: static;
		top: 75px;
		left: 15px;
		border: 1px solid #9ED9E3;
		padding: 20px 30px 10px 25px;
	}
	#beginner dl#about dt {
		position: absolute;
		top: -4vw;
		left: 20px;
		width: 180px;
	}
	#beginner dl#about dd {
		font-size: 13px;
		position: static;
		top: 75px;
		left: 15px;
		border: 1px solid #BECFE7;
		padding: 20px 0 10px 25px;
		clear: both;
		overflow: hidden;
	}
	#beginner dl#about dd p{
		text-align: left;
	}
	#beginner dl#about dd figure{
		float: right;
		width: 25%;
	}
}

/*=====================================
　教室について
=====================================*/

#aboutus .imgright {
	clear: both;
	overflow: hidden;
	max-width: 904px;
	margin-right: auto;
	margin-left: auto;
}
#aboutus .imgright div{
	font-size: 16px;
	line-height: 1.8;
	font-weight: bold;
	box-sizing: border-box;
	padding: 32px 0 0 22px;
}
#aboutus .imgright div p{ margin-bottom: 1em;}
#aboutus .imgright figure{ float: right;}
#aboutus ul#scene {
	width: 902px;
	margin: 0 auto 50px;
	overflow: hidden;
}
#aboutus ul#scene li {
	float: left;
}
#aboutus .access {
	width: 950px;
	margin: 0 auto 75px;
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#aboutus .access .map {
	padding: 3px;
}
#aboutus .access .map div{
	border: 1px solid #CCC;
}
#aboutus .access .inner {
	font-size: 13px;
	width: 465px;
}
#aboutus .access .inner p {
	margin-bottom: 5px;
}
#aboutus .access .inner dl dd {
	margin-bottom: 10px;
}
#aboutus .small {
	font-size: 12px;
	text-align: center;
}
#aboutus #dress {
	margin: 20px 0 65px;
}
#aboutus #dress .cover {
	margin-bottom: 35px;
	overflow: hidden;
}
#aboutus #dress .cover .box1 {
	width: 460px;
	margin-right: 40px;
	padding-top: 4px;
	float: left;	
	background: url(../../aboutus/img/box_bg1.gif) no-repeat top center;
}
#aboutus #dress .cover .box1:last-child {
	margin-right: 0;
}
#aboutus #dress .cover .box2 {
	color: #666;
	width: 460px;
	padding-bottom: 18px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #FFF url(../../aboutus/img/box_bg2.gif) no-repeat top center;	
	overflow: hidden;
}
#aboutus #dress .cover .box2 h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 20px 0 0 35px;
}
#aboutus #dress .cover .box2 .inner {
	width: 423px;
	margin: 10px auto 0;
}
#aboutus #dress .cover .box2 .inner p {
	width: 150px;
	float: left;
}
#aboutus #dress .cover .box2 .inner ul {
	letter-spacing: 0.03px;
	width: 260px;
	float: right;
	}
	#aboutus #dress .cover .box2 .inner ul li {
		margin: 5px 0;
		padding: 5px 0;
	}
	#aboutus #dress .cover .box2 .inner ul li.color {
		padding-left: 25px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
@media screen and (max-width: 809px) {
	#aboutus .imgright {
		display: block;
		max-width: 904px;
		margin-right: auto;
		margin-left: auto;
	}
	#aboutus .imgright div{
		font-size: 15px;
		width: 100%;
		padding: 15px 0 0;
	}
	#aboutus .imgright p br{ display: none;}
	#aboutus .imgright figure{ margin: 0 0 5px 10px;}
	#aboutus .imgright figure img{ width: 137px;}
	#aboutus ul#scene {
		width: 100%;
		margin: 0 auto 50px;
	}
	#aboutus ul#scene li {
		width: 50%;
		margin-bottom: 10px;
	}
	#aboutus .access {
		width: 100%;
		margin: 0 auto 75px;
		display: block;
	}
	#aboutus .access .map {
		margin: 0 auto;
		padding: 3px;
	}
	#aboutus .access .map div iframe{
		width: 100%;
		height: 200px;
	}
	#aboutus .access .inner {
		width: 100%;
		margin-bottom: 10px;
	}
	#aboutus .access .inner br{ display: none;}
	#aboutus #dress .cover{ overflow: visible;}
	#aboutus #dress .cover .box1 {
		width: 100%;
		margin-right: 0;
		padding-top: 20px;
		background: none;
	}
	#aboutus #dress .cover .box2 {
		width: 100%;
		padding-bottom: 18px;
		background: #fff;
		border-top: 1px solid #ccc;
		overflow: visible;
	}
	#aboutus #dress .cover .box2:after{
		content: "";
		height: 0;
		display: block;
		clear: both;
	}
	#aboutus #dress .cover .box2 h3 {
		font-size: 22px;
		font-weight: normal;
		margin: 10px 0 0 35px;
		padding-left: 10px;
		position: relative;
	}
	#aboutus #dress .cover .box2 h3:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background: #5BC2D5;
		width: 3px;
		height: 50px;
	}
	#aboutus #dress .cover .box2 .inner {
		width: 100%;
		margin: 10px auto 0;
	}
	#aboutus #dress .cover .box2 .inner p {
		margin-right: 15px;
	}
#aboutus #dress .cover .box2 .inner ul {
	letter-spacing: 0.03px;
	width: calc(100% - 180px);
	float: left;
	}
	#aboutus #dress .cover .box2 .inner ul li {
		margin: 5px 0;
		padding: 5px 0;
	}
	#aboutus #dress .cover .box2 .inner ul li.color {
		padding-left: 25px;
		border-top: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
	}
}

/*=====================================
　レッスン紹介
=====================================*/

#lesson nav #lessonnav {
	margin-bottom: 30px;
	overflow: hidden;
}
#lesson nav #lessonnav li {
	float: left;
}
#lesson .box {
	width: 958px;
	margin: 0 auto 45px;
	background-color: #FFF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}
#lesson .box .inner {
	width: 915px;
	margin: 20px auto;
	overflow: hidden;
}
#lesson .box .inner p.photo {
	width: 328px;
	float: left;
}
#lesson .box .inner .detail {
	width: 565px;
	margin-top: 15px;
	float: right;
}
#lesson .box .inner .detail h4 {
	font-size: 22px;
	margin-bottom: 5px;
	}
	#lesson #lesson01 .inner .detail h4 {
		color: #6DA739;
	}
	#lesson #lesson02 .inner .detail h4 {
		color: #FF8C13;
	}
	#lesson #lesson03 .inner .detail h4 {
		color: #0CA7CD;
	}
	#lesson #lesson04 .inner .detail h4 {
		color: #E76081;
	}
#lesson table {
	font-size: 13px;
	border-top: 1px solid #CCC;	
	border-left: 1px solid #CCC;	

}
#lesson .box .inner .detail table {
	width: 480px;
}	
#lesson .box .inner .detail p {
	margin-bottom: 15px;
}
#lesson .box .inner .detail p.subitem {
	width: 480px;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../../lesson/img/circle.gif) no-repeat;
	background-position: 0 8px;
	}
	#lesson .box .inner .detail p.subitem span {
		font-size: 12px;
		float: right;
	}
#lesson .box p.explanation {
	font-size: 12px;
	width: 915px;
	margin: 0 auto;
}
#lesson table tr td {
	text-align: center;
	padding: 5px 15px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#lesson table tr.bg td {
	background-color: #FFF3E7;
}
#lesson #outside {
	margin-bottom: 80px;	
}
#lesson #outside .program {
	margin: 20px 0 60px;
	padding-top: 20px;
	border-top: 1px dotted #999;	
	}
	#lesson #outside .program.last {
		margin-bottom: 0;
	}
#lesson #outside .program h5 {
	padding-left: 10px;
	margin-bottom: 20px;
	background: url(../../lesson/img/bar.gif) no-repeat;
	background-position: 0 14px;
	}
	#lesson #outside .program h5 span {
		font-size: 22px;
	}
#lesson #outside .program p.subitem {
	width: 915px;
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(../../lesson/img/circle.gif) no-repeat;
	background-position: 0 8px;	
}
#lesson #outside .program p.subitem span {
	font-size: 12px;
	float: right;
	}
	#lesson #outside .program p.subitem span.clear {
		padding-left: 30px;
		float: none;
	}
#lesson #outside .program p.subitem {
	overflow: hidden;
	}
	#lesson #outside .program p.subitem.block strong {
		width: 130px;
		display: block;
		float: left;
	}
	#lesson #outside .program p.subitem.block span {
		width: 720px;
		display: block;	
		float: left;
	}
#lesson #outside .program table {
	width: 915px;
	margin-bottom: 20px;
}
#lesson #outside .program table th,
#lesson #outside .program table .bg {
	font-weight: normal;
	background-color: #FFF3E7;
}
#lesson #outside .program table th {
	width: 130px;
	vertical-align: middle;	
	border-right: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
}
#lesson #outside .program table td {
	text-align: left;	
}
@media screen and (max-width: 809px) {
	#lesson h3 img{ width: 100%;}
	#lesson nav #lessonnav { margin-bottom: 10px;}
	#lesson nav #lessonnav li {
		width: 33.33%;
		margin-bottom: 10px;
	}
	#lesson .box {
		width: 100%;
		margin: 0 auto 45px;
	}
	#lesson .box .inner {
		width: 100%;
		padding: 0 3%;
		box-sizing: border-box;
		margin: 20px auto;
		overflow: hidden;
	}
	#lesson .box .inner p.photo {
		width: 40%;
		float: left;
	}
	#lesson .box .inner .detail {
		width: 58%;
		margin-left: 2%;
		margin-top: 15px;
		float: right;
	}
	#lesson .box .inner .detail p.subitem {
		width: 100%;
		padding-left: 3%;
		box-sizing: border-box;
	}
	#lesson .box .inner .detail p.subitem span {
		font-size: 12px;
		float: right;
	}
	#lesson .box .inner .detail table { width: 100%;}
	#lesson table tr td{ padding: 3px 5px;}
	#lesson .box p.explanation {
		width: 100%;
		padding-right: 3%;
		padding-left: 3%;
		box-sizing: border-box;
	}
	#lesson #outside{ margin-bottom: 40px;}
	#lesson #outside .program {
		margin: 20px 0 0;
		padding-top: 20px;	
	}
	#lesson #outside .program p.subitem{ width: 100%;}
	#lesson #outside .program table { width: 100%;}
}
@media screen and (max-width: 540px) {
	#lesson .box .inner p.photo {
		width: 100%;
		float: none;
		text-align: center;
	}
	#lesson .box .inner .detail {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
		float: none;
	}
}

#schedule {
	width: 960px;
	margin: 0 auto 40px;
}
#schedule h3 {
	margin-bottom: 30px;
}
#schedule dl {
	margin-bottom: 25px;
	}
	#schedule dl dt {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		padding: 5px 0;
	}
	#schedule dl dt {
		overflow: hidden;
		}
		#schedule dl dd ul {
			margin: 0 auto;
			overflow: hidden;
			}
			#schedule dl dd ul li {
				margin-left: 70px;
				padding-left: 25px;
				float: left;
				background: url(../../lesson/img/pdf.png) no-repeat;
			}
			#schedule dl dd ul li a,
			#schedule dl dd ul li a:visited {
				color: #333;
				text-decoration: underline;
			}
			#schedule dl dd ul li a:hover {
				color: #333;
				text-decoration: none;
			}
#schedule dl.group dt {
	background-color: #E2EEF7;
}
#schedule dl.group dd {
	padding: 15px 0;
	background-color: #C6DEF0;
} 
#schedule dl.single dt {
	background-color: #E1EED5;
}
#schedule dl.single dd {
	padding: 15px 0;
	background-color: #C5DEAC;
} 
@media screen and (max-width: 809px) {
	#schedule {
		width: 100%;
		margin: 0 auto 40px;
	}
	#schedule dl dt {
		line-height: 1.2;
		text-align: left;
		padding: 15px 20px;
	}
	#schedule dl.group dd {
		padding: 1px 20px 15px;
		margin-bottom: 10px;
	}
	#schedule dl dd ul li { margin: 0 0 10px;}
	#schedule dl dd ul li:last-child { margin-bottom: 0;}
}

/*=====================================
　スタッフ紹介
=====================================*/

#staff h3 {
	color: #777;
	font-size: 24px;
	margin-bottom: 30px;
}
#staff nav#member {
	width: 820px;
	margin: 0 auto 35px;
	overflow: hidden;
}
#staff nav#member ul {
	margin-bottom: 20px;
	overflow: hidden;
	}
	#staff nav#member ul li {
		width: 135px;
		text-align: center;
		float: left;
		border-right: 2px solid #5BC2D5;
		overflow: hidden;
	}
	#staff nav#member ul li:last-child {
		border-right: none;
			}
			#staff nav#member ul li a,
			#staff nav#member ul li a:visited {
				text-decoration: underline;
			}
			#staff nav#member ul li a:hover {
				text-decoration: none;
			}
#staff .box {
	margin-bottom: 40px;
	overflow: hidden;
}
#staff .box .inner {
	width: 428px;
	margin: 0 auto;
	padding: 20px 15px;
	border: 1px solid #CCC;
	background: #FFF url(../../staff/img/point.gif) no-repeat top right;
	
	overflow: hidden;
}
#staff .box.two .inner {
	margin: 0 40px 0 0;
	float: left;
}
#staff .box.two .inner:last-child {
	margin-right: 0;
}
#staff .box .inner p.photo {
	width: 165px;
	float: left;
}
#staff .box .inner .detail {
	font-size: 12px;
	width: 240px;
	padding-top: 20px;
	float: right;
}
#staff .box .inner .detail h4 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #5BC2D5;
}
#staff .box .inner .detail p {
	margin-bottom: 10px;
}
@media screen and (max-width: 809px) {
	#staff h3 {
		font-size: 3vw;
		margin-bottom: 20px;
	}
	#staff nav#member {
		width: 100%;
		margin: 0 auto 20px;
		overflow: hidden;
	}
	#staff nav#member ul { margin-bottom: 0;}
	#staff nav#member ul li {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		float: left;
		border-right: 2px solid #5BC2D5;
		overflow: hidden;
		margin-bottom: 20px;
	}
	#staff nav#member ul li:last-child,#staff nav#member ul li:nth-child(2n) {
		border-right: none;
			}
			#staff nav#member ul li a,
			#staff nav#member ul li a:visited {
				text-decoration: underline;
			}
			#staff nav#member ul li a:hover {
				text-decoration: none;
			}
	#staff .box { margin-bottom: 0;}
	#staff .box .inner {
		width: 100%;
		height: auto!important;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 20px 15px;
		border: 1px solid #CCC;
		background: #FFF url(../../staff/img/point.gif) no-repeat top right;

		overflow: hidden;
	}
	#staff .box.two .inner {
		margin: 0 0 10px;
		float: none;
		display: flex;
		justify-content: center;
	}
	#staff .box.two .inner:last-child {
		margin-right: 0;
	}
	#staff .box .inner p.photo {
		width: 165px;
		float: none;
	}
	#staff .box .inner .detail {
		font-size: 12px;
		width: 240px;
		padding: 0 0 0 10px;
		float: none;
	}
}

/*=====================================
　ギャラリー
=====================================*/

#gallery nav#category {
	width: 840px;
	margin: 0 auto 45px;
	overflow: hidden;
}
#gallery nav#category ul {
	overflow: hidden;
}
#gallery nav#category ul li {
	width: 158px;
	margin-right: 65px;
	float: left;
	}
	#gallery nav#category ul li:last-child {
		margin-right: 0;
	}
	#gallery nav#category ul li#category01 {
		background: url(../../gallery/img/btn01_over.png) no-repeat top center;
	}	
	#gallery nav#category ul li#category02 {
		background: url(../../gallery/img/btn02_over.png) no-repeat top center;
	}	
	#gallery nav#category ul li#category03 {
		background: url(../../gallery/img/btn03_over.png) no-repeat top center;
	}	
	#gallery nav#category ul li#category04 {
		background: url(../../gallery/img/btn04_over.png) no-repeat top center;
	}
#gallery #tab li {
  cursor: pointer;
}
#gallery #tab li.select {
  text-indent: -9999px;
}
#gallery .disnon {
  display: none;
}
#gallery .photos {
	width: 960px;
	margin:  0 auto 50px;
}
#gallery .photos ul {
	display: flex;
	flex-wrap: wrap;
	}
	#gallery .photos ul li {
		font-size: 13px;
		letter-spacing: 0.01em;
		width: 300px;
		margin-right: 30px;	
		margin-bottom: 25px;
		}
		#gallery .photos ul li:nth-child(3n) {
			margin-right: 0;	
		}
		#gallery .photos ul li img {
			margin-bottom: 5px;
		}
#gallery #fancybox-title {
	display: none !important;
}
@media screen and (max-width: 809px) {
	#gallery nav#category {
		width: 100%;
		margin: 0 auto 30px;
	}
	#gallery nav#category ul li {
		text-align: center;
		width: 25%;
		margin-right: 0;
		padding: 0 1px;
		box-sizing: border-box;
	}
	#gallery nav#category ul li#category01 {
		background: url(../../gallery/img/btn01_over.png) top center / 120px auto no-repeat;
	}	
	#gallery nav#category ul li#category02 {
		background: url(../../gallery/img/btn02_over.png) top center / 120px auto no-repeat;
	}	
	#gallery nav#category ul li#category03 {
		background: url(../../gallery/img/btn03_over.png) top center / 120px auto no-repeat;
	}	
	#gallery nav#category ul li#category04 {
		background: url(../../gallery/img/btn04_over.png) top center / 120px auto no-repeat;
	}
	#gallery nav#category ul li img { width: 120px;}
	#gallery .photos {
		width: 100%;
		margin:  0 auto 50px;
	}
	#gallery .photos ul {
		margin-bottom: 25px;
		overflow: visible;
	}
	#gallery .photos ul li {
		font-size: 12px;
		width: 48%;
		margin: 0 4% 20px 0;
	}
	#gallery .photos ul li:nth-child(3n) { margin-right: 4%;}
		#gallery .photos ul li:nth-child(2n) { margin-right: 0;}
}
@media screen and (max-width: 550px) {
	#gallery nav#category ul li#category01 {
		background: url(../../gallery/img/btn01_over.png) top center / 90px auto no-repeat;
	}	
	#gallery nav#category ul li#category02 {
		background: url(../../gallery/img/btn02_over.png) top center / 90px auto no-repeat;
	}	
	#gallery nav#category ul li#category03 {
		background: url(../../gallery/img/btn03_over.png) top center / 90px auto no-repeat;
	}	
	#gallery nav#category ul li#category04 {
		background: url(../../gallery/img/btn04_over.png) top center / 90px auto no-repeat;
	}
	#gallery nav#category ul li img { width: 90px;}
	#gallery .photos ul li {
		width: 100%;
		margin-right: 0;
	}
	#gallery .photos ul li img { width: 100%;}
}
@media screen and (max-width: 420px) {
	#gallery nav#category ul li#category01 {
		background: url(../../gallery/img/btn01_over.png) top center / 70px auto no-repeat;
	}	
	#gallery nav#category ul li#category02 {
		background: url(../../gallery/img/btn02_over.png) top center / 70px auto no-repeat;
	}	
	#gallery nav#category ul li#category03 {
		background: url(../../gallery/img/btn03_over.png) top center / 70px auto no-repeat;
	}	
	#gallery nav#category ul li#category04 {
		background: url(../../gallery/img/btn04_over.png) top center / 70px auto no-repeat;
	}
	#gallery nav#category ul li img { width: 70px;}
}

/*=====================================
　イベント情報
=====================================*/

#event .cover {
	margin-bottom: 35px;
	overflow: hidden;
	clear: both;
}
#event .box {
	width: 460px;
	margin-right: 45px;
	float: left;
	background: url(../../event/img/box_bg3.jpg) repeat-y top left;
	}
	#event .box:last-child {
		margin-right: 0;
	}
#event .box .inner1 {
	background: url(../../event/img/box_bg1.jpg) no-repeat top left;
}
#event .box .inner2 {
	padding-bottom: 25px;
	background: url(../../event/img/box_bg2.jpg) no-repeat bottom left;
}
#event .box .inner3 {
	width: 405px;
	margin: 0 auto;
	padding: 15px 0 0;
	border-bottom: 1px solid #999;	
}
#event .box .inner3 h3 {
	color: #3C3C3C;
	font-size: 26px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.3;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 2px;
}
#event .box .inner3 p.detail {
	font-size: 13px;
	margin: 20px 0 10px;
	overflow: hidden;
}
#event .box .inner3 p.detail img {
	padding-left: 5px;
	display: block;
	float: right;
}
#event .box p.date {
	font-size: 15px;
	text-align: center;
	padding: 10px 0 0;
}
@media screen and (max-width: 809px) {
	#event .box {
		width: 100%;
		margin: 0 0 10px;
		float: none;
		background: url(../../event/img/box_bg3.jpg) top left / 100% auto repeat-y ;
	}
	#event .box .inner1 {
		background: url(../../event/img/box_bg1.jpg) top left / 100% auto no-repeat;
	}
	#event .box .inner2 {
		background: url(../../event/img/box_bg2.jpg) bottom left / 100% auto no-repeat;
		padding: 0 10px 15px;
		box-sizing: border-box;
	}
	#event .box .inner3 {
		padding: 5vw 10px 0;
		box-sizing: border-box;
		width: 100%;
		height: auto!important;
	}
	#event .box .inner3 p.detail img { padding-left: 10px;}
}
@media screen and (max-width: 450px) {
	#event .box .inner3 p.detail img { padding-left: 0; width: 100%; margin-bottom: 10px;}
}

/*=====================================
　パーティー情報
=====================================*/

section#party.info,
#party article {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#party .inner {
	min-width: 960px;
	height: 584px;
	background: url(../../party/img/img01.png) no-repeat top center;
}
#party .inner .detail {
	margin: 0 auto;
	padding: 460px 0 0 20px;
	text-align: center;
}
#party .inner .detail dl {
	font-size: 13px;
	text-align: left;
	width: 370px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#party .inner .detail dl dt {
	display: inline-block;
	width: 80px;
	float: left;
}
#party .inner .detail dl dd {
	display: inline-block;
	width: 290px;
	float: left;
}
@media screen and (max-width: 809px) {
	#party .inner {
		min-width: inherit;
		height: auto;
		padding: 20px 3%;
		background: url("../../party/img/img01_sp.jpg") top center / cover no-repeat;
	}
	#party .inner h3{ margin-bottom: 10px;}
	#party .inner h4{
		font-size: 4.3vw;
		margin-bottom: 10px;
	}
	#party .inner p{
		font-size: 2.8vw;
		font-weight: bold;
		text-align: left;
		margin-bottom: 20px;
	}
	#party .inner .detail {
		width: 100%;
		margin: 0 auto;
		padding: 8.6vw 5vw 4vw;
		background: url("../../party/img/read02.png") top center / 100% auto no-repeat;
	}
	#party .inner .detail dl {
		font-size: 3vw;
		width: 100%;
	}
	#party .inner .detail dl dt { width: 6em;}
	#party .inner .detail dl dd { width: calc(100% - 6em);}
}

/*=====================================
　お問い合わせ
=====================================*/

#contact label{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
#contact input, button, textarea, select { vertical-align: middle; outline: none; font: inherit;}
input[type="radio"], input[type="checkbox"]{
	margin-right: .5em;
	margin-bottom: 5px;
	vertical-align: middle;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
}
input[type="button"], input[type="submit"], input[type="reset"]{
	display: inline-block;
	width: 100%;
}
select{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0 10px;
	cursor: pointer;
	box-sizing: border-box;
}
textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
button, input[type="button"], input[type="submit"], input[type="reset"]{
	background: none;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	-webkit-transition: all .2s; transition: all .2s;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover{ opacity: .7;}
input.form_btn,a.form_btn{
	color: #fff;
	font-size: 18px!important;
	font-weight: bold!important;
	height: 50px;
	line-height: 50px;
	line-height: 1;
	padding: 0 50px;
	border-radius: 3px;
	display: inline-block;
	background: #5BC2D5;
	vertical-align: middle;
}
a.form_btn{
	line-height: 1.1;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
	transition: all .5s;
}
a.form_btn:hover{
	opacity: .8;
	text-decoration: none;
}
input.form_btn.btn_return,a.form_btn.btn_return{ background: #efbb49;} 
input.form_btn:disabled{
	background: #999;
	pointer-events: none;
}

#contact table{ width: 100%;}
#contact table th,#contact table td{
	font-weight: normal;
	text-align: left;
	box-sizing: border-box;
	padding: 5px 10px;
	border: 1px solid #999;
	background: #fbfbfb;
}
#contact table th{
	position: relative;
	padding-right: 4em;
}
#contact table td label{ margin-right: 15px;}
#contact .hissu{
	color: #d00;
	display: inline-block;
}
#contact table th .hissu{
	position: absolute;
	top: 0;
	right: .5em;
	bottom: 0;
	margin: auto 0;
	height: 1em;
	line-height: 1;
}
#contact .privacy dl dt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#contact .privacy dl dd{
	overflow-y: auto;
	height: 250px;
	padding: 10px 15px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 20px;
}
#contact .privacy dl dd p,#contact .privacy dl dd h3{ margin-bottom: 1em;}
#contact .privacy dl dd ul,#contact .privacy dl dd ol{ margin-bottom: 1.5em;}
#contact .privacy dl dd ol{
	list-style-type: decimal;
	padding-left: 2em;
}
#contact .privacy dl dd ol ul li{
	padding-left: 1em;
	text-indent: -1em;
}
#contact .privacy dl dd ol p{ margin-bottom: 0;}
#contact .btn_area{
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
#contact .btn_area input{ margin: 0 10px 20px;}

@media screen and (max-width: 809px) {
	#contact table{ border-bottom: 1px solid #999;}
	#contact table th,#contact table td{
		padding: 5px 10px;
		display: block;
		border-bottom: none;
	}
	#contact table td{ border-top: 1px dashed #999;}
	#contact .privacy dl dd{ height: 200px;}
}
	
	