@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;
}
body{
	background-color: #fff;
	color: #000;
	font-family: "Shippori Mincho", "ah-hakushu-rs", sans-serif;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: 0.1rem;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:glayscale;
	line-height: 1.8em;
	background-image: url("../images/cover.jpg");
}
img{
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
	color: black;
}
hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/*------------------------------
*
* utility
*
------------------------------*/
.pc{
	display: block;
}
.sp{
	display: none;
}
.section{
	width: 1000px;
	margin: 0 auto;
}
.sectionTitle{
	margin: 0 auto;
	display: flex;
	align-items: center;
	writing-mode: vertical-rl;
}
.titleIcon{
	width: 30px;
}
.sectionTitle h1{
	padding: 15px 0 0;
	font-family: "ah-hakushu-rs";
	font-size: 2.4rem;
	font-weight: 800;
}
.sectionInner{
	margin: 80px auto 0;
}
/*------------------------------
*
* header
*
------------------------------*/
.headerWrap{
	position: fixed;
	width: 100%;
	z-index: 900;
}
.header{
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: black;
}
.headerLogo{
	width: 140px;
	padding-left: 80px;
}
.headerNav{
	display: flex;
}
.headerNav a{
	color: #fff;
	font-family: "Shippori Mincho";
	font-weight: 500;
}
.headerNav li{
	padding-right: 32px;
	line-height: 80px;
}
.headerNav li:last-of-type{
	padding-right: 14px;
}
.contactNav{
	height: 80px;
	padding: 0 14px;
	background-color: #5c9f55;
}
#g-nav{
	display: none;
}
/*------------------------------
*
* kv
*
------------------------------*/
.kv{
	padding-top: 80px;
}
/*------------------------------
*
* ご挨拶
*
------------------------------*/
.section.greet{
	padding-top: 120px;
}
.greetTxt{
	width: 500px;
}
.greetTxt p{
	margin-top: 20px;
}
/*------------------------------
*
* イラスト
*
------------------------------*/
.illust1{
	text-align: right;
	padding: 48px 100px 8px 0;
}
.illust2{
	padding: 0 0 83px 100px;
}
.illust3{
	text-align: right;
	padding: 14px 100px 8px 0;
}
.illust4{
	padding: 57px 0 0 100px;
}
.illust5{
	text-align: right;
	padding: 27px 100px 0 0;
}
/*------------------------------
*
* 講師紹介
*
------------------------------*/
.introWrap{
	width: 880px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.introWrap p{
	margin-top: 40px;
}
.introWrap p:first-of-type{
	margin-top: 0;
}
/*------------------------------
*
* 教室概要
*
------------------------------*/
.schoolWrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.schoolBox{
	width: 440px;
}
.schoolTitle{
	display: flex;
	align-items: center;
}
.schoolTitle h2{
	font-family: "Shippori Mincho";
	font-weight: 500;
	font-size: 2.2rem;
	margin-right: 20px;
}
.diamondWrap{
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.diamond {
	position: absolute;
}
.diamondInner {
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 8px solid #5c9f55;
	border-bottom: 8px solid transparent;
	border-left: 0 solid transparent;
}
.diamondInner:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 0;
	height: 0;
	margin: auto 0;
	border-top: 8px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #5c9f55;
}
.schoolTxt{
	padding-top: 40px;
}
.schoolList{
	position:relative;
	margin-top: 40px;
	padding-left:24px;
}
.schoolList:after{
	content:'';
	display:block; 
	position:absolute; 
	background-color:#000;
	width:9px;
	height:9px; 
	top:8px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.schoolList p{
	margin-top: 4px;
}
.schoolList h3{
	font-size: 1.8rem;
}
.schoolList span{
	display: block;
	margin-top: 20px;
}

/*------------------------------
*
* 講師紹介
*
------------------------------*/
.accessWrap{
	width: 920px;
	display: flex;
	justify-content: flex-end;
}
.accessTxt{
	margin-right: 100px;
}
.accessTxt p:last-of-type{
	margin-top: 30px;
}
.map{
	width: 400px;
	border: 1px solid #000;
}
/*------------------------------
*
* お知らせ
*
------------------------------*/
.newsWrap{
	width: 700px;
}
.newsDl{
	display: flex;
}
.newsDl:last-of-type{
	margin-top: 20px;
}
.newsDl dt{
	margin-right: 40px;
	font-size: 1.4rem;
}
.newsTxt{
	margin-top: 40px;
	text-align: right;
}
.yajirushi{
    position: relative;
    display: inline-block;
    vertical-align: super;
}
.yajirushi::before,
.yajirushi::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}
.yajirushi::before{
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5c9f55;
    border-right: 2px solid #5c9f55;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*------------------------------
*
* お問い合わせ
*
------------------------------*/
.section.contact{
	padding-bottom: 120px;
}
.contact .sectionInner{
	width: 500px;
}
.btnWrap{
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.btn{
	display: block;
	padding: 10px 40px;
	background-color: #5c9f55;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	cursor: pointer;
}
/*------------------------------
*
* フッター
*
------------------------------*/
.footer{
	background-color: #000;
	padding: 60px 0;
}
.footerLogo{
	width: 200px;
	margin: 0 auto;
}

.footerWrap{
	display: flex;
	justify-content: center;
	margin-top: 80px;
	color: #fff;
}
.footerTxt{
	margin-top: 60px;
}
@media screen and (max-width:750px){
/*------------------------------
*
* utility
*
------------------------------*/
	html.is-fixed{
		height: 100%;
		overflow: hidden;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.section{
		width: 300px;
	}
/*------------------------------
*
* header
*
------------------------------*/
	.headerLogo{
		width: 120px;
		padding-left: 20px;
	}
	.navLogo{
		width: 180px;
		margin: 0 auto 60px;
	}
	.openbtn{
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		width: 50px;
		height: 50px;
	}
	.openbtn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 14px;
		height: 3px;
		border-radius: 2px;
		background-color: #fff;
		width: 45%;
	}
	.openbtn span:nth-of-type(1){
		top: 15px;
	}
	.openbtn span:nth-of-type(2){
		top: 23px;
	}
	.openbtn span:nth-of-type(3){
		top: 31px;
	}
	.openbtn.active span:nth-of-type(1){
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 30%;
	}
	.openbtn.active span:nth-of-type(2){
		opacity: 0;
	}
	.openbtn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 30%;
	}
	#g-nav.panelactive{
		display: block;
		position: fixed;
		z-index: 999;
		top: 0;
		right: inherit;
		width: 100%;
		height: 100vh;
	}
	#g-nav ul{
		opacity: 0;
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	#g-nav.panelactive ul{
		opacity: 1;
	}
	#g-nav.panelactive ul li{
		animation-name: gnaviAnime;
		animation-duration: 1s;
		animation-delay: .2s;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	nav ul li a{
		display: block;
		margin: 26px 0;
		color: #fff;
		text-align: center;
	}
	@keyframes gnaviAnime{
		0%{
			opacity: 0;
		}
		100%{
			opacity: 1;
		}
	}
	.circle-bg{
		position: fixed;
		z-index: 3;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background-color: #000;
		transform: scale(0);
		right: -50px;
		top: -50px;
		transition: all .6s;
	}
	.circle-bg.circleactive{
		transform: scale(50);
	}
/*------------------------------
*
* ご挨拶
*
------------------------------*/
	.greetTxt{
		width: 300px;
	}
/*------------------------------
*
* イラスト
*
------------------------------*/
.illust1{
	width: 152px;
	margin: 0 0 0 auto;
	padding: 60px 20px 60px 0;
}
.illust2{
	width: 158px;
	padding: 55px 0 54px 20px;
}
.illust3{
	margin: 0 0 0 auto;
	width: 135px;
	padding: 60px 20px 58px 0;
}
.illust4{
	width: 124px;
	padding: 70px 0 52px 20px;
}
.illust5{
	width: 85px;
	margin: 0 0 0 auto;
	padding: 77px 20px 40px 0;
}
/*------------------------------
*
* 講師紹介
*
------------------------------*/
	.introWrap{
		display: block;
		width: 300px;
	}
	.introWrap div:last-of-type{
		margin-top: 40px;
	}
	.profile{
		width: 220px;
		margin: 0 auto;
	}
/*------------------------------
*
* 教室概要
*
------------------------------*/
	.section.school{
		width: 100%;
	}
	.schoolWrap{
		display: block;
		margin-bottom: 20px;
	}
	.schoolBox{
		margin-bottom: 20px;
		width: 100%;
	}
	.schoolBox:last-of-type{
		margin-bottom: 0;
	}
	.schoolNav{
		width: 90%;
		margin: 0 auto;
	}
	.schoolTitle{
		box-sizing: border-box;
		height: 56px;
		padding-left: 15px;
		background-color: #cbcbcb;
	}
	.round{
		position: relative;
		width: 30px;
		height: 30px;
		margin: 0 15px 0 auto;
		border-radius: 30px;
		background-color: #5c9f55;
	}
	.arrow{
		position: absolute;
		top: 4px;
		left: 8px;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:  transparent transparent #fff #fff;
		transform: rotate(-45deg);
	}
	.arrowactive{
		top: 11px;
		border-color: #fff #fff transparent transparent;
		transform: rotate(-45deg);
	}
	.schoolNav{	
		/* アコーディオンが閉じている時は非表示 */
		display:none;
		margin-bottom: 100px;
	}
	.schoolTxt{
		padding-top: 40px;
	}
	.workshopTxt{
		width: 300px;
		margin: 0 auto;
	}
/*------------------------------
*
* アクセス
*
------------------------------*/
	.accessWrap{
		width: 300px;
		display: block;
	}
	.map{
		width: 300px;
		margin: 60px auto 0;
	}
/*------------------------------
*
* お知らせ
*
------------------------------*/
	.newsWrap{
		width: 300px;
	}
	.newsDl dt{
		margin-right: 20px;
	}
/*------------------------------
*
* お問合せ
*
------------------------------*/
	.contact .sectionInner{
		width: 300px;
	}
	.btnWrap{
		display: block;
	}
	.btn{
		padding: 10px 20px;
	}
	.btn:last-of-type{
		margin-top: 20px;
	}
/*------------------------------
*
* footer
*
------------------------------*/
	.footerWrap{
		display: block;
		margin-top: 60px;
	}
	.accessTxt{
		width: 170px;
		margin: 0 auto;
	}
	.footerTxt{
		width: 170px;
		margin: 0 auto;
	}
}