<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*------------------------------------------
共通
------------------------------------------*/
html {
	color: #000;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
	overflow-y: scroll;
	font-family: "Rounded Mplus 1c";
}

body {
  margin: 0 auto;
	min-width: 1024px;
}

a {
  text-decoration: none;
}

.sp {
  display: none;
}

h1 {
	font-size: 30px;
	font-family: "Rounded Mplus 1c";
	font-weight: bold;
	margin: 0;
}

h2 {
	font-family: "Rounded Mplus 1c";
	font-size: 13px;
	margin: 0;
	background-color: #a250a2;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

h3 {
	font-family: "Rounded Mplus 1c";
	font-size: 25px;
	margin: 0;
	color: #a250a2;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 500;
}

h4 {
	font-family: "Rounded Mplus 1c";
	font-size: 20px;
	margin: 0;
	color: #ff8bb4;
	letter-spacing: 3px;
	font-weight: 500;
}

.apply {
	width: 100%;
	background-color: #a250a2;
	position: relative;
}

.apply .detail {
	width: 1000px;
	margin: 0 auto;
	height: 200px;
	position: relative;
}

.apply .detail .img05 {
	position: absolute;
	width: 220px;
	left: -30px;
}

.apply .detail .lesson {
	text-align: center;
	color: #fff;
	line-height: 50px;
	padding: 20px 0 20px;
	font-size: 30px;
}

.apply .detail .lesson img {
	width: 560px;
}

.apply .detail .btn {
	text-align: center;
	border: 1px solid #fff;
	line-height: 50px;
	width: 300px;
	margin: 0 auto;
	color: #fff;
}

.apply .triangle {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-width: 30px 30px 0 30px;
}

.under {
  background: linear-gradient(transparent 80%, #fff100 80%);
}

.dot {
	-webkit-text-emphasis: filled circle #fff100;
 text-emphasis: filled circle #fff100;
}

.color {
	color: #a250a2;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

.txt {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.finger {
	width: 60px;
}
/*------------------------------------------
ヘッダー
------------------------------------------*/

header {
	overflow: hidden;
	margin: 0px auto;
	background-color: #faf2e1;
	background-image: url("../image/header.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

header a {
	color: #000;
}

#header-inner {
	max-width: 1440px;
	margin: 0 auto;
	height: 800px;
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header-inner img {
	width: 750px;
	margin:210px 125px;
	font-size: 12px;
	line-height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
}


/*------------------------------------------
コンテンツ
------------------------------------------*/
#content {
	clear: both;
	width: 100%;
}

#sec01 {
	margin: 0 auto;
	background-image: url("../image/");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 100px;
}

#sec01 .inner {
	width: 1000px;
	padding-top: 75px;
}

#sec01 .detail {
	background-color: #fff;
	margin-top: 50px;
	padding-bottom: 20px;
	box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.2);
}

#sec01 .detail p {
	text-align: center;
	color: #333333;
}

#sec01 .detail img {
	width: 950px;
	height: 640px;
	padding: 25px;
	object-fit: cover;
}

#sec01 .detail .btn {
	text-align: center;
	border: 1px solid #fff;
	line-height: 50px;
	width: 300px;
	margin: 0 auto;
	color: #fff;
  background:#a250a2;
}

#sec02 {
	padding: 75px 0;
	background: #efeaef;
}

#sec02 .inner {
	width: 1000px;
	position: relative;
}

#sec02 ul {
	padding: 0;
	overflow: hidden;
	padding: 50px 0 20px;
}

#sec02 ul li {
	margin: 0;
	list-style: none;
	float: left;
	width: 233px;
	margin-right: 15px;
	margin-left: 5px;
	background-color: #fff;
	color: #ff8bb4;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

#sec02 ul li p {
	color: #ff8bb4;
	font-size: 14px;
}

#sec02 ul li:last-child {
	margin-right: 0px;
}

#sec02 ul li img {
	width: 215px;
	padding: 10px;
}

#sec02 .list {
	padding: 20px 0 0 0;
}

#sec02 .list li {
	width: 980px;
	color: #333;
	line-height: 60px;
	margin: 0 5px 20px;
	box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

#sec02 .list .img01 {
	position: absolute;
	top: 600px;
	left: -100px;
	width: 200px;
	z-index: 999999;
}

#sec02 .list .img02 {
	position: absolute;
	bottom: 10px;
	right: -100px;
	width: 200px;
	z-index: 999999;
}

#sec02 p {
	margin: 0 0 20px 0;
}

#sec02 .txt {
	padding-bottom: 50px;
}

#sec03 {
	padding: 75px 0;
	background-image: url("../image/creative.jpg");
	background-size: cover;
}

#sec03 .inner {
	width: 1000px;
	margin: 0 auto;
}

#sec03 ul {
	padding: 0;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 5px;
}

#sec03 ul li {
	margin: 0;
	list-style: none;
	float: left;
	width: 230px;
	margin-right: 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 2px 3px 8px 1px rgba(0, 0, 0, 0.1);
}

#sec03 ul li p {
	color: #ff8bb4;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0 17px;
}

#sec03 ul li .small {
	color: #ff8bb4;
	font-size: 15px;
	margin: 0 0 20px 0;
	padding: 0 18px;
}


#sec03 ul li:last-child {
	margin-right: 0px;
}

#sec03 ul li img {
	width: 215px;
	padding: 10px;
}

#sec03 h3 {
	padding-bottom: 10px;
}

#sec04 {
	padding: 75px 0;
	background-color: #fafafa;
}

#sec04 .inner {
	position: relative;
}

#sec04 .inner .img03 {
	position: absolute;
	top: -20px;
	left: 0px;
	width: 200px;
	z-index: 999999;
}

#sec04 .inner .img04 {
	position: absolute;
	bottom: 50px;
	right: -40px;
	width: 200px;
	z-index: 999999;
}


#sec04 iframe {
	margin: 50px 100px;
	width: 800px;
	height: 450px;
}


#sec05 {
	padding: 75px 0;
	background-color: #fafafa;
}

#sec05 .inner {
		overflow: hidden;
}

#sec05 ul  {
	width: 1000px;
	padding: 0;
	margin-top: 50px;
}

#sec05 ul li  {
	overflow: hidden;
	position: relative;
	width: 950px;
	padding: 20px;
	border-radius: 5px;
	margin-left: 5px;
	list-style: none;
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

#sec05 ul li .teap {
	position: absolute;
	width: 100px;
	height: 35px;
	top: 10px;
	left: -360px;
	margin-left: calc(50% - 50px);
}

#sec05 ul li img {
	width: 220px;
	height: 120px;
	float: left;
	object-fit: cover;
}

#sec05 .detail {
	float: left;
	margin-left: 50px;
}

#sec06 {
	padding: 75px 0 30px;
	background-color: #fafafa;
}

#sec06 iframe {
	margin: 20px 100px;
	width: 800px;
	height: 450px;
}

#sec06 .txt {
	padding-top: 40px;
}

#sec06 .subtitle {
	text-align: center;
	font-size: 15px;
	margin: 25px 0 5px;
}

#sec06 .attention {
	font-size: 12px;
	text-align: center;
	color: #222222;
	margin-bottom: 70px;
}

#autumn-campaign {
  background: #fff8e9;
	padding: 75px 0;
}

#autumn-campaign .title {
	width: 1000px;
	margin: 0 auto;
}

#autumn-campaign .title img {
	width: 600px;
	margin: 65px 200px 20px;
}

#autumn-campaign .camp-date {
	background: #ff3c3c;
	color: #fff;
	width: 260px;
	text-align: center;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 15px;
	border: 4px double #fff;
}

#autumn-campaign .title .note {
	text-align: right;
	font-size: 14px;
}


#autumn-campaign .menu-title {
	clear: both;
	text-align: center;
	color: #ff8bb4;
	font-size: 18px;
	padding-top: 30px;
	line-height: 35px;
	letter-spacing: 3px;
}

#autumn-campaign .menu-title span {
	font-size: 30px;

}

#autumn-campaign h4 {
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 10px;
}

#autumn-campaign ul {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0 0 0 ;
	overflow: hidden;
	font-size: 13px;
}

#autumn-campaign ul li {
	list-style: none;
	float: left;
	width: 476px;
	margin: 0 2px 20px 2px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 2px 3px 8px 2px rgba(0, 0, 0, 0.1);
}

#autumn-campaign ul li img {
	width: 120px;
	height: 130px;
	float: left;
	object-fit: cover;
}

#autumn-campaign ul li .detail {
	float: left;
	width: 314px;
	margin: 23px 20px 20px 20px;
	height: 80px;
	color: #333333;
}

#autumn-campaign .left {
	margin-left: 40px;
}

#autumn-campaign p {
	margin: 0;
}

#autumn-campaign .normal {
	width: 630px;
	float: left;
	text-align: right;
	font-size: 18px;
	line-height: 32px;
	color: #333;
	letter-spacing: 3px;
}

#autumn-campaign .sankaku {
	width: 50px;
	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 32px;
	color: #ff8bb4;
}

#autumn-campaign .price {
	width: 270px;
	float: left;
	font-size: 25px;
	line-height: 32px;
	color: #ff8bb4;
	letter-spacing: 3px;
}
/*------------------------------------------
フッター
------------------------------------------*/
footer {
	position: relative;

}

#footer_inner {
	width: 1000px;
	margin: 0 auto;
}

#footer_inner img {
	width: 200px;
	margin: 40px 400px 20px;
}

#footer_inner .url {
	text-align: center;
	color: #bbbbbb;
}

#footer_inner .totop {
	position: absolute;
	bottom: 20px;
	font-size: 16px;
	right: 20px;
	color: #bbbbbb;
}

#footer_inner .totop a {
	color: #bbbbbb;
}

#footer_inner .totop img {
	width: 20px;
	margin: 0 0 0 5px;
}
</pre></body></html>