@charset "utf-8";

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

	#home .slider img {
		max-width: 480px;
	}

	#header .wrap .head-menu {
		width: 45%;
		min-width: 320px;
	}

}


/*
----------------------------------------
1000
----------------------------------------
*/

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

	html[lang=ja],
	html[lang=ja] body {
		margin-top: 0 !important;
		padding: 0 !important;
	}

	#wrapper {
		padding-top: 140px;
	}

	#header > .wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		min-width: 420px;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 0;
		background: #fff;
		border-bottom: solid 1px #ccc;
		z-index: 999999;
	}

	#header .logo {
		min-width: 100px;
		max-width: 60px;
		margin-right: 5px;
		padding: 15px 15px 10px;
	}

	#header h1 {
		font-size: 1rem;
	}

	#header .h-txt,
	#header .bnr {
		display: none;
	}

	#header .wrap .loginout a {
		min-width: 35px;
		box-sizing: border-box;
		font-size: 1rem;
		line-height: 1.4;
		white-space: nowrap;
		padding: 8px 4px;
		background: #333;
		color: #fff;
	}

	#header .wrap .loginout a span {
		display: none;
	}

	#header .wrap .head-menu {
		order: 1;
		width: 100%;
		margin: 0;
		padding: 10px 15px;
		border-top: solid 1px #ccc;
	}

	.header-01 {
		margin-bottom: 40px;
	}

	.header-01 h2 {
		font-size: 1.4rem !important;
	}

	.header-01 .en {
		font-size: 3rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.header-01 .en::after {
		height: 15px;
	}

	/* sp-btn */

	#sp-btn {
		display: block;
		width: 50px;
		height: 50px;
		padding: 6px 2px;
		border: solid 1px #ccc;
		box-sizing: border-box;
		margin: 0 15px !important;
		text-align: center;
	}

	#sp-btn a,
	#sp-btn a span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .5s;
	}

	#sp-btn a {
		position: relative;
		width: 16px;
		height: 14px;
	}

	#sp-btn a span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
	}

	#sp-btn a span:nth-of-type(1) {
		top: 0;
	}

	#sp-btn a span:nth-of-type(2) {
		top: 6px;
	}

	#sp-btn a span:nth-of-type(3) {
		bottom: 0;
	}

	#sp-btn p {
		font-family: 'Josefin Sans', sans-serif;
		font-size: .8rem;
		line-height: 1.4;
		text-transform: uppercase;
		margin: 0;
	}

	#sp-btn.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	#sp-btn.active span:nth-of-type(2) {
		opacity: 0;
	}
	#sp-btn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-6px) rotate(45deg);
		transform: translateY(-6px) rotate(45deg);
	}

	/* g-anv */

	#g-nav {
		display: none;
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		padding: 0;
		max-height: calc( 100vh - 75px );
		overflow: auto;
		z-index: 999999;
	}

	#g-nav > ul.wrap {
		flex-direction: column;
		padding: 0;
		border-bottom: solid 1px #ccc;
	}

	#g-nav > ul > li {
		display: block;
		width: 100%;
		border: none;
		border-top: solid 1px #ccc;
	}

	#g-nav > ul > li a {
		display: block;
	}

	#g-nav > ul > li a::before {
		display: none;
	}

	#g-nav > ul > li a:hover {
		background: #eee;
	}

	/* sub-menu */

	#g-nav li ul {
		position: relative;
		top: 0;
		left: 0;
		visibility: visible;
		opacity: 1;
		transition: all 0s;
	}

	#g-nav li a[href='#'] {
		background: #333;
		position: relative;
	}

	#g-nav li a[href='#']:after {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 2rem;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translate( 0, -50% );
	}

	#g-nav li a[href='#'].active:after {
		content: '\f106';
	}

	#g-nav li:last-child ul {
		left: 0;
	}

	#g-nav li:hover ul {
		top: 0;
	}

	#g-nav li ul li {
		border-top: solid 1px #ccc;
		border-bottom: 0;
	}

	#g-nav li ul li:first-child {
		border-top: 0;
	}

	#g-nav li ul a {
		text-align: center;
		white-space: normal;
		background: #555;
		color: #fff;
	}

	#g-nav li ul a:hover {
		background: #777;
	}

}

/*
----------------------------------------
750
----------------------------------------
*/

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

	body {
		font-size: 1.4rem;
	}

	br.pc {
		display: none !important;
	}

	br.sp {
		display: block !important;
	}

	.center p br {
		display: none;
	}

	.wrap {
		padding: 0 10px;
	}

	figcaption {
		text-align: left;
	}

	figcaption br {
		display: none;
	}
	#header h1 { /*--750px以下h1調整--*/
	    font-size: 1rem;
	    display: flex;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 72px;
	    flex-direction: column;
	    justify-content: center;
	    box-sizing: border-box;
	    padding: 0 80px 0 130px;
	}
	#contents .post .post-contents{
		overflow:hidden;
	}
	.contents .center p {
		text-align: left;
	}

	.contents .heading-01 {
		margin: 15px;
		padding-bottom: 15px;
	}

	.contents .heading-01::after {
		height: 15px;
	}

	.contents .heading-02 {
		margin: 20px 0;
		padding: 5px 15px;
	}

	.table-01 {
		margin: 20px 0;
	}

	.table-01 td,
	.table-01 th {
		padding: 5px;
		font-size: 1.2rem;
	}

	.table-02 {
		margin: 15px 0;
	}

	#contents h1 {
		font-size: 2.2rem;
	}

	#contents h2 {
		font-size: 2.1rem;
	}

	#contents h3 {
		font-size: 2rem;
		margin-bottom: 15px;
	}

	/* layout */

	html {
		margin-top: 0 !important;
	}

	#container {
		display: block;
		padding-bottom: 0;
	}

	#contents {
		width: 100% !important;
	}

	#contents section {
		margin-bottom: 30px;
	}

	#sidebar {
		width: 100% !important;
		padding: 0 !important;
	}

	#sidebar .back-link a {
		margin-bottom: 15px;
	}

	.side-menu.box-menu {
		padding: 10px;
	}

	#sidebar .bnr,
	#sidebar .part {
		display: none;
	}

	/* footer */

	.social-box .bnr-box figure {
		margin-bottom: 15px;
	}

	footer .wrap {
		padding: 20px 20px 0;
	}

	footer p,
	footer ul {
		font-size: 1.2rem;
	}

	footer #bottom-nav {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		box-sizing: border-box;
	}

	footer #bottom-nav h2 {
		font-size: 1.4rem;
	}

	footer #bottom-nav .flex > ul > li > a,
	footer #bottom-nav .menu > ul > li > a {
		display: block;
	}

	footer .store-info {
		width: 100%;
		padding-right: 0;
		margin-bottom: 15px;
	}

	footer .store-info h2 {
		font-size: 1.8rem;
	}

	footer .store-img {
		width: 100%;
		text-align: center;
	}

	.copyright {
		padding: 20px 20px 80px 20px;
	}

	.copyright small {
		font-size: 1.2rem;
	}

	#fix-bnr {
		display: none;
	}

	#bottom-fix {
		width: 100%;
		min-width: 420px;
		left: 0;
		right: auto;
		bottom: 0;
		align-items: center;
		border-top: solid 1px #ccc;
		background: #fafafa;
	}

	#bottom-fix ul {
		-js-display: flex;
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#bottom-fix li {
		width: 25%;
		position: relative;
	}

	#bottom-fix li::before {
		content: '';
		width: 1px;
		background: #ccc;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
	}

	#bottom-fix li:first-child::before {
		display: none;
	}

	#bottom-fix li a {
		display: block;
		padding: 35px 5px 5px;
		font-size: 1.3rem;
	}

	#bottom-fix li.tel a {
		background: url( ../img/common/icon-tel.svg ) center top 10px / 22px no-repeat;
	}

	#bottom-fix li.contact a {
		background: url( ../img/common/icon-mail.svg ) center top 10px / 22px no-repeat;
	}

	#bottom-fix li.access a {
		background: url( ../img/common/icon-pin.svg ) center top 10px / 22px no-repeat;
	}

	#bottom-fix li.lesson a {
		background: url( ../img/common/icon-check.svg ) center top 10px / 22px no-repeat;
	}

	#page-top {
		position: fixed;
		right: 10px;
		bottom: 75px;
		z-index: 10;
	}

	#page-top a {
		width: 50px;
		height: 50px;
		line-height: 45px;
		font-size: 2rem;
		border-radius: 50%;
	}

	footer #bottom-nav .box, footer #bottom-nav .menu {
		width: 50%;
		padding: 0 10px;
	}

	/* column */

	.flex {
		margin: 0 0 20px 0;
	}

	.flex .box {
		margin-bottom: 10px;
	}

	.flex .box.pic {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.flex.reverce .box.pic {
		padding: 0;
	}

	.flex figure + .box.txt {
		width: 100%;
	}

	.flex.box-02 .box,
	.flex.box-03 .box,
	.flex.box-04 .box,
	.flex.box-05 .box,
	.flex.box-06 .box {
		width: 100% !important;
		box-sizing: border-box;
	}

	/* flow */

	.flow.flex .box {
		padding: 30px 0 0 0;
		margin-top: 30px;
	}

	.flow.flex .box:first-child {
		padding: 0;
		margin-top: 0;
	}

	.flow.flex .box:before {
		font-family: 'FontAwesome';
		content: '\f107';
		font-size: 4rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate( -50%, -50% );
	}

	/* slider */

	.slider.thumb-slider {
		margin: 30px 0 0 0;
	}

	.slider figure {
		line-height: .8;
	}

	.slider.thumb-slider + .thumb figure {
		padding: 3px 2px;
	}

	/* bnr */

	#contents .bnr {
		margin: 20px 0;
	}

	#contents .bnr figure {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 15px;
	}

	/* post */

	#contents .post {
		padding: 10px 10px 5px 10px;
		margin-bottom: 20px;
	}

	#contents ul.cat-list {
		margin-bottom: 5px;
	}

	.post .post-header {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.post .flex {
		flex-direction: column;
		margin: 15px 0;
	}

	.post .flex > .thumb {
		width: 100%;
		padding: 0;
	}

	.post .flex > .thumb + .txt {
		width: 100%;
	}

	.post .flex > .txt p {
		margin-bottom: 10px;
	}

	.post .more a {
		display: block;
		text-align: center;
		padding: 2px 25px;
	}

	.post-nav {
		flex-direction: column;
		margin: 20px 0;
	}

	.post-nav a img,
	.post-nav .back-link {
		display: none;
	}

	.post-nav .prev, .post-nav .next {
		width: 100%;
	}

	.post-nav .prev a, .post-nav .next a {
		box-sizing: border-box;
		background: #fafafa;
		padding: 10px 3rem;
		margin: 5px 0;
		border-radius: 5px;
	}

	.post-nav .prev a:before {
		left: 10px;
	}

	.post-nav .prev a:hover:before {
		left: 5px;
	}

	.post-nav .next a:before {
		right: 10px;
	}

	.post-nav .next a:hover:before {
		right: 5px;
	}

	/* contact */

	#contact #contents .tel {
		display: block;
		text-align: center;
		line-height: 1;
		margin-top: 40px;
	}

	#contact #contents .date {
		display: block;
		text-align: center;
		border: none;
		margin: 0;
	}

	#contact .form-table tr {
		display: flex;
		flex-direction: column;
	}

	/* home */

	.slider.slick-dotted.slick-slider {
		margin: 0 0 50px 0;
	}

	.slider .slick-dots {
		bottom: -30px;
	}

	#home .slider .img-01 {
		background: url( ../img/home/top-main-01-bg-sp.png ) center / cover no-repeat;
	}

	#home .slider .img-02 {
		background: url( ../img/home/top-main-02-bg-sp.png ) center / cover no-repeat;
	}

	/* sec-01 */

	#home .sec-01 {
		flex-direction: column;
	}

	#home .sec-01 .news {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	#home .sec-01 .news .dl-inner {
		font-size: 1.3rem;
		justify-content: flex-start;
	}

	#home #contents ul.cat-list a {
		font-size: 1.1rem;
	}

	#home .sec-01 .news .dt {
		width: 25%;
	}

	#home .sec-01 .news .cat-list {
		width: 75%;
	}

	#home .sec-01 .news .dd {
		width: 100%;
	}

	#home .sec-01 .news h2 {
		font-size: 1.2rem;
	}

	#home .sec-01 .news h2 .en {
		font-size: 3rem;
	}

	#home .sec-01 .news .txt {
		max-height: 300px;
	}

	#home .sec-01 .bnr-set {
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 10px auto;
	}

	/* sec-02 */

	#home .sec-02 ul.point {
		flex-direction: column;
		padding: 0 10px;
	}

	#home .sec-02 ul.point > li {
		width: 100%;
		margin-bottom: 30px;
		font-size: 1.3rem;
	}

	#home .sec-02 ul.point figure img {
		box-shadow: 10px 10px 0 0 #eee;
		margin-bottom: 15px;
		max-width: 80%;
	}

	#home .sec-02 ul.point h3 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		text-align: center;
	}

	/* sec-03 */

	#home .sec-03 .photo-box {
		background: url( ../img/home/affter-follow-bg.png ) center center / cover repeat-x;
		padding: 30px;
	}

	#home .sec-03 .txt {
		width: 260px;
		height: 260px;
		padding: 20px;
		font-size: 1.2rem;
	}

	#home .sec-03 .txt h3 {
		margin: 10px 0 5px 0;
	}

	#home .sec-03 .txt h3 img {
		max-width: 75%;
	}

	#home .sec-03 .txt .btn-01 {
		margin: 10px;
	}

	/* sec-04 */

	#home .sec-04 .page-list {
		flex-direction: column;
	}

	#home .sec-04 .page-list li {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 0 auto 20px auto;
		font-size: 1.3rem;
	}

	/* sec-05 */

	#home .sec-05 header {
		padding: 20px 0;
	}

	#home .sec-05 header h2 {
		font-size: 1.4rem;
	}

	#home .sec-05 header .en {
		font-size: 3rem;
	}

	#home .sec-05 .wrap .txt {
		margin-right: 0;
		padding: 20px 10px;
	}

	#home .sec-05 .wrap .txt .btn-04 {
		text-align: center;
		margin-bottom: 10px;
	}

	#home .sec-05 .wrap .instructor {
		text-align: center;
		padding: 20px 0 0;
		margin: 0 10px;
		background: #fafafa;
	}

	#home .sec-05 .wrap .instructor img {
		position: relative;
		bottom: 0;
		right: 0;
		max-width: 200px;
		line-height: 1;
	}

	#home .sec-05 .wrap .instructor figcaption {
		font-size: 1.4rem;
		right: 35px;
	}

	#home .sec-05 .wrap .instructor figcaption span {
		font-size: 1.2rem;
	}

	.bottom-bnr {
		margin-bottom: 0;
	}

	.bottom-bnr .wrap {
		flex-direction: column;
		padding: 20px 10px 0;
		background: #fafafa;
		margin-bottom: 0;
	}

	.bottom-bnr .wrap figure {
		margin-bottom: 10px;
		width: 100%;
    padding-bottom: 0;
	}

	.bottom-page-link {
		padding: 0;
	}

	.bottom-page-link .wrap {
		flex-direction: column;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.bottom-page-link figure {
		width: 100%;
		margin-bottom: 10px;
	}

	.social-box {
		padding: 20px 10px;
	}

	.social-box .wrap {
		flex-direction: column;
	}

	.social-box .wrap > div {
		width: initial;
		margin-bottom: 20px;
	}

	/* faq */

	#faq-menu.flex {
		flex-direction: column;
	}

	#faq-menu.flex .box {
		width: 100%;
	}

	/* voice */

	#voice .faq-list {
		margin: 20px 0 0 0;
		padding: 0;
		background: transparent;
	}

	.faq-01 dt:before, .faq-01 dd:before {
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}

	.faq-01 dt:before {
		top: 20px;
	}

	.faq-01 dd:before {
		top: 0;
	}

	.faq-01 dt {
		font-size: 1.4rem;
		padding: 20px 0 20px 4rem;
	}

	.faq-01 dd {
		padding: 0 0 20px 4rem;
	}

	/* case */

	#case .case-box {
		margin-bottom: 20px;
	}

	#case .case-box h2 {
		font-size: 2.1rem;
		margin: 10px 0;
	}

	#case .case-box .read br {
		display: none;
	}

	#case .staff-box .pic {
		width: 100%;
		text-align: center;
	}

	#case .staff-box .txt {
		width: 100%;
		margin-top: 15px;
	}

	#case .staff-box .txt::after {
		position: absolute;
		left: 50%;
		top: -25px;
		border-bottom: 15px solid #fff;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		transform: translateX( -50% );
	}

	.btn-01.center a,
	.btn-02.center a,
	.btn-03.center a,
	.btn-04.center a,
	.btn-05.center a,
	.btn-06.center a {
		margin: 10px 5px;
	}

	.btn-02 a {
		min-width: initial;
		box-sizing: border-box;
		padding: 10px 30px 10px 20px;
		box-sizing: border-box;
		font-size: 1.4rem;
	}

	.btn-03 {
		margin: 10px 0 0;
	}

	.page section > div, .page section > figure {
		margin: 0 0 10px 0;
	}

	.video {
		margin: 20px auto !important;
	}

	/* page */

	#page-ttl {
		padding: 30px 20px;
	}

	#page-ttl h2.en {
		font-size: 4rem;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}

	#page-ttl h2.en::after {
		height: 15px;
	}

	#page-ttl p {
		font-size: 1.6rem;
	}

	.page .sec {
		padding: 20px 0 0 0;
	}

	#page-link p {
		display: block;
		margin-bottom: 30px;
	}

	#page-link a {
		display: block;
		width: auto;
	}

	/* beginner */

	#beginner .sec-02 .flex {
		padding: 10px;
	}

	#trial-lesson .bnr {
		flex-direction: column;
	}

	#about-reborn dl.point {
		padding: 0 10px;
		background: url( ../img/page/point-bg.png ) center center / contain no-repeat;
		text-align: left;
	}

	#about-reborn dl.point dt {
		font-size: 1.6rem;
	}

	#about-reborn dl.point dt::before,
	#about-reborn dl.point dt::after {
		display: none;
	}

	#about-reborn dl.point dd br {
		display: none;
	}

	dl.notice dd {
		padding: 10px;
	}

	#trial-lesson .flex.box-02 .box {
		padding: 10px;
		margin: 0 0 10px 0;
	}

	#trial-lesson .flex.box-02 .box h3 {
		font-size: 1.6rem;
		margin-bottom: 5px;
	}

	/* class-schedule */

	#class-schedule .cal_wrapper {
	}

	#class-schedule #lesson {
		padding: 0 10px;
	}

	#class-schedule #lesson .heading-03 + div {
		margin: 0 auto 20px;
	}

	#class-schedule #lesson .notice {
		margin-top: 40px;
	}

	/* school */

	#school #course .btn-01 a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}

	#school #course .heading-02 span {
		font-size: 1.3rem;
	}

	#school .box-03 .box {
		padding: 0 0 20px 0;
		border: none;
		border-bottom: solid 1px #ccc;
		box-shadow: none;
		margin-bottom: 20px;
	}

	#school #contents .course {
		padding: 10px;
	}

	#school #contents .course .flex {
		margin: 10px;
	}

	#school #contents .course .btn-02 {
		flex-direction: column;
		margin: 5px 0;
	}

	#school #contents .course .btn-02 a {
		margin: 5px 0;
	}

	.flex .box .num {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 0;
	}

	#school .num + h3 {
		font-size: 1.6rem !important;
	}

	#school .flow-list {
		margin: 0;
	}

	#school .flow-list li {
		font-size: 1.3rem;
		padding: 10px;
		margin-top: 30px;
		text-align: left;
	}

	#school .flow-list li::before {
		top: -25px;
	}

	#school .flow-date {
		font-size: 1.6rem;
		padding: 5px 15px;
	}

	.contents .heading-06 span {
		font-size: 1.3rem;
	}

	#school .course .price {
		font-size: 1.6rem;
		margin: 20px 0;
	}

	#school .course .price strong {
		font-size: 2rem;
	}

	#school .course .price span {
		font-size: 1.2rem;
	}

	#school .benefits-list {
		padding: 10px;
		margin: 20px 0 40px 0;
	}

	#school .benefits-list li {
		width: 100%;
		font-size: 1.4rem;
	}

	#school .benefits-list li:nth-child(2) {
		border-top: dotted 1px #000;
	}

	#school .course .table-01 {
		margin: 20px 0;
	}

	#school .graduates-list dt {
		font-size: 1.6rem;
	}

	#school .graduates-list dt span {
		display: block;
		margin-left: 0;
		font-size: 1.2rem;
	}

	/* price-list */

	#price-list #contents .price {
		padding: 5px 10px;
	}

	#price-list .sec-07 .btn-02 {
		margin-bottom: 30px;
	}

	/* faq */

	#contents #faq-menu {
		padding: 0;
	}

	#faq-menu .box {
		margin-bottom: 0;
	}

	#contents #faq-menu h2 {
		font-size: 1.8rem !important;
	}

	#faq-menu li a {
		font-size: 1.2rem;
	}

	#faq .faq-box h2 {
		font-size: 2rem;
		letter-spacing: 0;
		padding: 10px 0;
	}

	#faq .faq-box h2::before,
	#faq .faq-box h2::after {
		display: none;
	}

	/* contact */

	#contact #contents .tel {
		margin-top: 20px;
	}

	#contact .pp-box {
		margin-top:30px;
	}

	.page section > div.map {
		margin: 20px 0;
	}

	/* instructor */

	#instructor section.main .heading-04 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}

	#instructor .flex .box {
		padding: 0 10px;
	}

	#instructor section.list div.flex {
		padding: 10px;
	}

	#instructor section.list div.flex .pic img {
		max-width: 70%;
		margin-bottom: 10px;
	}

	#holistic-menu #contents .flex.box-03 .box {
		padding: 15px;
		margin-bottom: 20px;
	}

	/* community */

	#community #contents section {
		margin-top: 0;
	}

	#community #benefits .box {
		margin: 0 0 20px 0;
		padding: 20px;
	}

	/* blog */

	#contents section.relation-post figure img {
		height: 200px;
	}

}
