@charset "utf-8";
/* CSS Document */
html{scroll-behavior: smooth;}
body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.5;
	font-weight: 700;
	color: #000000;
	text-align: justify;

}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrapper {
	/*display: flex;*/
	width: 100%;
	background: #fff no-repeat center top;
	overflow: hidden;
	height: auto;
}


h1,h2,h3,h4,h5,.midashi{
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
		font-weight: 900;
		font-style: normal;
}
p{
	font-size: 16px;
	line-height: 1.87;
}
a:hover{opacity:0.7;}

.br_ipad {display: none;}
.br_sp{display: none;}
@media screen and (max-width: 1024px) {
	div#wrapper {width: 100%!important; display: block;}
	.br_ipad {display: block;}
}

@media screen and (max-width: 750px) {
	.br_sp {display: block;}
}

/********************************

header

********************************/

/*=========
header（ハンバーガーメニュー）
===========*/
header {
	background: url(../img/pattern_01.jpg)bottom left/120px repeat-x,url(../img/blue_bg.jpg)top center repeat;
	width: 100%;
	display: block;
	height: 135px;
	position: fixed;
	z-index: 1;
}
header>div{
	width: 100px;
	position: fixed;
	right:0%;
	z-index: 1000;
	display: inline-block;
	animation: he_bg 0.5s;
	transition: 0.4s;
	box-sizing: border-box;
}

.hamburger {
	width: 112px;
	height: 105px;
	float: right;
	position: relative;
	border: 2px solid #e8ca69;
	box-sizing: border-box;
}

.hamburger div {
	display: block;
	width: 60px;
	height: 44px;
	position: absolute !important;
	z-index: 10001;
	cursor: pointer;
	top: 28%;
	right: 22%;
}

.hamburger div span:nth-child(1) {
	margin-top: 0px;
}

.hamburger div span:nth-child(2) {
	margin-top: 22px;
	margin-right: 0px;
}

.hamburger div span:nth-child(3) {
	margin-top: 44px;
}

.hamburger div span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #e8ca69 none repeat scroll 0% 0%;
	opacity: 1;
	right: 0px;
	transition: all 0.25s ease-in-out 0s;
	transform: rotate(0deg);
}

.hamburger div span.color {
	background: #ffffff none repeat scroll 0% 0%;
}

.hamburger div.opened span:nth-child(1) {
	transform: rotate(135deg);
	margin-top: 20px;
	background: #e8ca69 !important;
}

.hamburger div.opened span:nth-child(2) {
	opacity: 0;
	right: -75px;
}

.hamburger div.opened span:nth-child(3) {
	transform: rotate(-135deg);
	margin-top: 20px;
	background: #e8ca69 !important;
}

/*------ hamburger menu clickの時の LIST ------*/

div.inner {
	width: 100%;
	/*width: 26%;*/
	/*height: 70%;*/
	/*height: calc(100% - 200px);*/
	height: 100%;
	background-color: #f7f6f2;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	top: 0;
	opacity: 0;
	right: -100%;
	display: block;
	overflow-y: scroll;
	padding: 120px 0;
}

div.inner>div {
	width: 80%;
	margin: 0 auto;
	display: flex;
	text-align: center;
}

div.inner div ul {
	/*margin-left: auto;*/
	width: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}

div.inner div ul li {
	width: 100%;
	display: block;
	vertical-align: top;
}

div.inner div ul li a {
	color: #34318f;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 40px;
}

.on {
	right: 0 !important;
	display: block;
}

.tel{
	text-decoration: none;
	color: #000000;
}

@media screen and (max-width: 1400px) {
	div.inner>div {width: 86%;}
	div.inner>div>span {width: 47%;}
	div.inner>div>span>img {width: 100%;}
}

@media screen and (max-width: 768px) {

	header{height: 102px;}
	header>div{height: 72px;}

	.hamburger {
		width: 74px;
		height: 72px;
		top: 0px;
		right: 0px;
	}

	.hamburger div {
		width: 36px;
		height: 30px;
		right: 25%;
		top: 30%;
	}
	.hamburger div span:nth-child(2) {margin-top: 14px;}
	.hamburger div span:nth-child(3){margin-top: 28px;}

	.hamburger div.opened span:nth-child(1){margin-top: 15px;}
	.hamburger div.opened span:nth-child(3){margin-top: 15px;}

	div.inner {
		width: 100%;
		height: 100%;
	}

	.hamburger a:hover {opacity: 1;}

}

@media(min-width: 750px) {
	.tel[href^="tel:"] {
		pointer-events: none;
	}
}

/********************************

#mv

********************************/

#mv img{width: 100%;}

#mv {
	background: #34318f;
	padding: 90px 0;
	margin-top: 135px;
}

#mv div {
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
	border-top: 2px solid #e8ca69;
	border-bottom: 2px solid #e8ca69;
	box-sizing: border-box;
	padding: 18px 10px 20px;
	position: relative;
}

#mv div::before,
#mv div::after {
	content: "";
	background: url(../img/ttl_kazari01.png)top center no-repeat;
	background-size: contain;
	display: block;
	width: 68px;
	height: 25px;
	position: absolute;
	transform: translateY(-50%);
}

#mv div::before {
	right: calc(50% + -34px);
	top: -1px;
}
#mv div::after {
	left: calc(50% + -34px);
	bottom: -26px;
}
#mv h2 {
	color: #e8ca69;
	font-size: 35px;
}

@media screen and (max-width: 768px) {
	#mv {margin-top: 102px;}
}

@media screen and (max-width: 750px) {
	#mv{padding: 50px 0;}
	#mv h2{font-size: 25px;}
}

/********************************

#course

********************************/

#course{
	background: url(../img/pattern_02.jpg)top center repeat;
	padding: 90px 0 80px;
	text-align: center;
}

#course>div{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto 60px;
}

.course_intro{
	display: flex;
	padding-left: 8%;
}
.course_intro img{width: 400px;}

.course_intro>div{
	margin-left: 6%;
	text-align: left;
}

#course .course_ttl{
	display: flex;
	margin-bottom: 17px;
}

#course .number {
	width: 83px;
	height: 83px;
	margin-top: 7px;
}

#course h3{
	font-size: 38px;
	line-height: 1.26;
	color: #2b2976;
	margin-left: 3%;
}

@media screen and (max-width: 1200px) {
	.course_intro{padding-left: 2%;}
}

@media screen and (max-width: 1000px) {

	.course_intro {padding-left: 0;}
	.course_intro img{width: 45%;}
	.course_intro>div{
		margin-left: 4%;
		width: 55%;
	}
	#course .course_ttl{margin-bottom: 6px;}
	#course .number{
		width: 64px;
		height: 64px;
		margin-top: 5px;
	}
	#course h3{font-size: 30px;}
}

@media screen and (max-width: 750px) {

	#course {padding: 50px 0;}

	#course>div{margin: 0 auto 50px;}
	.course_intro{display: block;}
	.course_intro img {
		width: 100%;
		height: 230px;
        object-fit: cover;
	}
	.course_intro>div{
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	#course .course_ttl{margin-bottom: 5px;}
	#course .number{
		width: 53px;
		height: 53px;
	}
	#course h3 {font-size: 26px;}

}

/***********
以下スケジュールについて
************/

#course .schedule_day{
	width: 197px;
	margin: 0 auto 50px;
}
#course .schedule_day img{width: 100%;}

#course .schedule{
	background: #ffffff;
	padding: 80px 0;
}

.schedule ul{
	border-left: 2px solid #34318f;
	width: 1050px;
	max-width: 90%;
	margin: 0 auto;
}
.schedule .schedule_1day{margin-bottom: 100px;}
.schedule li{
	display: flex;
	background: url(../img/inner_line.png) left 120px/104px no-repeat;
	width: 100%;
	padding-left: 124px;
	margin-bottom: 60px;
}
.schedule li:last-child{margin-bottom: 0;}
.schedule li>img{
	/*width: 400px;*/
	width: 43%;
	height: 260px;
	object-fit: cover;
}

/***** ↓提供テキストが付いた時↓ *****/
.schedule li .schedule_img{width: 43%;}
.schedule li .schedule_img img{
	width: 100%;
	height: 260px;
	object-fit: cover;
}
.schedule li .schedule_img p{
	text-align: right;
	font-size: 13px;
}
/***** ↑提供テキストが付いた時↑ *****/

.schedule_txt{
	margin-left: 40px;
	width: 50%;
	text-align: left;
}

.schedule_txt span{
	font-size: 16px;
	background: #2b2976;
	color: #ffffff;
	width: 74px;
	text-align: center;
	display: inline-block;
	padding: 2px 10px 4px;
	margin-bottom: 9px;
}
.schedule_txt h4{
	color: #2a2772;
	font-size: 24px;
	margin-bottom: 15px;
}
.schedule_txt .schedule_p{ margin-bottom: 14px; }

.schedule_txt .address_txt{
	background: #fef4d6;
	padding: 20px;
}

@media screen and (max-width: 1000px) {
	.schedule li{
		background: url(../img/inner_line_ipad.png) left 85px/76px no-repeat;
		padding-left: 94px;
	}
	.schedule li>img{height: 200px;}
	
	/***** ↓提供テキストが付いた時↓ *****/
	.schedule li .schedule_img img{height: 200px;}
	/***** ↑提供テキストが付いた時↑ *****/
	
	.schedule_txt h4 {font-size: 20px;}
	.schedule_txt{margin-left: 30px;}
}

@media screen and (max-width: 750px) {

	#course .schedule{padding: 30px 0;}
	#course .schedule_day{
		width: 157px;
		margin: 0 auto 30px;
	}
	.schedule .schedule_1day{margin-bottom: 60px;}
	.schedule li {
		display: block;
		background: url(../img/inner_line_sp.png) left 68px/57px no-repeat;
		margin-bottom: 30px;
		padding-left: 66px;
	}
	.schedule li>img {
		width: 100%;
		height: 160px;
	}
	
	/***** ↓提供テキストが付いた時↓ *****/
	.schedule li .schedule_img{width: 100%;}
	.schedule li .schedule_img img{height: 160px;}
	.schedule li .schedule_img p{
		font-size: 12px;
		margin: 7px 0 10px;
		line-height: 1.3;
	}
	/***** ↑提供テキストが付いた時↑ *****/
	
	
	.schedule_txt{
		margin: 14px 0 0;
		width: 100%;
	}
	.schedule_txt h4{
		font-size: 18px;
		margin-bottom: 6px;
	}
	.schedule_txt .address_txt{
		font-size: 14px;
		padding: 10px 15px;
	}
	.schedule_txt.m_none{margin: 0;}
}

/***********
imgがない時
************/
.schedule .none_img_box{
	display: block;
	background: none;
}
.none_img{
	margin: 0;
	width: 100%;
}

/***********
その他のコースはこちらボタン
************/
.others{
	background: #35318f;
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	padding: 30px 20px;
	width: 420px;
	max-width: 70%;
	border-radius: 50px;
}
@media screen and (max-width: 750px) {
	.others{
		padding: 20px 14px;
		font-size: 18px;
	}
}

/********************************

footer

********************************/

footer{
	background: #35318f;
	text-align: center;
	padding: 100px 0 24px;
	font-size: 13px;
	width: 100%;
	color: #ffffff;
}
footer .midashi{
	font-size: 40px;
	margin-bottom: 30px;
}
footer a{
	display: inline-block;
	margin-bottom: 8px;
}
footer span{display: block;}

@media screen and (max-width: 1000px) {
	footer {padding: 70px 0 20px;}
	footer .midashi {font-size: 30px;}
}

@media screen and (max-width: 750px) {
	footer{padding: 40px 0 20px;}
	footer .midashi{
		line-height: 1.6;
		font-size: 26px;
		margin-bottom: 16px;
	}
}
