@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	font-size:16px;
	font-family: "遊ゴシック体", "遊ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Miryo, sans-serif;
	font-weight:500;
	text-align: center;
	color:#666;
	min-width:1000px;
	-webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none){
body {
	font-family: 'メイリオ', 'Meiryo', sans-serif;
}
}
.min {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "Sawarabi Mincho";
}
p,li,dt,dl {
	line-height:1.8em;
}
img {
	border: none;
	height:auto;
	-ms-interpolation-mode: bicubic;
}
a {
	color:#EB6C8C;
	text-decoration: none;
	-moz-transition:  background-color 0.4s, border 0.4s;
	-o-transition:  background-color 0.4s, border 0.4s;
	-webkit-transition: background-color 0.4s, border 0.4s;
	transition: background-color 0.4s, border 0.4s;
}
a:hover {
	text-decoration:underline;
}
a img {
	opacity:1;
	-moz-transition:opacity 0.4s;
	-o-transition:opacity 0.4s;
	-webkit-transition:opacity 0.4s;
	transition:opacity 0.4s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img  {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ov {
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.ov:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration:none;
}
li {
	list-style-type: none;
}
table{
	border-collapse:collapse;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
}
.wrap {
	overflow:hidden;/*iPadの右側にできるスペース対策*/
}
.right {
	text-align:right;
}
.left { 
	text-align:left;
}
.center {
	text-align:center;
}
.box {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
a.tel {
	display:inline-block;
	pointer-events:none;
}
@media(max-width:600px){
body {
	font-size:14px;
	text-align:left;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
}
p,li,dt,dl {
	line-height:1.6em;
}
img {
	max-width:100%;
	height:auto;
}
a {
	transition: none;
}
a:hover {
	text-decoration:none;
}
a:hover img  {
	opacity:1;
}
.br span {
	display:block;
}
.nobr br {
	display:none;
}
.i-b {
	display:inline-block;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop img {
	width:40px;
	height:40px;
}
.box {
	width:auto;
	margin:0 10px;
}
a.tel {
	pointer-events:auto;
}
}

/*-------------------------------
	マージン(10-90)
--------------------------------*/
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom:80px;
}
.mb90 {
	margin-bottom:90px;
}
@media(max-width:600px){
.mb10 {
	margin-bottom:5px;
}
.mb15 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:10px;
}
.mb30 {
	margin-bottom:15px;
}
.mb40 {
	margin-bottom:20px;
}
.mb50 {
	margin-bottom:25px;
}
.mb60 {
	margin-bottom:30px;
}
.mb70 {
	margin-bottom:35px;
}
.mb80 {
	margin-bottom:40px;
}
.mb90 {
	margin-bottom:45px;
}
}


/*-------------------------------
	ヘッダー
--------------------------------*/
.header {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.logo-box {
	float:left;
	width:552px;
}
.logo {
	float:left;
	margin:40px 10px 0 0;
}
.header-cake {
	float:left;
	margin-top:77px;
}
.header-txt {
	color:#4AB757;
	font-size:13px;
	position:absolute;
	top:10px;
	right:70px;
}
.header-r {
	width:448px;
	height:182px;
	float:right;
	text-align:right;
	margin:8px 0 0;
}
.header-tel {
	margin-top:28px;
}
.header-tel a {
	color:#666666;
	margin:3px 0;
}
.header-tel span {
	font-size:25px;
}

.header-link {
	float:right;
	margin-right:84px;
}
.header-link p {
	display:inline;
}
.header-link a {
	font-size:14px;
	font-weight:600;
	height:28px;
	padding:0 10px;
	margin-left:2px;
	display:inline-block;
	border:solid 1px #EB6C8C;
}
.header-link a:hover {
	color:#FFF;
	background-color:#EB6C8C;
	text-decoration:none;
}

.header-sns {
	position:absolute;
	top:-66px;
	right:0;
}
.header-sns p {
	display:inline;
}
.header-sns a {
	color:#FFFFFF;
	font-size:20px;
	width:28px;
	height:28px;
	margin-left:2px;
	text-align:center;
	display:inline-block;
	background-color:#EB6C8C;
	border:solid 1px #EB6C8C;
}
.header-sns a:hover {
	color:#EB6C8C;
	background-color:#FFF;
	text-decoration:none;
}
.header-sns i {
	margin-top:5px;
}

.header-en a {
	color:#FFF;
	background-color:#4AB757;
	font-size:16px;
	font-weight:bold;
	line-height:100%;
	position:absolute;
	padding:5px 40px;
	right:0;
	top:7px;
}
.header-en a:hover {
	background-color: #80CC89;
}
@media(max-width:600px){
.header {
	width:auto;
	margin:0;
	padding-bottom:35px;
}
.logo-box {
	float:left;
	width:auto;
}
.logo {
	float:none;
	margin:7px 0 0 5px;
}
.logo img {
	width:165px;
}
.header-cake {
	float:none;
	margin:-12px 0 0 65px;
}
.header-cake img {
	width:71px;
}

.header-txt {
	font-size:10px;
	top:43px;
	right:0;
	left:0;
	text-align:center;
}
.header-r {
	width:110px;
	height:auto;
	margin:0;
}
.header-tel {
	margin-top:0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.header-tel a {
	color:#666666;
	margin:0;
	width:30px;
	height:40px;
	display:block;
	background-image: url(../png/icon-tel.png);
	background-size:30px 40px;
	background-repeat: no-repeat;
	background-position: center top;
	
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.header-link {
	float:right;
	margin-right:0;
}
.header-link p {
	display:inline;
}
.header-link a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	
	width:33px;
	height:40px;
	display:inline-block;
	padding:0;
	margin-left:0;
	border:none;
	position:absolute;
	top:0;
	background-size:33px 40px;
	background-repeat: no-repeat;
	background-position: center top;
}
.header-link a:hover {
	background-color:#FFF;
}
.header-mail a {
	background-image: url(../png/icon-mail.png);
	right:46px;
}

.header-sns {
	position: inherit;
	text-align:center;
	margin:15px 0 0;
}
.header-sns p {
	display:inline-block;
	margin:0 3px;
}
.header-sns a {
	color:#EB6C8C;
	font-size:22px;
	width:39px;
	height:39px;
	margin-left:0;
	text-align:center;
	display:inline-block;
	background-color:#FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}
.header-sns a:hover {
	color:#EB6C8C;
	background-color:#FFF;
	text-decoration:none;
}
.header-sns i {
	margin-top:8px;
}
.header-en a {
	padding:10px 0;
	text-align:center;
	right:0;
	left:0;
	top:50px;
	display:block;
}
.header-en a:hover {
	background-color:#4AB757;
}
}


/*-------------------------------
	メニュー
--------------------------------*/
#menu_bg {
	width:1000px;
	margin:0 auto;
	position:absolute;
	top: 141px;
	left: 0;
	right: 0;
}
#menu {
	width:1000px;
	margin:0 auto;
	z-index:100;
}
#menu li {
	list-style-type: none;
}
#menu ul ul li {
	display: inline-block;
	line-height:100%;
	font-size:15px;
	font-weight:600;
	margin:0 0 0 20px;
}
#menu ul ul li i {
	display:none;
}
#menu ul ul li i.block {
	display:inline-block;
}
#menu ul ul li a {
	display: inline-block;
	color:#666;
	padding-bottom:3px;
	border-bottom:solid 2px #FFF;
}
#menu ul ul li a:hover {
	color:#EB6C8C;
	border-bottom:solid 2px #EB6C8C;
	text-decoration:none;
}

#menu ul ul#contents ul.child {
	display: none;
	position: absolute;
	text-align:left;
	background:none;
	z-index:100;
}
#menu ul ul#contents ul.child li {
	margin:1px 0 0 10px;
}
#menu ul ul#contents ul.child li a{
	color:#EB6C8C;
	padding:7px 10px;
	background-color:#FFF;
	border:solid 1px #EB6C8C;
}
#menu ul ul#contents ul.child li a:hover{
	color:#FFF;
	background-color:#EB6C8C;
}
@media(max-width:600px){
#menu_bg {
	width:100%;
	height:auto;
	background:none;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index:100;
}
#menu {
	width:auto;
	margin:0 auto;
	border-left:none;
	background-color:#ED6D8E;
}
#menu li {
	list-style-type: none;
}
#menu ul ul {
	padding:30px;
}
#menu ul ul li {
	display: block;
	line-height:1em;
	float:none;
	font-size:15px;
	margin:0;
}
#menu ul ul li i {
	display: inline-block;
	margin:0 5px 0 0;
	color:#FFF;
}
#menu ul ul li a {
	width:90%;
	height:auto;
	display: inline-block;
	color:#FFFFFF;
	border-right:none;
	padding:9px 5%;
	border-bottom:solid 1px #FFF;
}
#menu ul ul li a span {
	display: inherit;
	margin:0 0 0;
}
#menu ul ul li a:hover {
	color:#FFF;
	border-bottom:solid 1px #FFF;
}
#menu ul.accordion strong {
	width:40px;
	height:40px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	background-image:url(../png/menu_sp.png);
	background-size:40px 40px;
	z-index: 2;
}
#menu ul.accordion ul {
	display:none;
}
#menu ul.accordion > li {}
#menu ul.accordion > li > p { 
	cursor:pointer;}
#menu ul.accordion > li > p strong { background-image:url(../png/menu_sp.png); background-size:40px 40px;
-moz-transition:  all 0.4s;
-o-transition:  all 0.4s;
-webkit-transition: all 0.4s;
transition: all 0.4s;}
#menu ul.accordion > li > p strong.open { background-image:url(../png/menu_sp_close.png); background-size:40px 40px;}

#menu ul ul#contents ul.child {
	display: block;
	position: inherit;
	padding:0;
}
#menu ul ul#contents ul.child li {
	margin:0;
}
#menu ul ul#contents ul.child li a{
	color:#FFF;
	background-color:#EB6C8C;
	padding:9px 5%;
	border-bottom:solid 1px #FFF;
	border-top:none;
	border-left:none;
	border-right:none;
}
#menu ul ul#contents ul.child li a:hover{
	color:#FFF;
	background-color:#EB6C8C;
}
}


/*-------------------------------
	フッター
--------------------------------*/
.footer-bg {
	padding:50px 0;
	margin-bottom:20px;
	background-color:#ED6D8E;
}
.footer-btn p {
	line-height:100%;
}
.footer-btn a {
	font-size:20px;
	width:340px;
	padding:20px 30px;
	margin:0 20px;
	text-align:left;
	background-color:#FFF;
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	background-image: url(../png/arr-pnk.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.footer-btn a span {
	color:#444;
	font-size:14px;
	display:block;
	margin-top:10px;
}
.footer-btn a:hover {
	background-color:#FBE2E8;
	text-decoration:none;
}
.footer-logo {
	margin:50px 0 10px;
}
.footer-cake {
	margin:0 0 30px;
}
.footer-menu {
}
.footer-menu li {
	display:inline;
	font-size:13px;
	font-weight:600;
	margin:0 7px;
}
.footer-menu li a {
	color:#FFFFFF;
	display:inline;
}
.footer-shohyo {
	font-size:14px;
	margin-bottom:5px;
}
.copyright {
	font-size:14px;
	margin-bottom:20px;
}
.footer-info {
	color:#FFF;
	margin:20px 0 30px;
}
.footer-info strong {
	color:#ED6D8E;
	display:inline-block;
	padding:0 10px;
	margin-bottom:10px;
	background-color: #FFF;
}
@media(max-width:600px){
.footer-bg {
	padding:20px 0 15px;
	margin-bottom:10px;
}
.footer-btn a {
	font-size:16px;
	width:auto;
	padding:10px 20px 8px;
	margin:0 20px 10px;
	display:block;
	background-image: url(../png/arr-pnk.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size:7px 18px;
}
.footer-btn a span {
	font-size:11px;
	margin-top:5px;
}
.footer-btn a:hover {
	background-color:#FBE2E8;
}
.footer-logo {
	margin:20px 0 0;
	text-align:center;
}
.footer-logo img {
	width:165px;
	height:30px;
}
.footer-cake {
	text-align:center;
	margin:-10px 0 10px 30px;
}
.footer-cake img {
	width:71px;
}
.footer-menu {
	display:none;
}
.footer-shohyo {
	text-align:center;
	font-size:11px;
	margin:0 20px 5px;
}
.copyright {
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}
.footer-info {
	color:#FFF;
	margin:10px 0 15px;
	text-align:center;
}
.footer-info strong {
	color:#ED6D8E;
	display:inline-block;
	padding:0 10px;
	margin-bottom:10px;
	background-color: #FFF;
}
.footer-info a {
	color:#FFF;
}
}


/*-------------------------------
	スライドショー
--------------------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
    color: #4AB757;
}
/*左右の矢印の位置を変える*/
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 50;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #ED6D8E;
}
/*スライド画像の横幅可変*/
.center-item img {
	width:100%;
     height: auto;
}
@media(max-width:600px){
.slick-prev:before,
.slick-next:before {
	display:none;
}
}


/*-------------------------------
	トップページ
--------------------------------*/
.top-main {
	padding:50px 0 0;
	background-color:#FAFAFA;
}
@media(max-width:600px){
.top-main {
	padding:20px 0 0;
}
}

/*-------------------------------
	トップページ:MitsukiStyleバナー
--------------------------------*/
.bnr-ms {
	width:1000px;
	height:200px;
	background-image: url(../jpg/bnr-mitsuki5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:30px;

	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
@media(max-width:600px){
.bnr-ms {
	width:300px;
	height:100px;
	background-image: url(../jpg/bnr-mitsuki-sp5.jpg);
	background-size:300px 100px;
	margin:0 auto;
}
}

/*-------------------------------
	トップページ:ベジデコサラダ®アカデミー開講
--------------------------------*/
.gr-box-one-wrap a:hover {
	text-decoration:none;
}
.gr-box-one {
	width:100%;
	box-sizing:border-box;
	padding:20px 26px 50px 26px;
	margin-bottom:50px;
	background-image: url(../arr-gr-b2.html);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-color:#FFF;
	border:solid 1px #4AB757;
}
.gr-ttl-one {
	font-size: 19px;
	color: #4AB757;
	line-height:120%;
	height:45px;
	margin:0 0 15px 10px;
	padding:25px 0 0 60px;
	display:inline-block;
	background-image: url(../png/topicon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:50px 50px;
}
.gr-ttl2-one {
	color:#409F4B;
	padding:15px 0;
	line-height:120%;
}
.gr-ttl2-one-txt {
	color:#333333;
	padding: 0 0 35px;
	font-size:15px;
	font-weight:normal;
	line-height:120%;
}
@media(max-width:600px){
.gr-box-one {
	width:298px;
	box-sizing:border-box;
	padding:0 15px 25px;
	margin:0 auto 40px;
	background-size:200px auto;
	background-image: url(../arr-gr-b2.html);
	background-repeat: no-repeat;
	background-position: center bottom 12px;
	background-color:#FFF;
	border:solid 1px #4AB757;
	text-align:center;
}
.gr-ttl-one {
	font-size: 15px;
	color: #4AB757;
	line-height:120%;
	height:45px;
	margin:0;
	padding:25px 0 0 45px;
	display:inline-block;
	background-image: url(../png/topicon1.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:40px 40px;
	text-align:left;
}
.gr-ttl2-one {
	color:#409F4B;
	padding:10px 0;
	line-height:120%;
}
.gr-ttl2-one-txt {
	color:#333333;
	padding: 0 0 35px;
	font-size:15px;
	font-weight:normal;
	line-height:120%;
}
}

/*-------------------------------
	トップページ:3つ並びのボタン
--------------------------------*/
.gr-wrap {
	overflow:hidden;
	border:solid 1px #4AB757;
	margin-bottom:50px;
}
.gr-ctr {
	border-left:solid 1px #4AB757;
	border-right:solid 1px #4AB757;
}
.gr-box {
	width:280px;
	padding:20px 26px 30px 26px;
	float:left;
	background-image: url(../arr-gr-b2.html);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-color:#FFF;
	position:relative;
}
.gr-box-gr-b3 {
	background-image: url(../png/arr-gr-b3.png);
}
.gr-box-h {
	min-height:430px;
}
.gr-pic img {
	width:280px;
}
.xmas-mark {
	position:absolute;
	top:95px;
	right:30px;
}
.xmas-mark img {
	width:60px;
}


.gr-ttl-sc {
	font-size: 18px;
	color: #4AB757;
	text-align:left;
	margin:0 0 15px 0;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:50px 50px;
	line-height:120%;
}
.gr-ttl-sc span {
	font-size: 13px;
	display:block;
	margin-top:10px;
	margin-bottom:2px;
}


.gr-ttl1 {
	font-size: 19px;
	color: #4AB757;
	text-align:left;
	margin:0 0 15px 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size:50px 50px;
	line-height:120%;
}
.gr-ttl1 span {
	font-size: 17px;
	display:block;
	margin-bottom:2px;
}
.gr-shop {
	height:45px;
	padding:25px 0 0 60px;
	background-image: url(../png/topicon1.png);
}
.gr-school {
	height:55px;
	padding:15px 0 0 60px;
	background-image: url(../png/topicon2.png);
}
.gr-online {
	height:55px;
	padding:15px 0 0 60px;
	background-image: url(../png/topicon3.png);
}

.gr-ttl2-1 {
	color:#409F4B;
	height:45px;
	padding:25px 0 0;
	line-height:120%;
}
.gr-ttl2-2 {
	color:#409F4B;
	height:55px;
	padding:15px 0 0;
	line-height:120%;
}
.gr-ttl2-txt {
	color:#333333;
	padding: 0 0 35px;
	font-size:15px;
	font-weight:normal;
	line-height:120%;
}

.gr-ttl2-txt-closure {
	padding: 0 0 35px;
	font-weight:normal;
	line-height:140%;
	
	color:#CC0000;
	font-family:"メイリオ", "meiryo UI", sans-serif, "游ゴシック", "YU Gothic UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	font-size:14px;
}

.gr-ttl3 {
	color:#4AB757;
	font-size:19px;
	padding:10px 0;
}
.gr-icon {
	padding:0 0 25px;
}
@media(max-width:600px){
.gr-wrap {
	width:298px;
	margin:0 auto 40px;
	overflow:hidden;
	border:solid 1px #4AB757;
}
.gr-ctr {
	border-left:none;
	border-right:none;
	border-top:solid 1px #4AB757;
	border-bottom:solid 1px #4AB757;
}
.gr-box {
	width:auto;
	padding:15px 15px 30px;
	float:none;
	display:block;
	background-size:200px auto;
	background-position: center bottom 12px;
}
.gr-box-h {
	min-height:50px;
}
.gr-pic img {
	width:268px;
}
.xmas-mark {
	position:absolute;
	top:70px;
	right:20px;
}

.gr-ttl-sc {
	font-size: 15px;
	color: #4AB757;
	text-align:left;
	margin:0 0 15px 15px;
	line-height:120%;
}
.gr-ttl-sc span {
	font-size: 12px;
}

.gr-ttl1 {
	font-size: 15px;
	color: #4AB757;
	text-align:left;
	margin:0 0 15px 30px;
	line-height:120%;
}
.gr-ttl1 span {
	font-size: 12px;
}
.gr-shop {
	height:35px;
	padding:20px 0 0 60px;
}
.gr-school {
	height:40px;
	padding:10px 0 0 60px;
}
.gr-online {
	height:40px;
	padding:10px 0 0 60px;
}

.gr-ttl2-1 {
	height:auto;
	padding:10px 0;
	text-align:center;
}
.gr-ttl2-2 {
	height:auto;
	padding:10px 0;
	text-align:center;
}
.gr-ttl2-txt {
	padding: 0 0 25px;
	font-size:13px;
	text-align:center;
}
.gr-ttl2-txt-closure {
	padding: 0 0 25px;
	font-size:13px;
	text-align:center;
}

.gr-ttl3 {
	font-size:15px;
	padding:0;
	text-align:center;
}
.gr-icon {
	padding:0 0 10px;
	text-align:center;
}
}


/*-------------------------------
	トップページ:バナー
--------------------------------*/
.bnr-top {
	margin:0 0 40px;
}
@media(max-width:600px){
.bnr-top {
	margin:0 0 20px;
	text-align:center;
}
.bnr-top img {
	width:300px;
}
}

/*-------------------------------
	トップページ:最新情報・お知らせ
--------------------------------*/
.news {
	overflow:hidden;
	margin-bottom:50px;
}
.news-l {
	float:left;
}
.news-r {
	float:right;
}
.news-box {
	width:472px;
	height:338px;
	border:solid 1px #ED6D8E;
	background-color:#FFFFFF;
}
.news-ttl {
	font-size:18px;
	height:55px;
	padding-top:35px;
	border-bottom:solid 2px #ED6D8E;
}
.news-ttl2 {
	font-size:18px;
	height:75px;
	padding-top:15px;
	border-bottom:solid 2px #ED6D8E;
}
.news-ttl2 img {
	vertical-align:bottom;
}
.news-ttl a,
.news-ttl2 a {
	color:#666;
}
dl.news-rss {
	height:246px;
	font-size:15px;
	font-weight:bold;
	overflow:auto;
	text-align:left;
}
dl.news-rss dt {
	font-size:14px;
	padding:20px 0 15px 20px;
	float:left;
	width:80px;
	line-height:100%;
}
dl.news-rss dd {
	line-height:120%;
	padding:19px 10px 16px 120px;
	border-bottom:dotted 1px #CCC;
}
dl.news-rss dd a {
	border-bottom:solid 1px #FFF;
}
dl.news-rss dd a:hover {
	border-bottom:solid 1px #ED6D8E;
	text-decoration:none;
}
.news iframe {
	width:472px;
	height:246px;
}
@media(max-width:600px){
.news {
	margin-bottom:0;
}
.news-l {
	float:none;
}
.news-r {
	float:none;
}
.news-box {
	width:298px;
	height:248px;
	margin:0 auto 40px;;
}
.news-ttl {
	font-size:15px;
	height:46px;
	padding-top:24px;
	text-align:center;
}
.news-ttl2 {
	font-size:15px;
	height:60px;
	padding-top:10px;
	text-align:center;
}
.news-ttl2 img {
	width:40px;
	height:15px;
}
.news-ttl a,
.news-ttl2 a {
	color:#666;
}
dl.news-rss {
	font-size:13px;
}
dl.news-rss dt {
	font-size:12px;
	padding:10px 0 5px 10px;
	float:left;
	width:80px;
	line-height:100%;
}
dl.news-rss dd {
	line-height:120%;
	padding:9px 10px 6px 90px;
	border-bottom:dotted 1px #CCC;
}
.news iframe {
	width:298px;
	height:176px;
}
}

/*-------------------------------
	トップページ:CNN・ガリレオ
--------------------------------*/
.cnn-gali {
	overflow:hidden;
	font-size:14px;
	margin-bottom:55px;
}
.cnn {
	width:475px;
	float:left;
}
.gali {
	width:475px;
	float:right;
}
.cnn-box {
	overflow:hidden;
	margin-bottom:10px;
}
.cnn-img {
	width:320px;
	float:left;
}
.cnn-link a {
	font-size:19px;
	color:#FFFFFF;
	background-color:#4AB757;
	display:block;
	width:155px;
	height:113px;
	padding-top:87px;
	float:left;
}
.cnn-link a span {
	display:inline-block;
	background-image: url(../png/arr-wh-r.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:9px 25px;
	padding:3px 25px 0 0;
	height:22px;
	line-height:100%;
}
@media(max-width:600px){
.cnn-gali {
	font-size:14px;
	margin-bottom:40px;
	text-align:center;
}
.cnn {
	width:300px;
	float:none;
	margin:0 auto 15px;
}
.gali {
	width:300px;
	float:none;
	margin:0 auto;
}
.cnn-box {
	overflow:hidden;
	margin-bottom:0;
}
.cnn-img {
	width:160px;
	float:left;
}
.cnn-img img {
	width:160px;
}
.cnn-img iframe {
	width:160px;
	height:100px;
}
.cnn-link a {
	font-size:15px;
	width:140px;
	height:63px;
	padding-top:37px;
}
.cnn-link a span {
	padding:5px 25px 0 0;
	height:20px;
}
}

/*-------------------------------
	トップページ:本
--------------------------------*/
.book-ttl {
	font-size:24px;
	color:#EB6C8C;
	margin-bottom:30px;
}
.book {
	margin-bottom:70px;
	overflow:hidden;
}
.book-box {
	width:433px;
	border:solid 1px #ED6D8E;
	background-color:#FFFFFF;
	padding:20px;
	text-align:left;
	overflow:hidden;
}
.book-box img {
	float:left;
}
.book-txt {
	width:300px;
	float:right;
	font-size:14px;
}
.book-txt p {
	line-height:140%;
}
.book-txt strong {
	color:#EB6C8C;
	font-size:17px;
	margin-left:-8px;
}
@media(max-width:600px){
.book-ttl {
	font-size:16px;
	margin-bottom:10px;
	text-align:center;
}
.book {
	margin-bottom:40px;
	overflow:hidden;
}
.book-box {
	width:278px;
	padding:10px;
	margin:0 auto 15px;
	text-align:center;
}
.book-box img {
	float:none;
	margin-bottom:10px;
}
.book-txt {
	width:auto;
	float:none;
	font-size:12px;
	padding:0 10px;
	text-align: justify;
}
.book-txt strong {
	font-size:14px;
	margin-left:-6px;
}
}


.bnr-book {
	margin-bottom:40px;
}
@media(max-width:600px){
.bnr-book {
	margin-bottom:20px;
	text-align:center;
}
.bnr-book img {
	width:300px;
}
}


/*-------------------------------
	トップページ:Gallery
--------------------------------*/
.gallery-bg {
	background-image: url(../jpg/gallery-bg.jpg);
	padding:45px 0;
	margin-bottom:80px;
}
.gallery-ttl {
	font-size:24px;
	color:#EB6C8C;
	margin-bottom:40px;
}
.gallery-list {
	margin-right:-26px;
}
.gallery img {
	border:solid 5px #FFF;
	float:left;
	margin:0 25px 26px 0;
}
@media(max-width:600px){
.gallery-bg {
	background-size: 15px 15px;
	padding:20px 0 10px;
	text-align:center;
	margin-bottom:40px;
}
.gallery-ttl {
	font-size:16px;
	margin-bottom:15px;
}
.gallery-list {
	margin-right:0;
}
.gallery img {
	width:80px;
	border:solid 4px #FFF;
	float:none;
	margin:0 4px 8px;
	display:inline-block;
}
}

/*-------------------------------
	トップページ:SNS
--------------------------------*/
.sns {
	padding:60px 0 0;
}
.sns-l {
	width:430px;
	float:left;
	margin-bottom:40px;
}
.sns-r {
	width:510px;
	float:right;
	margin-bottom:40px;
}
.insta-l {
	width:420px;
	float:left;
	margin-bottom:60px;
}
.insta-r {
	width:420px;
	float:right;
	margin-bottom:60px;
}
.insta {
	padding:30px;
	border:solid 1px #CCC;
	background-color:#FFF;
	text-align:center;
}
.insta-ttl {
	font-size:22px;
	font-weight:bold;
}
a .insta-ttl  {
	color:#666;
	text-decoration:none;
}
@media(max-width:600px){
.sns {
	padding:40px 0 0;
}
.sns-l {
	width:300px;
	float:none;
	margin:0 auto 40px;
	text-align:center;
}
.sns-l img {
	width:300px;
}
.sns-r {
	width:300px;
	float:none;
	margin:0 auto 30px;
	text-align:center;
}
.insta-l {
	width:260px;
	float:none;
	margin:0 auto 30px;
	text-align:center;
}
.insta-r {
	width:260px;
	float:none;
	margin:0 auto 30px;
	text-align:center;
}
.insta {
	padding:20px;
	border:solid 1px #CCC;
	background-color:#FFF;
	text-align:center;
}
.insta-ttl {
	font-size:18px;
}
}


/*-------------------------------
	テンプレート
--------------------------------*/
.main {
	text-align:left;
	margin-bottom:50px;
}
.main h1 {
	color:#55BB61;
	font-size:22px;
	padding:10px 0;
	margin-bottom:40px;
	text-align:center;
	background-color:#F7F7F7;
}
.main p {
	margin-bottom:20px;
}
@media(max-width:600px){
.main {
	margin-bottom:20px;
}
.main h1 {
	font-size:16px;
	padding:5px 0;
	margin-bottom:20px;
}
.main p {
	margin-bottom:10px;
}
}


/*-------------------------------
	カテゴリーページ
--------------------------------*/
.cat-wrap {
	width:800px;
	margin:0 auto;
}
.cat-box {
	overflow:hidden;
	padding:40px 0;
	border-bottom:dashed 1px #999;
}
.cat-pic {
	float:left;
}
.cat-pic img {
	max-width:220px;
	vertical-align:bottom;
}
.cat-txt {
	color:#666666;
	width:510px;
	float:right;
}
.cat-txt h2 {
	color:#EB6C8C;
	font-size:23px;
	font-weight:600;
	margin-bottom:10px;
	line-height:130%;
}
.cat-date {
	font-size:14px;
	margin-bottom:20px;
}
@media(max-width:600px){
.cat-wrap {
	width:auto;
	margin-top:-20px;
}
.cat-box {
	padding:20px;
}
.cat-pic {
	width:30%;
}
.cat-pic img {
	width:110px;
}
.cat-txt {
	width:65%;
}
.cat-txt h2 {
	font-size:16px;
	margin-bottom:5px;
}
.cat-date {
	font-size:12px;
	margin-bottom:5px;
}
.cat-desc {
	display:none;
}
}

/*-------------------------------
	シングルページ
--------------------------------*/
.single-main {
	width:800px;
	margin:0 auto;
}
.entry {
	margin-bottom:50px;
}
.entry h2 {
	color:#EB6C8C;
	font-size:23px;
	font-weight:600;
	padding-bottom:10px;
	margin-bottom:10px;
	line-height:130%;
	border-bottom:solid 1px #EB6C8C;
}
.entry img {
	max-width:100%;
}

.single-side {
	width:250px;
	float:right;
}
.single-side h3 {
	color:#EB6C8C;
	font-size:18px;
	font-weight:600;
	padding-bottom:10px;
	margin-bottom:15px;
	line-height:130%;
	border-bottom:solid 1px #EB6C8C;
}
.single-side-box {
	margin:0 0 30px;
}
.single-side-box li {
	background-image: url(../png/dot.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	background-size:9px 9px;
	padding:0 0 5px 22px;
	line-height:130%;
}
.single-side-box li a {
	color:#666;
}
.single-side-box li a:hover {
	color:#EB6C8C;
}
@media(max-width:600px){
.single-main {
	width:auto;
	margin:0 10px;
}
.entry {
	margin-bottom:20px;
}
.entry h2 {
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.single-side {
	width:auto;
	float:none;
	margin:0 10px;
}
.single-side h3 {
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:10px;
}
.single-side-box {
	margin:0 0 15px;
}
.single-side-box li a:hover {
	color:#666;
}
}


/*-------------------------------
	ページャー
--------------------------------*/
.pager {
	font-weight:600;
	overflow:hidden;
	padding:0 5px;
}
.pager-l {
	float:left;
}
.pager-r {
	float:right;
}


/*-------------------------------
	Pagenavi
--------------------------------*/
.pagenavi {
	padding:30px 0 0;
	text-align:center;
}
.pagenavi a, .pagenavi span {
	font-weight:600;
	padding:5px 11px;
	margin:0 4px;
	display:inline;
	white-space: nowrap;
	-moz-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	background-color:#F7F7F7;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.pagenavi a:hover{
	color:#FFF;
	background-color:#EB6C8C;
}
.pagenavi span.current{
	color:#FFF;
	font-weight:600;
	background-color:#EB6C8C;
}
.pagenavi-num {
	display:inline;
}


/*-------------------------------
	ラボ
--------------------------------*/
.lab-ttl1 {
	font-size:30px;
}
.lab-ttl2 {
	font-size:25px;
	line-height:130%;
}
.lab-item span{
	font-size:20px;
}
.lab {
	width:960px;
	margin:0 auto 80px;
	text-align:center;
	overflow:hidden;
}
.lab .lab-box {
	width: 280px;
	padding:0 20px;
	text-align:justify;
	float:left;
}
.lab .lab-box li {
	list-style-type: disc;
	margin-left:23px;
}
.lab .lab-box p {
	margin-bottom:15px;
}
.lab strong {
	font-size:130%;
	color:#56AD2C;
	display:block;
	border:solid 1px #56AD2C;
	padding:4px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.material {
	font-size:90%;
}
@media(max-width:600px){
.lab-ttl1 {
	font-size:18px;
}
.lab-ttl2 {
	font-size:17px;
	line-height:130%;
}
.lab-item span{
	font-size:17px;
	display:block;
}
.lab {
	width:auto;
	margin:0 auto 20px;
}
.lab .lab-box {
	width: auto;
	padding:0 20px 20px;
	float:none;
}
.lab .lab-box p {
	margin-bottom:10px;
}
.lab strong {
	font-size:130%;
	color:#56AD2C;
	display:block;
	border:solid 1px #56AD2C;
	padding:4px;
	text-align:center;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.lab-map iframe {
	height:250px;	
}
}

.kyugyo {
	color:#EB6C8C;
	border:solid 1px #EB6C8C;
	width:608px;
	padding:25px 20px 0;
	margin:0 auto 50px;
}
.kyugyo strong {
	font-size:18px;
	margin-bottom:5px;
	display:block;
}
@media(max-width:600px){
.kyugyo {
	width:auto;
	padding:15px 5px 0;
	margin:0 auto 20px;
}
.kyugyo strong {
	font-size:15px;
}
}


.xmas {
	border:1px dashed #CC0000;
	width:900px;
	padding:20px 20px 0;
	margin:0 auto 50px;
	font-weight:bold;
}
.xmas-ttl {
	color:#FFF;
	font-size:25px;
	font-weight:bold;
	background-color:#CC0000;
	display:block;
}
.xmas strong {
	font-size:17px;
	margin-bottom:5px;
	display:block;
}
.xmas-date {
	color:#C00;
	font-size:20px;
	font-weight:bold;
}
@media(max-width:600px){
.xmas {
	width:auto;
	padding:15px 15px 0;
	margin:0 auto 30px;
}
.xmas-ttl {
	font-size:18px;
	display:block;
}
.xmas strong {
	font-size:14px;
	margin-bottom:5px;
	display:block;
}
.xmas span {
	font-size:10px;
}
.xmas-date {
	color:#C00;
	font-size:16px;
	font-weight:bold;
}
}

.thisweek {
	border:solid 2px #4AB757;
	padding:2px;
	margin-bottom:80px;
}
.thisweek-line {
	border:solid 1px #4AB757;
	padding:0 30px;
	overflow:hidden;
}
.tw-title {
	color:#4AB757;
	font-size:23px;
	padding:30px 0 5px;
}
.tw-box {
	font-size:18px;
	width:200px;
	margin:0 20px 10px;
	display:inline-block;
}
.tw-box img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
@media(max-width:600px){
.thisweek {
	margin-bottom:40px;
}
.thisweek-line {
	padding:0 15px;
}
.tw-title {
	font-size:18px;
	padding:15px 0 5px;
}
.tw-box {
	font-size:12px;
	width:46%;
	margin:0 2% 10px;
	float:left;
}
.tw-box img {
	width:100%;
	height:auto;
	vertical-align:bottom;
}
}

/*-------------------------------
	ボタン
--------------------------------*/
.btn01 a {
	width:450px;
	margin:0 auto 20px;
	padding:20px;
	background-color:#4AB757;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
}
.btn01 a:hover {
	background-color:#60c030;
}
@media(max-width:600px){
.btn01 a {
	width:auto;
	margin:0 auto 10px;
	padding:10px;
}
.btn01 a:hover {
	background-color:#4AB757;
}
}


.btn02 a {
	width:600px;
	margin:0 auto 20px;
	padding:20px;
	background-color:#4AB757;
	color: #ffffff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	font-size:18px;
	font-weight:bold;
}
.btn02 a:hover {
	background-color:#60c030;
}
@media(max-width:600px){
.btn02 a {
	width:auto;
	margin:0 auto 10px;
	padding:10px;
	font-size:14px;
}
.btn02 a:hover {
	background-color:#4AB757;
}
}


/*-------------------------------
	お問い合わせ
--------------------------------*/
.hissu {
	color: #F60;
}
.form_tb dl {
	width:100%;
	margin-bottom:15px;
	margin-top: 5px;
}
.form_tb dt {
	padding: 5px 10px;
	margin-bottom:5px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #E4F3E7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form_tb dd {
	padding: 0 5px 10px;
	vertical-align: top;
}
.form_tb dd input, .form_tb dd textarea {
	padding: 5px;
	border:solid 1px #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.w100 {
	width:80%;
}
.form_tb label {
	padding-right:15px;
}
.form_tb label input {
	margin-right:5px;
	vertical-align: middle;
}
.form_btn {
	text-align:center;
	margin-bottom:15px;
}
.form_btn input {
	padding:8px 30px;
	background-color: #9FD5AA;
	font-size:150%;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
@media(max-width:600px){
.hissu {

	color: #F60;
}
.form_tb dl {
	width:100%;
	margin-bottom:15px;
	margin-top: 5px;
}
.form_tb dt {
	padding: 5px 10px;
	margin-bottom:5px;
	text-align: left;
	vertical-align: top;
	font-weight:bold;
	background-color: #E4F3E7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form_tb dd {
	padding: 0 5px 10px;
	vertical-align: top;
}
.form_tb dd input, .form_tb dd textarea {
	padding: 5px;
	border:solid 1px #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.w100 {
	width:95%;
}
.form_tb label {
	padding-right:15px;
}
.form_tb label input {
	margin-right:5px;
	vertical-align: middle;
}
.form_btn {
	text-align:center;
	margin-bottom:15px;
}
.form_btn input {
	padding:8px 30px;
	background-color: #9FD5AA;
	font-size:150%;
	border:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor:pointer;
}
}

/*-------------------------------
	メディア掲載
--------------------------------*/
.media_ttl {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "Sawarabi Mincho";
	font-size:160%;
	font-weight:bold;
}
.media_ul li {
	line-height:150%;
	margin:0 0 20px 30px;
	list-style-type: disc;
}
@media(max-width:600px){
p.media_ttl {
	margin-bottom:10px;
}
.media_ul li {
	line-height:130%;
	margin:0 0 10px 20px;
}
}


/*-------------------------------
	メディア取材
--------------------------------*/
.media-menu {
	text-align:center;
	margin:10px 0 40px;
}
.media-menu p{
	display:inline-block;
	margin:0 5px;
}
.media-menu p a {
	width:150px;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0;
	background-color:#81C463;
	display:inline-block;
}
.media-ttl {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 10px;
	margin-bottom:20px;
	background-color:#69BA47;
}
.media-box {
	overflow:hidden;
	margin-bottom:20px;
}
.media-box img {
	margin:0 20px 10px 0;
	float:left;
}
.media-box a {
	color:#F574A5;
}

.media-box h3 {
	font-size:120%;
	color:#81C463;
	margin:0 0 20px;
	padding:0 0 10px;
	clear:both;
	border-bottom:solid 1px #81C463;
}
@media(max-width:640px){
.media-menu {
	text-align:center;
	margin:10px 0 20px;
}
.media-menu p{
	display:block;
	margin:0;
}
.media-menu p a {
	width:100%;
	color:#FFFFFF;
	text-align:center;
	padding:3px 0;
	margin-bottom:1px;
	display:block;
}
.media-ttl {
	font-size:14px;
	padding:1px 5px;
	margin-bottom:10px;
}
.media-box {
	margin-bottom:20px;
}
.media-box img {
	margin:0 0 5px;
	float:none;
	width:auto;
	height:100px;
}

.media-box h3 {
	font-size:120%;
	color:#81C463;
	margin:0 0 10px;
	padding:0 0 5px;
	clear:both;
	border-bottom:solid 1px #81C463;
}
}

.kaigai_box_r {
	margin-right:-20px;
}
.kaigai_box {
	width:448px;
	padding:20px;
	margin:0 20px 20px 0;
	float:left;
	text-align:center;
	border:solid 1px #E3E3E3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.kaigai_box strong {
	background-color:#81C463;
	padding:1px 5px;
	margin:0 0 5px;
	color:#FFFFFF;
	font-size:90%;
	font-weight:normal;
	display: inline-block;
	overflow:hidden;
}
.kaigai_box img {
	margin:20px auto 0;
}
.kaigai_box a {
	color:#F574A5;
}
@media(max-width:600px){
.kaigai_box {
	width:83%;
	padding:5%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
	border:solid 1px #E3E3E3;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.kaigai_box img {
	width:auto;
	height:150px;
	margin:10px auto 0;
}
}

.taisaku {
	color:#EB6C8C;
	font-weight:bold;
	margin-bottom:50px;
	padding:15px 0 20px;
	border:solid 1px #EB6C8C;
}
.taisaku a {
	color:#FFF;
	width:250px;
	display:block;
	margin:10px auto 0;
	line-height:40px;
	background-color:#EB6C8C;
}
.taisaku a:hover {
	text-decoration:none;
}
@media(max-width:600px){
.taisaku {
	color:#EB6C8C;
	font-weight:bold;
	margin:0 auto 40px;
	padding:15px 15px 20px;
	border:solid 1px #EB6C8C;
	width:270px;
	text-align:center;
}
.taisaku a {
	color:#FFF;
	width:250px;
	display:block;
	margin:10px auto 0;
	line-height:40px;
	background-color:#EB6C8C;
}
.taisaku a:hover {
	text-decoration:none;
}
}

.table1 table {
	width:100%;
	border-top:solid 1px #999;
	border-left:solid 1px #999;
}
.table1 table th {
	width:25%;
	padding:10px;
	background-color:#FEF1F4;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
}
.table1 table td {
	padding:10px;
	text-align:left;
	border-right:solid 1px #999;
	border-bottom:solid 1px #999;
}

.school-pict {
	overflow:hidden;
	margin-right:-40px;
	margin-bottom:80px;
}
.school-pict img {
	float:left;
	width:220px;
	height:auto;
	margin-right:40px;
	margin-bottom:40px;
}
@media(max-width:600px){
.school-pict {
	overflow:hidden;
	margin-right:0;
	margin-bottom:40px;
	text-align:center;
}
.school-pict img {
	width:40%;
	height:auto;
	float:none;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:20px;
	display:inline-block;
}
}

.pict img {
	width:100%;
}