<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;
	font-family: "Rounded Mplus 1c";
}

body {
  margin: 0 auto;
}

a {
  text-decoration: none;
}

.pc {
  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: #ff8bb4;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

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

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

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

.apply .detail {
	width: 90%;
	margin: 0 auto;
	padding: 0 5% 30px 5%;
}

.apply .detail .img05 {
	display: none;
}

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

.apply .detail .lesson img {
	width: 80%;
}

.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: #ff8bb4;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

.txt {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
/*------------------------------------------
ヘッダー
------------------------------------------*/

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 {
	margin: 0 auto;
	height: 520px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#header-inner img {
	width: 90%;
	margin: 50px 5%;
	font-size: 12px;
	line-height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
}


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

#sec01 {
	background-color: #fafafa;
	margin: 0 auto;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}

#sec01 .inner {
	width: 90%;
	padding-top: 30px;
}

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

#sec01 .detail h3 {
	font-size: 16px;
	width: 75%;
	margin: 10px 12.5%;
}
#sec01 .detail p {
	text-align: center;
	font-size: 14px;
	width: 95%;
	margin: 2.5%;
	line-height: 23px;
	color: #333333;
}

#sec01 .detail img {
	width: 95%;
	height: 50%;
	padding: 2.5%;
	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 {
	background: #efeaef;
	width: 90%;
	padding: 10% 5%;
}

#sec02 ul {
	padding: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
}

#sec02 ul li {
	margin: 0;
	list-style: none;
	width: 80%;
	margin: 10%;
	padding-bottom: 0.5%;
	background-color: #fff;
	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;
	line-height: 23px;
}

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

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

#sec02 .list {
	margin: 0;
	padding: 30px 0 30px 0;
	position: relative;
}
#sec02 .list li {
	width: 90%;
	margin: 0 2%;
	padding: 3%;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 14px;
	box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

#sec02 .list .img01 {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 120px;
	z-index: 999999;
}

#sec02 .list .img02 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 120px;
	z-index: 999999;
}

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

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

#sec03 {
	width: 90%;
	padding: 30px 5%;
	background-image: url("../image/creative.jpg");
	background-size: 300%;
}

#sec03 .inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#sec03 ul {
	padding: 0;
	height: 320px;
	padding: 20px 0 0;
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	white-space:nowrap;
}

#sec03 ul li {
	display:inline-block;
	margin: 0;
	list-style: none;
	width: 65%;
	margin: 0 5%;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

#sec03 ul li p {
	color: #ff8bb4;
	font-size: 14px;
	margin: 0 0 20px 0;
	white-space: normal;
	padding: 0 10px;
	padding-bottom: 0px;
}


#sec03 ul li .small {
	color: #ff8bb4;
	font-size: 14px;
	margin: 0 0 20px 0;
	white-space: normal;
	padding: 0 18px;
	padding-bottom: 0px;
}

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

#sec03 ul li img {
	width: 80%;
	padding: 5% 10%;
}

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

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

#sec04 .inner {
	position: relative;
}

#sec04 iframe {
	margin: 30px 5%;
	width: 90%;
	height: 100%;
}

#sec04 .img03 {
	position: absolute;
	top: -1390px;
	right: 15px;
	width: 150px;
	z-index: 999999;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
}

#sec04 .inner .img04 {
	position: absolute;
	bottom: -70px;
	left:0px;
	width: 150px;
	z-index: 999999;
	transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
}

#sec04 .img03 {
	display: none;
}

#sec05 {
	background-color: #fafafa;
	padding: 30px 0;
	background-size: 100%;
	background-repeat: repeat;
}

#sec05 .inner {
		overflow: hidden;
}


#sec05 ul  {
	width: 90%;
	padding: 0;
	margin: 10% 5% 5%;
}

#sec05 ul li  {
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: 0 10% 5%;
	border-radius: 5px;
	list-style: none;
	background-color: #fff;
	margin-bottom: 30px;
	font-size: 14px;
	box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

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

#sec05 ul li p {
	margin: 5px 0 10px;
}

#sec05 ul li img {
	width: 80%;
	margin: 10% 10% 5% 10%;
}

#sec05 .detail {
	margin: 0 10% 5%;
}

#sec06 {
	background-color: #fafafa;
	width: 90%;
	padding: 40px 5%;
}

#sec06 iframe {
	margin: 10px 0;
	width: 100%;
	height: 90%;
}

#sec06 .txt {
	padding-top: 20px;
	line-height: 25px;
	margin: 0;
}

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

#sec06 .attention {
	font-size: 12px;
	text-align: center;
	padding: 0 0 40px 0;
	line-height: 20px;
}

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

#autumn-campaign .title {
	width: 100%;
	margin: 0 auto;
}

#autumn-campaign .title img {
	width: 90%;
	margin: 25px 5% 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: 12px;
	margin: 10px 0;
}


#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;
	padding-bottom: 5px;
	letter-spacing: 2px;
}

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

#autumn-campaign ul li {
	list-style: none;
	width: 90%;
	margin: 0 5% 2.5%;
	border-radius: 5px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 1px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

#autumn-campaign ul li img {
	width: 33%;
	height: 135px;
	float: left;
	object-fit: cover;
}

#autumn-campaign ul li .detail {
	float: left;
	width: 56%;
	padding: 5%;
	color: #333333;
	font-size: 13px;
}

#autumn-campaign .left {
}

#autumn-campaign p {
	margin: 0;
}

#autumn-campaign .normal {
	width: 95%;
	margin: 0 2.5%;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	letter-spacing: 2px;
}

#autumn-campaign .sankaku {
	width: 31%;
	text-align: right;
	float: left;
	font-size: 12px;
	line-height: 32px;
	color: #ff8bb4;
	margin-right: 5%;
}

#autumn-campaign .price {
	width: 50%;
	float: left;
	font-size: 25px;
	line-height: 32px;
	color: #ff8bb4;
	letter-spacing: 3px;
}

#autumn-campaign .eight {
	margin-left: 8%;
}
/*------------------------------------------
フッター
------------------------------------------*/
footer {

}

#footer_inner {
	width: 100%;
	margin: 0 auto;
}

#footer_inner img {
	width: 50%;
	margin: 30px 25% 10px;
}

#footer_inner .txt {
	font-size: 14px;
	text-align: center;
}

#footer_inner .des {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	line-height: 20px;
	font-size: 1wpx;
}

#footer_inner .url {
	text-align: center;
	color: #bbbbbb;
	font-size: 12px;
}

#footer_inner .totop {
	text-align: center;
	font-size: 12px;
	color: #bbbbbb;
	margin: 15px 0 10px;
}

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

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