@charset "utf-8";

*, *:before, *:after {

-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
 box-sizing: border-box;
}

/* Webフォント
------------------------------------------------------------*/
@font-face {
  font-family: 'Savoye LET';
  src: url('fonts/Savoye_LET.woff') format('woff');
 }


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#211815;
font-size:92%;
font-size:92%;
font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height:1.0em;
-webkit-text-size-adjust: none;
background: url(images/bg-gr.png) repeat center center;
  letter-spacing: 0.05em;
}

/* 基本タグ設定
------------------------------------------------------------*/

strong{
	font-weight: bold;
}

p{
	line-height: 1.5em;
}

ul li{
	line-height: 1.5em;
}

/* 画像の隙間対策 */
img{
	vertical-align: bottom;
	border:0;
	max-width: 100%;
}

/* リンク設定
------------------------------------------------------------*/
a{
  color:#211815;
	text-decoration:none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a.coloredLink{
  color: #FF8484;
}
a:hover{
	opacity: 0.8;
}
a img{
	-webkit-transition: all .5s;
	transition: all .5s;
}
a img:hover{
	opacity: 0.8;
}

a:active, a:focus {outline:0;}


/* フォント
------------------------------------------------------------*/
.default-font{
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-weight: normal;
}

/* フォームパーツ
------------------------------------------------------------*/

input,select,textbox,button{
	color:#211815;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	line-height: 1.0em;
}
textarea{
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea,
select,
select option{
  -webkit-appearance: none;
  border-radius: 0;
	border: none;
	background: #ffffff;
	padding: 10px;
	font-size: 1.2rem;
  width: 100%;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select option::-webkit-input-placeholder{
    color: #bbbbbb;
    font-weight: normal;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select option:-ms-input-placeholder{
    color: #bbbbbb;
    font-weight: normal;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select option::-moz-placeholder{
    color: #bbbbbb;
    font-weight: normal;
}

/*
input[type="radio"],
input[type="checkbox"]{
	width: 18px;
	height: 18px;
}
*/

/*
input[type="radio"]{
	vertical-align: middle;
	margin-right: 5px;
}
*/

input[type=radio] {
    display: none;
}
.radio-design{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    width: auto;
}
.radio-design::before {
    background: #fff;
    border: 1px solid #ac9f9a;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.radio-design::after {
    background: #eb6100;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    left: 4px;
    margin-top: -6px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 12px;
}
input[type=radio]:checked + .radio-design::after {
    opacity: 1;
}

/*
input[type="checkbox"]{
	vertical-align: baseline;
	border: solid 1px #888888;
}
*/

input[type="checkbox"] {
    display: none;
}
.checkbox-design{
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox-design::before {
    background: #fff;
	border: 1px solid #ac9f9a;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox-design::after {
   border-right: 3px solid #eb6100;
    border-bottom: 3px solid #eb6100;
    content: '';
    display: block;
    height: 20px;
    left: 12px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type="checkbox"]:checked + .checkbox-design::after {
    opacity: 1;
}


input[type="reset"],
input[type="button"],
button{
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #888888;
  padding: 10px;
  background-color: transparent;
  color:#211815;
  line-height: 1.2em;
  cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
  font-size: 1rem;
}
input[type="submit"]{
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  padding: 10px 80px;
  background: url(images/btn-bg.png) no-repeat center center;
  color:#211815;
  line-height: 1.2em;
  cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
  font-size: 1.2rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus{
  background: rgba(255,255,255,0.8);
}

input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
  border-bottom: 1px solid #b9a68b;
}
input[type="submit"]:hover{
  opacity: 0.8;
}


/* レイアウト
------------------------------------------------------------*/

/*************
/* ヘッダー
*************/
header,
.floatHeader{
  position: absolute;
  width: 100%;
	padding: 20px 2% 10px;
  z-index: 1;
}
header.formsHeader{  /* フォームの確認画面＆完了画面のヘッダー */
  position: relative;
}

/* ヘッダーエリア */
header h1,
.floatHeader h1{
  font-size: 0.75rem;
  margin-bottom: 20px;
}
header div.navArea,
.floatHeader div.navArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
header div.navArea nav ul li,
.floatHeader div.navArea nav ul li{
  display: inline-block;
  padding-right: 20px;
  font-size: 1.8rem;
  font-family: "Savoye LET";

}
header div.navArea ul.snsArea li,
.floatHeader div.navArea ul.snsArea li{
  display: inline-block;
  margin-left: 10px;
}
header div.navArea ul.snsArea li a img,
.floatHeader div.navArea ul.snsArea li a img{
  width: 36px;
  height: 36px;
}

/*** スクロールしたら再出現するヘッダー ***/
.floatHeader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,0.8);
	box-shadow: rgba(33,24,21,0.1) 0px 0px 1px 1px;
}

/* スマホ専用スライドメニュー（PCは非表示） */
	div.drawer{
	display: none;
}


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

footer{
	position: relative;
  background: #ffffff;
  text-align: center;
  padding: 20px 0;
}
/*** Copyright ***/
footer small{
font-size: 0.8rem;
line-height: 1.3em;
}

* html #footer{height:1%;}



/** PAGE TOPボタン **/
a.pagetop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 0;
  width: 122px;
  height: 122px;
  background: url(images/pagetop.png) no-repeat center center;
	line-height: 1.3em;
  text-align: center;
  font-size: 1.25rem;
  font-family: "Savoye LET";
  color:#211815;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  align-items: center;
  justify-content: center;
}




/* table要素基本 */
table.tbl_listInfo{
  border-collapse: collapse;
}
table.tbl_listInfo td,
table.tbl_listInfo th{
	vertical-align: middle;
  word-break: break-all;
	padding: 15px 20px;
  border: 1px solid #b9a68b;
  line-height: 1.5em;
}
table.tbl_listInfo th{
  width: 30%;
  text-align: center;
  background: #b9a68b;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
table.tbl_listInfo tr:last-of-type th{
  border-bottom: 1px solid #b9a68b;
}

table.tbl_listInfo td{
  width: 70%;
}
/* ボーダーなしtable要素基本 */
table.noborderTbl th,
table.noborderTbl td{
  padding: 5px 0;
  word-break: break-all;
  line-height: 1.5em;
}
table.noborderTbl th{
  padding-right:  1.5em;
  font-weight: bold;
}


/* 汎用パーツ
------------------------------------------------------------*/

/* h2 */
.slide .h2Area{
  margin-bottom: 40px;
}
.slide .h2Area p{
	line-height: 1.3em;
  text-align: center;
  font-size: 2.2rem;
  font-family: "Savoye LET";
  background: url(images/h2-acc.png) no-repeat center bottom;
  background-size: 55px 9px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: normal;
}
.slide .h2Area h2{
	line-height: 1.5em;
  text-align: center;
  font-size: 1.5rem;
}

h3{
	text-align: center;
	line-height: 1.3em;
  margin-bottom: 40px;
}

h4{
	font-size: 1.2rem;
	line-height: 1.3em;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #211815;
}



/* スライド基本 */
.slide{
	width: 100%;
}
.slide .container{
	position: relative;
	padding: 80px 0;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}


/* 太字サブタイトル */
.honbun_subTitle{
	text-align: center;
	font-weight: bold;
	font-size: 122%;  /* renders 16px */
}
/* レスポンシブ本文（PCは中央寄せ、スマホは左寄せ） */
.honbun_resp{
	text-align: center;
}

/* コラムなど長文用（段落で空白） */
.column p{
	margin-bottom: 1.2em;
}
.column p:last-child{
	margin-bottom: 0;
}

/* 要素を中央置き */
.centering{
	display: block;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}




/* button */

/* 基本ボタン */
a.btn_simple{
  border: none;
  border-bottom: 1px solid #888888;
  display: inline-block;
  padding: 10px;
  line-height: 1.2em;
	-webkit-transition: all .3s;
	transition: all .3s;
  font-size: 1rem;
}
a.btn_simple:hover{
  border-bottom: 1px solid #b9a68b;
}

/* 少し目立たせたい基本ボタン */
a.btn_basic{
  border: 1px solid #ac9f9a;
  background: #ffcece;
  display: inline-block;
  color:#211815;
  padding: 15px 20px;
  line-height: 1.2em;
	-webkit-transition: all .3s;
	transition: all .3s;
  font-size: 1.1rem;
}



/* 実線区切り線 */
.solidLine{
	height: 1px;
	border-bottom: solid 1px #888888;
}
/* ドット区切り線 */
.dotLine{
	height: 1px;
	border-bottom: dotted 1px #888888;
}

/* ご注意枠 */
div.atteition-block{
  background: #FFECEC;
  padding: 10px;
  border-radius: 5px;
}


/* 横並びli群（2枚） */

ul.blc2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
ul.blc2 > li{
	flex-basis: 48%;
}
ul.blc2 > li > img{
	max-width: 100%;
}



/*********** 各slide ***********/

/*** s01 mainImg ***/
.slide#s01{
  position: relative;
  height: 800px;
  /*
  background: url(images/ss-slide-img01.jpg) no-repeat center top;
  background-size: cover;
  */
  background-position: center top;
  background-size: cover;
}
.slide#s01 .container{
  height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
  align-items: center;
}
div.mainMaskImg{
  position: absolute;
  bottom: -182px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: url(images/maskImg.png) repeat-x bottom center;
  height: 356px;
}

/*** s02 concept ***/
.slide#s02{
  position: relative;
  overflow: visible;
}
/*
.slide#s02 .container{
  padding-bottom: 0;
}
*/
div.conceptBgFlower{
  position: absolute;
  width: 100%;
  top:-210px;
  z-index: -1;
  overflow: hidden;
}
div.conceptBgFlower div.conceptBgFlower-inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: right;
}

ul.conceptClm{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
  align-items: center;
}
ul.conceptClm li{
  width: 47%;
/*  margin: 0 1.5%;*/
  margin: 0 1.5%;
}
ul.conceptClm li:first-child{
  width: 433px;
  min-height: 426px;
  background: url(images/ss-concept-grassRing.png) no-repeat right center;
  text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  text-shadow: 0 0 2px #ffffff;
}
ul.conceptClm li:first-child h3{
  font-family: "Pinyon Script";
  font-size: 2.4rem;
  margin-bottom: 5px;
  background: url(images/h3-acc.png) no-repeat center bottom;
  background-size: 93px 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: normal;
}
ul.conceptClm li:first-child h3 span{
  display: block;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5em;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

ul.conceptClm li h3.h3-info-lessonevent{
  font-size: 1.0rem;
  margin-bottom: 10px;
}
ul.conceptClm li div.blk-info-lessonevent{
  padding: 15px;
  border: 1px solid #211815;
  background: #ffffff;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent > img{
  width: 32%;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent > div{
  width: 64%;
}
ul.conceptClm li div.blk-info-lessonevent h4{
  font-size: 1.1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

ul.conceptClm li div.blk-info-lessonevent span.newIc{
  background: #FF4E6A;
  padding: 4px 2px;
  display: inline-block;
  color: #ffffff;
  font-size: 0.6rem;
  line-height: 1em;
  vertical-align: top;
  margin-left: 5px;
}


/*** s03 lesson ***/
.slide#s03{
  position: relative;
  background: #ffffff;
}
div.lessonMenuList{
  border-style: solid;
  border-width: 134px 134px 134px 134px;
  -webkit-border-image: url(images/frame-el.png) 134 134 134 134 repeat;
  -moz-border-image: url(images/frame-el.png) 134 134 134 134 repeat;
  -o-border-image: url(images/frame-el.png) 134 134 134 134 repeat;
  border-image: url(images/frame-el.png) 134 134 134 134 repeat;
  box-sizing: border-box;
  margin-bottom: 30px;
}
div.lessonMenuList ul{
  width: auto;
  margin: -80px;
  align-items:flex-start;
}
div.lessonMenuList li img.menuImgPhoto{
  display: block;
  margin: -10px auto 0;
  z-index: 0;
}
div.lessonMenuList.nintei span.ninteiIc{
  background: #211815;
  padding: 2px 5px;
  display: inline-block;
  color: #FFCECE;
  margin-bottom: 20px;
}

/*
.lesson-h3_cont{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 3.5px 0;
    font-size: 1.2rem;
    color: #FFF;
    box-sizing: border-box;
    margin-bottom: 20px;
}
div.lessonMenuList.nintei .lesson-h3_cont{
  margin-bottom: 10px;
}
.lesson-h3_cont h3 {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    line-height: 32px;
}
.lesson-h3_cont:after{
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
*/

/* フレッシュフラワー
  div.lessonMenuList ul.menu01-fresh .lesson-h3_cont{
    background: #ff7944;
  } */
  /* タッセル
  div.lessonMenuList ul.menu02-tassel .lesson-h3_cont{
    background: #ac73e7;
  } */
  /* アーティフィシャルフラワー
  div.lessonMenuList ul.menu03-artificial .lesson-h3_cont{
    background: #5aafff;
  } */

h3.lesson-h3{
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 10px;
}
h4.lesson-h4{
    font-size: 1.1rem;
    margin: 0 0 10px;
    padding: 0;
    border: none;
}

div.lessonMenuList li div.menuDetail p{
  margin-bottom: 20px;
}
div.lessonMenuList li div.menuDetail table{
  width: 100%;
}

div.detail-lborder{
	border-left: 1px solid #b9a68b;
	margin-left: 0.5em;
	padding-left: 0.5em;
}

/*** s04 schoolInfo ***/
.slide#s04{
  background: url(images/bg-pl.png) repeat left top;
}

ul.schoolInfoArea{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
ul.schoolInfoArea > li{
	flex-basis: 48%;
}
ul.schoolInfoArea > li > img{
	max-width: 100%;
}
ul.schoolInfoArea li:first-child table th{
  font-weight: bold;
  word-break: normal;
}
ul.schoolInfoArea li:first-child table td img.telNumInfo{
  width: 132px;
  height: auto;
}
  
  
  
/*** s05 sns ***/
.slide#s05{
  background: #ffffff url(images/ss-sns-bg.png) no-repeat 112% center;
}
div.sns-block{
  width: 100%;
  text-align: center;
}

/*** s06 contact ***/
form dl dt{
  line-height: 1.3em;
  font-size: 2.2rem;
  font-family: "Savoye LET";
  margin-bottom: 0;
  letter-spacing: normal;
}
form dl dt span{
  display: inline-block;
  font-size: 0.8rem;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.3em;
  word-break: break-all;
}
form dl dd{
  margin-bottom: 40px;
}
div.contactConfirmArea{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dotted #211815;
}
table.contactConfirmTbl th{
  width: 30%;
}
div.formBtnContainer{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
div.formBtnContainer input{
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/*** order-form ***/
.slide#order01{
	padding-top: 60px;
}
form.order-form dl.order-form-dl > dt{
  font-size: 1.1rem;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}
form.order-form dl.order-form-dl > dt::before{
	content: "◆";
	color: #ffb6ac;
	margin-right: 0.1em;
}
form dl > dd > dl.order-form-inner_dl{
	padding-left: 1.5em;
	border-left: 1px solid #ac9f9a;
	margin-left: 1.5em;
}
form dl > dd > dl.order-form-inner_dl dt{
  font-size: 1rem;
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 10px;
}
form ul.form-selectlist li{
	display: block;
	margin: 0.5em 0;
}
form ul.form-selectlist li label,
form div.checkbox-cont label{
	display: flex;
	justify-content: start;
	align-items: center;
}
form dl > dd > ul.order-form-inner_ul{
	padding-left: 1.5em;
	border-left: 1px solid #ac9f9a;
	margin-left: 1.5em;
}
p.form-select-hl::before{
	content: "◆";
	color: #ffb6ac;
	margin-right: 0.1em;
}


form.order-form .form-indent{
	margin-left: 1.5em;
}

form dl > dd > dl.order-form-inner_dl#sender-set-cont{
	display:none;
}


.attention-inde{
	text-indent: -1em;
	padding-left: 1em;
}

/* 部分的にスマホだけ表示 */
.only_tb{
	display: none	!important;
}
.only_sp{
	display: none	!important;
}
/* 部分的にスマホとタブレットだけ表示 */
.only_sptb{
	display: none	!important;
}
/* 部分的にPCとタブレットだけ表示 */
.only_pctb{
	display: block	!important;
}
/* 部分的にPCとスマホだけ表示 */
.only_pcsp{
	display: block	!important;
}





/*****************************************/
/*				 Tablet					 */
/*****************************************/

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


/* フォーム
------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="date"],
textarea,
select{
	font-size: 1.4rem;
}
input[type="radio"],
input[type="checkbox"]{
	width: 18px;
	height: 18px;
}
input[type="submit"]{
	font-size: 1.4rem;
}
input[type="button"].submit{
	font-size: 1.4rem;
}

/* レイアウト
------------------------------------------------------------*/

/*************
/* ヘッダー
*************/

header,
.floatHeader{
	padding: 10px 2% 10px;
}


/* 汎用パーツ
------------------------------------------------------------*/


/* スライド基本 */
.slide .container{
	width: 96%;
	padding: 50px 0;
}

/* 要素を中央置き */
.centering{
	width: 85%;
}
  
/* 横並びli群（2枚） */
ul.blc2 > li{
	flex-basis: 100%;
	margin-bottom: 20px;
}
ul.blc2 > li:last-child{
	margin-bottom: 0;
}

  
  
/*********** 各slide ***********/
  
/*** s01 mainImg ***/
.slide#s01{
  height: 600px;
}
.slide#s01 .container img{
  width: 70%;
}
div.mainMaskImg{
  bottom: -136px;
  background: url(images/maskImg.png) repeat-x bottom center;
  background-size: 1200px;
  height: 267px;
}

/*** s02 concept ***/
div.conceptBgFlower div.conceptBgFlower-inner img{
  margin-right: -150px;
  margin-top: -50px;
}

ul.conceptClm li{
  width: 48%;
  margin: 0 1%;
}
ul.conceptClm li:first-child{
  width: 48%;
  min-height: 360px;
  background: url(images/ss-concept-grassRing.png) no-repeat center top;
  background-size: contain;
  padding-left: 10px;
}
ul.conceptClm li:first-child h3{
  font-size: 2.0rem;
  margin-bottom: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
ul.conceptClm li:first-child h3 span{
	line-height: 1.3em;
  font-size: 1.0rem;
}

  
/*** s03 lesson ***/
div.lessonMenuList{
  border-width: 67px 67px 67px 67px;
  -webkit-border-image: url(images/frame-el-sp.png) 67 67 67 67 repeat;
  -moz-border-image: url(images/frame-el-sp.png) 67 67 67 67 repeat;
  -o-border-image: url(images/frame-el-sp.png) 67 67 67 67 repeat;
  border-image: url(images/frame-el-sp.png) 67 67 67 67 repeat;
}
div.lessonMenuList ul{
  margin: -40px;
}

div.lessonMenuList.nintei span.ninteiIc{
  font-size: 0.8rem;
}

/*
.lesson-h3_cont{
  display: block;
  font-size: 0.85rem;
}
.lesson-h3_cont:before{
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.lesson-h3_cont h3 {
    padding: 0 10px;
    white-space: nowrap;
}
*/

h3.lesson-h3{
    font-size: 1.2rem;
    margin-bottom: 10px;
}

  
/*** s05 sns ***/
.slide#s05{
  background: #ffffff url(images/ss-sns-bg.png) no-repeat 112% center;
  background-size: 50% auto;
}
/*** s05 sns ***/
div.instaSp{
  max-width: 380px;
  margin: 0 auto;
}

  

  

/* 部分的にスマホだけ表示 */
.only_sp{
	display: none	!important;
}
/* 部分的にタブレットだけ表示 */
.only_tb{
	display: block	!important;
}
/* 部分的にPCだけ表示 */
.only_pc{
	display: none	!important;
}
/* 部分的にスマホとタブレットだけ表示 */
.only_sptb{
	display: block	!important;
}
/* 部分的にPCとタブレットだけ表示 */
.only_pctb{
	display: block	!important;
}
/* 部分的にPCとスマホだけ表示 */
.only_pcsp{
	display: none	!important;
}


}

/*** s02conceptの花輪のサイズ調整 ***/
@media screen and (max-width: 820px) {  
ul.conceptClm li:first-child{
  min-height: 320px;
}
}
@media screen and (max-width: 750px) { 
ul.conceptClm li:first-child{
  min-height: 300px;
}
}


/*****************************************/
/*				 Mobile					 */
/*****************************************/

@media screen and (max-width: 680px) {
	
/* 基本タグ設定
------------------------------------------------------------*/

/* 基本タグ設定
------------------------------------------------------------*/


/* レイアウト
------------------------------------------------------------*/

/*************
/* ヘッダー
*************/
header h1,
.floatHeader h1{
  font-size: 0.6rem;
  margin-bottom: 10px;
}
  
 header div.navArea,
.floatHeader div.navArea{
	justify-content: flex-start;
} 
  
/* PC用メインメニューは非表示に */
header div.navArea nav,
.floatHeader div.navArea nav{
  display: none;    
}
  
/* スマホ・タブレット専用スライドメニュー */

	/* ハンバーガーメニューアイコン */
	.menu-trigger,
	.menu-trigger span {
		cursor: pointer;
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1002;
	}
	.menu-trigger {
		position: fixed;
		right: 3%;
		width: 38px;
		height: 28px;
		top: 36px;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #211815;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;	
		border-radius: 4px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 12px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	
	/* スライドメニュー内 */	
	div.drawer{
		position: fixed;
		width: 100%;
		height: 100%;
		display: none;
		background: rgba(242,200,214,0.8);
		text-align: center;
		z-index: 1001;
    padding: 40px 2%;
		overflow: scroll;
	}
	div.drawer ul li{
    font-family: "Savoye LET";
		font-size:124%;
    font-size: 1.8rem;
	}
	div.drawer ul li a{
		display: block;
		padding:5px;
		text-decoration: none;
	}
	div.drawer ul li a strong{
		display:block;
		font-weight: normal;
	}
	div.drawer ul li a:hover{
		color: #ffffff;
	}
	div.drawer div.solidLine-wh{
    width: 50%;
    margin: 10px auto;
  }
  div.drawer a.btn_simple{
    margin-top: 15px;
  } 
  		/* 第2階層 */
		div.drawer ul.drawerNavSub{
			display: none;
		}
		div.drawer ul.drawerNavSub li{
			border-top: none;
		}
		div.drawer ul.drawerNavSub li:last-child{
		}
		div.drawer ul.drawerNavSub li a{
			font-size: 1em;
      display: inline-block;
		}
		div.drawer ul.drawerNavSub li a:hover{
      color:#98846e;
      background: #ffffff;
		}

/* //スマホ・タブレット専用スライドメニュー */

  
/*************
/* フッター
*************/
/*** Copyright ***/
footer small{
font-size: 0.6rem;
  letter-spacing: normal;
}
/** PAGE TOPボタン **/
a.pagetop{
	right: 10px;
	bottom: 40px;
  width: 80px;
  height: 80px;
  background: url(images/pagetop.png) no-repeat center center;
  background-size: contain;
  font-size: 1rem;
}


/* table要素基本 */
table.tbl_listInfo td,
table.tbl_listInfo th{
  display: block;
  width: 100%;
	padding: 10px 15px;
}
table.tbl_listInfo th{
  border-bottom: none;
}

  
/* 汎用パーツ
------------------------------------------------------------*/

/* h2 */
.slide .h2Area{
  margin-bottom: 20px;
}
.slide .h2Area p{
  font-size: 1.8rem;
}
.slide .h2Area h2{
  text-align: center;
  font-size: 1.2rem;
}

/* スライド基本 */
.slide .container{
	padding: 30px 0;
}

/* 太字サブタイトル */
.honbun_subTitle{
	font-size: 105%;
}

/* レスポンシブ本文（PCは中央寄せ、スマホは左寄せ） */
.honbun_resp{
	text-align: left;
}

/* コラムなど長文用（段落で空白） */
div.column p{
	margin-bottom: 1em;
}

/* 要素を中央置き */
.centering{
	width: 100%;
}



 
  
/*********** 各slide ***********/
  
/*** s01 mainImg ***/
.slide#s01{
background-position: center center;
background-size: cover;
height: 600px;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.slide#s01 .container{
	justify-content: center;
}
.slide#s01 .container img{
  width: 85%;
}
div.mainMaskImg{
  bottom: -76px;
  background: url(images/maskImg.png) repeat-x bottom center;
  background-size: 680px;
  height: 151px;
}


/*** s02 concept ***/
div.conceptBgFlower div.conceptBgFlower-inner img{
  margin-right: -50px;
  margin-top: 95px;
  width: 270px;
  height: 195px;
}
ul.conceptClm > li{
	width: 100%;
	margin-bottom: 20px;
}
ul.conceptClm > li:first-child{
	width: 100%;
  background: url(images/ss-concept-grassRing.png) no-repeat center top;
  background-size: contain;
  min-height: none;
}
ul.conceptClm li:first-child h3{
  font-size: 2.0rem;
  margin-bottom: 5px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
ul.conceptClm li:first-child h3 span{
	line-height: 1.3em;
  font-size: 1.0rem;
}
/*
ul.conceptClm li:last-child{
  padding-left: 40px;
}
*/

ul.conceptClm li div.blk-info-lessonevent{
  padding: 10px;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent{
  flex-direction: column;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent > img{
  width: 65%;
  margin: 0 auto 20px;
}
ul.conceptClm li div.blk-info-lessonevent div.withimg-lessonevent > div{
  width: 100%;
}
ul.conceptClm li div.blk-info-lessonevent h4{
  font-size: 1rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
}


/*** s04 schoolInfo ***/
ul.schoolInfoArea > li{
	flex-basis: 100%;
	margin-bottom: 20px;
  padding: 0 3%;
}
ul.schoolInfoArea li:first-child{
  padding-top: 0;
}
ul.schoolInfoArea > li:last-child{
	margin-bottom: 0;
}

  
/*** s06 contact ***/
.slide#s06 .container{
  padding-left: 3%;
  padding-right: 3%;
}
div.formBtnContainer{
  flex-direction: column-reverse;
  justify-content: flex-start;
   align-items: center;
}
div.formBtnContainer input{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}
 
  
  

/* 部分的にスマホだけ表示 */
.only_sp{
	display: block	!important;
}
/* 部分的にタブレットだけ表示 */
.only_tb{
	display: none	!important;
}
/* 部分的にPCだけ表示 */
.only_pc{
	display: none	!important;
}
/* 部分的にスマホとタブレットだけ表示 */
.only_sptb{
	display: block	!important;
}
/* 部分的にPCとタブレットだけ表示 */
.only_pctb{
	display: none	!important;
}
/* 部分的にPCとスマホだけ表示 */
.only_pcsp{
	display: block	!important;
}


}
