@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
	background-attachment: fixed;
	background-size: cover;
	font-weight:500;
	overflow-x:hidden;
	color:#412901;
	text-align:center;
}

* {
	font-size:13px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height:1.7em;
}


@media screen and (min-width: 768px) {
	* {
		font-size:16px;
		line-height:1.7em;
	}
}

a:link, a:visited {
	opacity:1;
	transition:0.5s;
	text-decoration:none;
	color:#fff;
}

a.c-black:link, a.c-black:visited {
	color:#333;
	text-decoration:underline;
}

a.c-green:link, a.c-green:visited {
	color:#46B6A5;
	text-decoration:underline;
}

a:hover {
	opacity:0.7;
	transition:0.5s;
}


img {
	max-width:100%;
	image-rendering: -webkit-optimize-contrast;
}


@media screen and (min-width: 900px) {
}


.pc-none {
	display:none;
}

@media screen and (max-width: 899.999px) {
	.sp-none {
		display:none;
	}
	.pc-none {
		display:block;
	}
}

/*スマートフォン版メニュー
-------------------------------------------*/
#nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width:300px;
	height: 100vh;
	opacity: 0;
	background: rgba(0, 0, 0, 0.95);
	visibility:hidden;
}

#nav.active{
	right: 0;
	opacity: 1;
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	transition: all 0.3s ease-in-out;
}

#nav ul{
	margin:80px 30px 0 30px;
	border-top:1px solid #444;
}

#nav ul li{
	list-style-type: none;
	border-bottom:1px solid #444;
}

#nav ul li a{
	display: block;
	padding: 20px 0;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover {
	color: #ccc;
}


.header-logo {
	margin:15px 0 0 30px;
	padding-bottom:20px;
	position:absolute;
	z-index:8;
}

.header-logo img {
	height:54px;
}

@media screen and (max-width: 767.999px) { 

	#nav {
		width:100%;
	}

	#nav ul{
		margin:60px 30px 0 30px;
	}
	
	#nav ul li a{
		padding:12px;
	}

	.header-logo {
		margin:15px 0 0 15px;
	}

	.header-logo img {
		height:30px;
	}
}

/*ボタン*/
.menu,
.menu span {
	display: inline-block;
	-webkit-transition:all .4s;
	transition: all .4s;
	box-sizing: border-box;
}

.menu {
	position: fixed;
	top: 0;
	right:  0;
	width: 54px;
	height: 60px;
	z-index: 10;
	background:none;
	border:none;
	cursor:pointer;
	background:#000;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.menu span {
	position: absolute;
	left: 12px;
	width: 30px;
	height: 2px;
	background-color: #fff;
	z-index: 10;
	box-shadow:0px 0px 7px rgba(0,0,0,0.7);
}

.menu span:nth-of-type(1) {
	top: 28px;
}


.menu span:nth-of-type(2) {
	top: 40px;
}

.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.menu.active span:nth-of-type(2) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

.menu p {
	color:#fff;
	position:absolute;
	top:5px;
	left:0;
	width:100%;
	text-align:center;
	font-size:11px;
}


.menu-twitter {
	width: 54px;
	height: 60px;
	z-index: 9;
	background:#fff;
	position:fixed;
	top:0;
	right:54px;
	text-align:center;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.menu-twitter p {
	color:#C20098;
	position:absolute;
	top:8px;
	left:0;
	width:100%;
	font-size:7px;
}

.menu-twitter img {
	position:absolute;
	width:24px;
	left:15px;
	top:26px;
}
@media screen and (min-width: 768px) {
	.menu,
	.menu span {
		display: inline-block;
		-webkit-transition:all .4s;
		transition: all .4s;
		box-sizing: border-box;
	}
	
	.menu {
		position: fixed;
		top: 0;
		right:  0;
		width: 74px;
		height: 80px;
		z-index: 10;
		background:none;
		border:none;
		cursor:pointer;
		background:#000;
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
	
	.menu span {
		position: absolute;
		left: 20px;
		width: 34px;
		height: 2px;
		background-color: #fff;
		z-index: 10;
		box-shadow:0px 0px 7px rgba(0,0,0,0.7);
	}
	
	.menu span:nth-of-type(1) {
		top: 34px;
	}
	
	
	.menu span:nth-of-type(2) {
		top: 50px;
	}
	
	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	
	.menu.active span:nth-of-type(2) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.menu p {
		color:#fff;
		position:absolute;
		top:8px;
		left:0;
		width:100%;
		text-align:center;
		font-size:11px;
	}
	
	
	.menu-twitter {
		width: 74px;
		height: 80px;
		z-index: 9;
		background:#fff;
		position:fixed;
		top:0;
		right:74px;
		text-align:center;
		box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	}
	
	.menu-twitter p {
		font-size:11px;
	}
	
	.menu-twitter img {
		position:absolute;
		width:34px;
		left:20px;
		top:34px;
	}
}

/*見出し*/

.deco-line {
	text-align:center;
	color:#666666;
}

.deco-line::before,
.deco-line::after {
	content:" ― ";
}


.c-green {
	color:#46B6A5;
}




/*幅*/

.container-01 {
	margin-left:auto;
	margin-right:auto;
	max-width:1180px;
	box-sizing:border-box;
	text-align:left;
}

.container-02 {
	margin-left:auto;
	margin-right:auto;
	max-width:840px;
	box-sizing:border-box;
	text-align:left;
}

.container-03 {
	margin-left:auto;
	margin-right:auto;
	max-width:1000px;
	box-sizing:border-box;
	text-align:left;
}

.inner-01 {
	margin-left:20px;
	margin-right:20px;
	padding-top:40px;
	padding-bottom:40px;
}

@media screen and (min-width: 768px) {
	.inner-01 {
		padding-top:80px;
		padding-bottom:80px;
	}
}


/*特徴
-------------------------------------------*/


.feature-column {
	color:#fff;
}

.feature-column a {
	display:block;
	color:#fff;
}

.feature-txt {
	padding:10px 10px 15px 10px;
}

.feature-img {
	background:#fff;
}

.feature-column img {
	border-radius:5px 5px 0 0;
}

.feature-02, .feature-03 {
	margin-top:15px;
}

.feature-txt {
	background:#51A1CA;
	border-radius:0 0 5px 5px;
}

.feature-02 .feature-txt {
	background-color:#EEC509;
}

.feature-03 .feature-txt {
	background-color:#E74F8C;
}


.feature-btn {
	background:#fff;
	border-radius:20px;
	padding:0.3em 1.5em;
	font-weight:bold;
}

.feature-01 .feature-btn {
	color:#51A1CA;
}

.feature-02 .feature-btn {
	color:#EEC509;
}

.feature-03 .feature-btn {
	color:#E74F8C;
}


.feature-movie-box video {
	width:100%;
	max-width:800px;
	border:1px solid #000;
}

@media screen and (min-width: 768px) {
	#feature .inner-01 {
		padding-top:40px;
	}

	.feature-list {
		width:100% !important;
	}
	
	.feature-column {
		float:left;
		width:calc(33.33333% - 10px);
	}
	
	.feature-01 {
		margin-left: 16.666%
	}
	.feature-02, .feature-03 {
		margin-left:15px;
		margin-top:0;
	}
	
	.feature-txt {
		padding:20px 20px 25px 20px;
	}
}



/*コース
-------------------------------------------*/

#course {
	background:url(../img/course-bg.jpg) ;
	background-attachment: fixed;
	background-size:auto 100%;
}

@media screen and (min-width: 768px) {
	#course {
		background-size:cover;
	}
}

.course-list li{
	padding-top:10px;
}

.course-list li:first-child {
	padding-top:0;
}

.course-box {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
}

.course-box dt {
	background:#8ABD4C;
	font-weight:bold;
	position:relative;
	padding:0.5em 1em 0.5em 2.2em;
	color:#fff;
}


li:nth-child(2) .course-box dt {
	background:#47B6A5;
}

li:nth-child(3) .course-box dt {
	background:#278BBF;
}

li:nth-child(4) .course-box dt {
	background:#EEC509;
}

li:nth-child(5) .course-box dt {
	background:#E74F8C;
}

li:nth-child(6) .course-box dt {
	background:#A61D79;
}

li:nth-child(7) .course-box dt {
	background:#F17433;
}


/*アイコンを表示*/
.course-box dt:before {
	content:"";
	display: block;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top:calc(50% - 0.5em);
	left:1em;
	transition:0.3s;
}

/*アイコンを入れ替える*/
.course-box dt.open:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top:calc(50% - 5px);
	transition:0.3s;
}

.course-box dd {
	display:none;
	padding:1em;
	background:#fff;
	margin-bottom:5px;
}


.btn-twitter {
	background:#333;
	font-weight:bold;
	padding:1em 2.5em;
	display:inline-block;
	position:relative;
	border-radius:30px;
}

.btn-twitter span:before {
	content:"";
	display:inline-block;
	width:1.3em;
	height:1.3em;
	background:url("../img/icn-instagram.png") no-repeat left center;
	background-size:auto 90%;
	position: absolute;
	left: 1em;
	top: 1.2em;
}

.btn-twitter span:after {
	content:"";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(90deg);
	transform: rotate(315deg);
	transition:0.3s;
	position: absolute;
	right: 1.5em;
	top: 1.5em;
}

	
@media screen and (min-width: 768px) {
	.btn-twitter {
		font-size:18px;
		padding:0.8em 2.5em;
	}
}



/*お迎え
-------------------------------------------*/
@media screen and (min-width: 768px) {
	.pickup-txt {
		width:45%;
		display:table-cell;
		vertical-align:middle;
	}
	
	.pickup-txt p,
	.pickup-txt dl {
		padding-left:40px;
	}
	
	.pickup-img {
		width:55%;
		display:table-cell;
		vertical-align:middle;
	}
}


/*挿絵
-------------------------------------------*/

.interval-01, .interval-02 {
	height:175px;
	background:url(../img/interval-01.jpg) ;
	background-size:cover;
}


@media screen and (min-width: 768px) {
	.interval-01, .interval-02{
		height:25vw;
	}
}

.interval-02 {
	background:url(../img/interval-02.jpg) ;
	background-size:cover;
}



/*費用・入会方法
-------------------------------------------*/

.bg-green {
	background:#F1F9F8;
}

.tbl-01 {
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	background:#fff;
	width:100%;
}

.tbl-01 th {
	background:#47B6A5;
	color:#fff;
	width:5em;
}

.tbl-01 th, .tbl-01 td {
	border-bottom:1px solid #ddd;
	padding:1em;
}


.btn-form {
	background: #f7e205;
	background: -moz-linear-gradient(left, #FEFC00 0%, #f7e205 100%);
	background: -webkit-gradient(linear, left center, right center, from(#FEFC00), to(#f7e205));
	background: -webkit-linear-gradient(left, #FEFC00 0%, #f7e205 100%);
	background: -o-linear-gradient(left, #FEFC00 0%, #f7e205 100%);
	background: linear-gradient(to right, #FEFC00 0%, #f7e205 100%);
	font-weight:bold;
	color:#000 !important;
	padding:0.8em 2em;
	display:inline-block;
	position:relative;
	border-radius:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	min-width:230px;
	border:none;
}

.btn-form span:after {
	content:"";
	display: inline-block;
	width: 0.5em;
	height: 0.5em;
	border-bottom: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform: rotate(90deg);
	transform: rotate(315deg);
	transition:0.3s;
	margin-left:0.5em;
}

.c-red {
	color:#F00;
}

@media screen and (min-width: 768px) {
	.tbl-01 th {
		width:6em;
	}

	.btn-form {
		padding:0.8em 3em;
		font-size:18px;
	}
	.btn-form span:after {
		margin-left:0.7em;
	}
}

.att-01 dd {
	margin:-1.7em 0 0 1.5em !important;
}

/*確認*/

.contact-height {
	min-height:calc(100vh - 240px);
	box-sizing:border-box;
	padding-top:20px;
}

@media screen and (min-width: 768px) {
	.contact-height {
		min-height:calc(100vh - 140px);
		padding-top:40px;
	}
}
.confirm-form {
	display:block;
	width:50%;
	float:left;
}

.confirm-form .btn-form {
	padding-left:0;
	padding-right:0;
	width:10em;
	min-width:auto;
	box-sizing:border-box;
	margin:0 1em;
}

@media screen and (min-width: 768px) {
	.confirm-form .btn-form {
		padding-left:0;
		padding-right:0;
	}
}

/*アクセス
-------------------------------------------*/

.tbl-02 {
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
	background:#fff;
	width:100%;
}

.tbl-02 th {
	width:6em;
	background:#EEEEEE;
}

.tbl-02 th, .tbl-02 td {
	border-bottom:1px solid #ddd;
	padding:1em;
}

.access-iframe {
	width:100%;
	height:450px;
}

.access-img img {
	border-radius:5px;
}

.access-day {
	width: 4em;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.tbl-02 th {
		width:8em;
	}
	
	.access-txt, .access-img {
		display:table-cell;
		vertical-align:middle;
	}
	
	.access-txt {
		padding-right:40px;
		width:60%;
		box-sizing:border-box;
	}
	
}



/*概要
-------------------------------------------*/

.profile-img-01,
.profile-img {
	float:right;
	width:30vw;
	margin:0 0 20px 20px;
}

.shadow-01 {
	box-shadow:0px 0px 10px rgba(0,0,0,0.2);
}

.list-01 {
	border-bottom:1px solid #ddd;
}

.list-01 li {
	border-top:1px solid #ddd;
	padding:5px 0;
}

.info-dl-01 dt {
	font-weight:bold;
}

.tbl-03 th {
	font-weight:normal;
}


@media screen and (min-width: 768px) {
	.profile-img-01,
	.profile-img {
		float:left;
		width:220px;
		margin:0 30px 0 0;
	}
	
	.profile-box {
		width:calc(50% - 25px);
		float:left;
	}
	
	.profile-box:first-child {
		margin-right:50px;
	}
	
	.profile-box:nth-child(1),
	.profile-box:nth-child(2) {
		margin-bottom:50px;
	}
	
	.info-dl-01 dt,
	.info-dl-01 dd {
		padding:0em;
	}
	
	.info-dl-01 dd {
		margin:-1.7em 0 0 5em;
	}
	
	.list-01 li {
		padding:15px 10px;
	}

}



/*必須
-------------------------------------------*/

.contact-hissu {
	background:#46B6A5;
	color:#fff;
	padding:5px 8px;
	font-size:80%;
	line-height:1em;
	display:inline-block;
	margin-right:10px;
}

.contact-dl-01 dt {
	font-weight:bold;
}

.contact-dl-01 dd {
	margin:5px 0 0 0;
}

.contact-input-01, .contact-input-02{
	width:100%;
	border:1px solid #ccc;
	padding:5px;
}


input, select, option {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.list-02 li {
	padding:0 0 15px 0;
}


@media screen and (min-width: 768px) {

	.contact-dl-01 dd {
		margin:-1.7em 0 0 15em;
	}
	
	.contact-input-01 {
		width:80%;
	}

	.list-02 {
		border-bottom:1px solid #ddd;
	}
	
	.list-02 li {
		border-top:1px solid #ddd;
		padding:20px 10px;
	}
	
}



/*フッター
-------------------------------------------*/

footer {
	background:#000;
	font-size:90%;
	color:#fff;
	padding:20px 0;
	text-align:center;
}


footer .inner-01 {
	padding:0;
}

.footer-menu {
	text-align:left;
	padding-bottom:20px;
}

.footer-menu li {
	display:inline-block;
	width:49%;
}

.footer-name {
	padding-bottom:20px;
}

.footer-logo,
.footer-address {
	display:table-cell;
	vertical-align:middle;
}

.footer-logo {
	width:50px;
}

.footer-address dt {
	font-weight:bold;
}


@media screen and (min-width: 768px) {
.footer {
	padding:40px 0;
}

.footer-menu {
	width:50%;
	float:right;
	padding-bottom:0;
}

.footer-credit {
	width:45%;
	float:left;
}


}


/*メインビジュアル
-------------------------------------------*/
@media screen and (min-width: 768px) {
	.slide-01 {
		background:url(../img/mainv-pc-01.jpg) no-repeat center center;
		background-size:cover;
		height:490px;
	}
	.slide-02 {
		background:url(../img/mainv-pc-02.jpg) no-repeat center center;
		background-size:cover;
		height:490px;
	}
	.slide-inner {
		max-width:1140px;
		padding-left:20px;
		padding-right:20px;
		box-sizing:border-box;
		margin-left:auto;
		margin-right:auto;
	}
	
	.slide-01 img, .slide-02 img {
		margin-top:186px;
		max-width:50% !important;
	}
}


@media screen and (min-width: 1000px) {
	.slide-01, .slide-02 {
		height:590px;
	}
}


/* popup */

.p-top-contact-popup-wrp{
	display:none;
	position:fixed;
	top:50px;
	left:0;
	box-sizing:border-box;
	width:100%;
	height:80%;
	padding:0 20px;
	z-index:111;
}

.p-top-contact-popup{
/*	display:none;
	position:fixed;
	top:50px;
	left:0;
	margin:0 20px;
	background:#ffffff;
	height:80%;
	overflow-y:scroll;
	z-index:111;*/
	width:100%;
	max-width:800px;
	margin:0 auto;
	height:100%;
	background:#ffffff;
	overflow-y:scroll;
}

.p-top-contact-popup > .u-inner{
	padding:50px 30px;
	position:relative;
}

.p-top-contact-popup > .u-inner .p-top-contact-popup-close{
	position:fixed;
	top:0;
	right:0;
	box-sizing:border-box;
	width:100%;
	height:50px;
	padding:0 20px;
	margin:0 auto;
}

.p-top-contact-popup > .u-inner .p-top-contact-popup-close p{
	width:100%;
	max-width:800px;
	margin:0 auto;
}

.p-top-contact-popup > .u-inner .p-top-contact-popup-close a{
	display:block;
	width:50px;
	height:50px;
	margin:0 0 0 auto;
	position:relative;
}

.p-top-contact-popup > .u-inner .p-top-contact-popup-close a:before{
	display: block;
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 36px;
	height: 1px;
	margin: auto;
	background: #ffffff;
	transform: rotate(45deg);
}

.p-top-contact-popup > .u-inner .p-top-contact-popup-close a:after{
	display: block;
	position: absolute;
	content:"";
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	width: 36px;
	height: 1px;
	margin: auto;
	background: #ffffff;
	transform: rotate(-45deg);
}

.p-top-contact-popup-close2{
	margin-top:50px;
	text-align:center;
	font-size:16oxl
	line-height:1.75;
}


@media screen and (max-width: 896px) {

}



/*


/* overlay */

.c-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.6);
	z-index:100;
}

.c-overlay2{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background: rgba(0,0,0,0.6);
	z-index:110;
}


/*時間割
-------------------------------------------*/

.bg-gray {
	background:#f5f5f5;
}

.ttl-jikanwari {
	position: relative;
}

.ttl-jikanwari span {
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 896px) {
	.ttl-jikanwari span {
		font-size: 11px;
	}
}

.fs-40 {
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

.text-underline {
	text-decoration: underline;
}
