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

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

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

img{
	width: 100%;
}

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

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

.apply .detail .img05,
.apply .detail .img06 {
	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: 1.5em;
    width: 300px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 14px;
    padding:15px 0;
}
.apply .detail .btn span{
  display:block;
}

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

/* .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/h-bg.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

header a {
	color: #000;
}

#header-inner {
	margin: 0 auto;
	height: 575px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

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


/*------------------------------------------
コンテンツ
------------------------------------------*/
#content .sec01,
#content .sec02,
#content .sec03,
#content .sec04,
#content .sec05{
	padding: 50px 20px;
}

#content .sec01{
	background: url("../image/sec1_bg_sp.png");
}

#content .sec01 .icon_pan,
#content .sec01 .icon_cooking,
#content .sec01 .icon_cake,
#content .sec01 .icon_jsw,
#content .sec01 .class_icon{
	padding: 5px 0;
	width: 90px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-right: 20px;
}

#content .sec01 h2,
#content .sec02 h3,
#content .sec04 h2{
	margin-bottom: 40px;
}

#content .sec01 .icon{
	display: flex;
	margin: 25px 0;
}

#content .sec01 .icon_pan{
	background: #ff9600;
}

#content .sec01 .class_icon{
	background: #db7d19;
	padding: 5px 10px;
}

#content .sec01 .name{
	font-size: 18px;
	font-weight: bold;
}

#content .sec01 h3{
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 20px;
}

#content .sec02 video{
	width: 100%;
}

#content .sec02 .video_text{
	text-align: center;
	font-weight: bold;
	margin: 30px 0 0;
}

#content .sec02 .video_text span{
    background: linear-gradient(transparent 70%, #ffd200 70%);
}

#content .sec02 .trial_btn,
#content .sec05 .trial_btn{
	width: 100%;
	margin: 50px auto 0;
}

#content .sec02 .trial_btn a,
#content .sec05 .trial_btn a{
	display: block;
	text-align: center;
	background: #f31a1a;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#content .sec03 h2{
	color: #652134;
	font-size: 25px!important;
	text-align: center;
	margin: 0 0 80px;
}

#content .sec03 h2 span{
	background:linear-gradient(transparent 70%, #ffd200 70%);
}

#content .sec03 .video_list ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content .sec03 .video_list li{
	list-style: none;
	width: 45%;
}


#content .sec03 .video_list li p{
	margin-bottom: 0;
	font-weight: 500;
	color: #6d3f22;
}

#content .sec03 .video_list li:nth-child(-n+2){
	margin-bottom: 50px;
}

#content .sec03 .video_list a{
	color: #000;
	text-decoration: underline;
	font-weight: 500;
	font-size: 16px;
	display: block;
}

#content .sec03 .video_list .more a{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	background: #f31a1a;
	padding: 10px;
	width: 50%;
	margin: 50px auto 0;
	border-radius: 5px;
	border-bottom: 5px solid #a64141;
	display: block;
}

#content .sec04{
	background: #fcffe2;
}

#content .sec04 .inner ul{
	padding: 0;
	width: 100%;
}

#content .sec04 .inner p{
	text-align: left;
}

#content .sec04 .inner li h3 {
    position: relative;
    padding: 0 0 10px 60px;
    background: url("../image/ico_line.png") no-repeat 35px top;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
	color: #000!important;
	text-align: left;
	margin-bottom: 15px;
}

#content .sec04 .inner{
	background: #fff;
	margin: 0 auto;
	padding: 60px 20px;
	border-radius: 15px;
}

#content .sec04 .inner li{
	list-style: none;
}

#content .sec04 .inner .point{
	position: absolute;
    left: 0;
    top: 3px;
    font-size: 25px;
}

#content .sec05 .trial_btn{
	margin-top: 0;
}

#content .sec05 .exp_btn{
	width: 100%;
	margin-top: 60px;
}

#content .sec05 .exp_btn a{
	background: #ffa117;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
}
/*------------------------------------------
スライダー
------------------------------------------*/

#content .sec01 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: none;
}

#content .sec01 .slick-dots li button:before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 8px 0 0;
  background: #000;
}

#content .sec01 .slick-dots button::before {
  display: block;
  text-indent: -9999px;
}

#content .sec01 .slick-dots{
    position: absolute;
    display: block;
    width: max-content;
    padding: 0;
    margin: 30px auto 0;
    list-style: none;
    text-align: center;
    z-index: 1;
    left: 0;
    right: 0;
}

#content .sec01 .slide_bg{
	background: #fff;
	padding: 70px 30px;
}

.slick-dotted.slick-slider{
	margin: 0!important;
}

.slick-initialized .slick-slide{
	width: 266px!important;
}

#content .slick-next:before,
#content .slick-prev:before{
	display: none;
}

#content .sec01 .slick-dots li button:before{
	background: #b4d37f;
}

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

#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>