@charset "UTF-8";
/* ==========================================================================
COMMON
文字濃茶　：#644741
水色　　　：#28C3FF
水色２　　：#1EBEFF
メイン背景：#E1FAFF
背景薄緑　：#F2F9EA
背景薄黄　：#FDFBBE
========================================================================== */

/* Google Fonts + 日本語 早期アクセス 250 300 350 400 500 700 900 */
.wf-roundedmplus1c { font-family: "Rounded Mplus 1c"; }
.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*===============================================
 レスポンシブ PCサイズ 横幅 741px以下
===============================================*/
@media screen and (min-width: 741px), print {

#home {}
article#main_box {
}
section {
}

#home #mainArea {
	overflow: hidden;
	position: relative;
	background: #E1FAFF;
	margin: 0px auto;
	height: 460px;
}
#home #mainArea #main_visual {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	height: 400px;
	margin: 0px auto;
	z-index: 2;
}
#home #mainArea .bgSun {
	position: absolute;
	top: -40px;
	left: 50%;
	width: 140px;
	height: 140px;
	margin-left: 390px;
	z-index: 1;
}
#home #mainArea .bgCloudL {
	position: absolute;
	bottom: 0px;
	right: 50%;
	margin-right: 360px;
}
#home #mainArea .bgCloudR {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: 360px;
}
#home #mainArea .mainCopy,
#home #mainArea .illustStar,
#home #mainArea .illustClover,
#home #mainArea .illustFlower,
#home #mainArea .illustButterfly {
	position: absolute;
	z-index: 3;
}
#home #mainArea .mainCopy {
	top: 20px;
	left: 50%;
	margin-left: 180px;
}
#home #mainArea .illustStar {
	top: 40px;
	left: 50%;
	margin-left: -460px;
}
#home #mainArea .illustClover {
	bottom: 50px;
	left: 50%;
	margin-left: -430px;
}
#home #mainArea .illustFlower {
	bottom: 50px;
	left: 50%;
	margin-left: -380px;
}
#home #mainArea .illustButterfly {
	bottom: 50px;
	left: 50%;
	margin-left: 380px;
}



#mainBox {}
#mainBox #homeInfo {
	position: relative;
	overflow: hidden;
	height: 490px;
	background: url(../img/home/bgMount.png) repeat-x center bottom;
	background-size: 300px 380px;
}
#mainBox #homeInfo:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	left: 0px;
	background: url(../img/home/bgGrass.png) repeat-x center bottom;
	background-size: 150px 25px;
	z-index: 2;
}
#mainBox #homeInfo .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	margin: 70px auto 40px;
	padding: 15px 20px;
	width: 800px;
	min-height: 120px;
	background: #1EBEFF;
	border-radius: 30px;
	color: #FFFFFF;
}
#mainBox #homeInfo .info:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	background: #000;
}
#mainBox #homeInfo .info .infoText {
	float: left;
	width: 460px;
}
#mainBox #homeInfo .infoText h2 {
	display: block;
	font-size: 22px;
	line-height: 24px;
	margin: 3px 0px 10px 20px;
	width: calc( 100% - 20px );
}
#mainBox #homeInfo .infoText h2 span {
	font-size: 9px;
	font-weight: 500;
	line-height: 24px;
	vertical-align: middle;
	margin: 0px 0px 0px 24px;
}
#mainBox #homeInfo .infoText p {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 0px 24px;
}

#mainBox #homeInfo .info .infoText.insta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#mainBox #homeInfo .infoText.insta p {
	font-size: 14px;
	line-height: 1.25;
	margin: 0px 0px 10px 20px;
}
#mainBox #homeInfo .info .infoText.insta a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	line-height: 1em;
	color: #FFF;
	margin: -10px 0 0 10px;
	padding: 0px 10px;
	border-radius: 12px;
 background: -webkit-linear-gradient(top left, #427eff 0%, #f13f79 70%) no-repeat;
	background: -o-linear-gradient(top left, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(to bottom right, #427eff 0%, #f13f79 70%) no-repeat;
}
#mainBox #homeInfo .info .infoText.insta a figure {
	margin: 5px 0px 5px 10px;
}

#mainBox #homeInfo .info ul {
	float: left;
	font-size: 14px;
	border-left: 1px solid #FFF;
	padding: 0px 0px 23px 30px;
	margin: 2px 0px;
}
#mainBox #homeInfo .info ul li {
	line-height: 21px;
}
#mainBox #homeInfo .info .btn {
	position: absolute;
	width: 253px;
	height: 45px;
	right: 36px;
	bottom: -10px;
}
#mainBox #homeInfo .info .btn a {
	display: block;
	text-align: center;
	width: 253px;
	height: 45px;
	line-height: 43px;
	font-weight: 900;
	color: #28C3FF;
	background: url(../img/home/btnAccess.png)no-repeat center top;
	background-size: 253px 45px;
}
#mainBox #homeInfo .info .btn a:hover {
	color: #FFFFFF;
	background: url(../img/home/btnAccessOn.png)no-repeat center top;
	background-size: 253px 45px;
	opacity: 1.0;
}

#mainBox #homeInfo .info .illustBalloon,
#mainBox #homeInfo .info .illustBird {
	position: absolute;
	z-index: 10;
}
#mainBox #homeInfo .info .illustBalloon {
	top: -20px;
	left: -15px;
}
#mainBox #homeInfo .info .illustBird {
	top: -60px;
	right: 0px;
}

#mainBox #homeInfo .contBox {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#mainBox #homeInfo .contBox h2 {
	position: relative;
	width: 7em;
	margin: 0px auto 20px;
	padding: 30px 10px 10px;
	font-size: 22px;
	line-height: 30px;
}
#mainBox #homeInfo .contBox h2 span {
	display: block;
	position: absolute;
	width: 100%;
	top: 10px;
	left: 0px;
	font-size: 9px;
	font-weight: 500;
	line-height: 20px;
	color: #39B54A;
}
#mainBox #homeInfo .contBox h2 figure {
	position: absolute;
	top: 0px;
	left: -50px;
	margin: 0px;
}
#mainBox #homeInfo .contBox .btn {
	display: block;
	width: 253px;
	height: 54px;
	margin: 10px auto;
	padding: 0px 0px 0px 0px;
}
#mainBox #homeInfo .contBox .btn a {
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: 253px;
	height: 54px;
	line-height: 43px;
	font-weight: 900;
	padding: 9px 0px 0px 0px;
	color: #82C832;
	background: url(../img/home/btnConcept.png) no-repeat center top;
	background-size: 253px 54px;
}
#mainBox #homeInfo .contBox .btn a:hover {
	color: #FFFFFF;
	background: url(../img/home/btnConceptOn.png) no-repeat center top;
	background-size: 253px 54px;
}

#mainBox #homeInfo .contBox .illustGrass,
#mainBox #homeInfo .contBox .illustBee,
#mainBox #homeInfo .contBox .illustDandelion,
#mainBox #homeInfo .contBox .illustBoy,
#mainBox #homeInfo .contBox .illustGirl {
	position: absolute;
	z-index: 3;
}
#mainBox #homeInfo .contBox .illustGrass {
	bottom: 0px;
	left: 50%;
	margin-left: 240px;
	z-index: 1;
}
#mainBox #homeInfo .contBox .illustBee {
	bottom: 80px;
	left: 50%;
	margin-left: -440px;
}
#mainBox #homeInfo .contBox .illustDandelion {
	bottom: 0px;
	left: 50%;
	margin-left: 180px;
}
#mainBox #homeInfo .contBox .illustBoy {
	bottom: 0px;
	left: 50%;
	margin-left: 260px;
}
#mainBox #homeInfo .contBox .illustGirl {
	bottom: 0px;
	left: 50%;
	margin-left: 355px;
}


#mainBox #homeNews {
	width: 860px;
	margin: 50px auto;
	border: 4px solid #1EBEFF;
	border-radius: 30px;
}
#mainBox #homeNews:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	background: #000;
}
#mainBox #homeNews h2 {
	position: relative;
	float: left;
	width: 230px;
	margin: 5px 15px 20px 0px;
	padding: 70px 10px 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
}
#mainBox #homeNews h2 span {
	display: block;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0px;
	font-size: 9px;
	font-weight: 500;
	line-height: 20px;
	color: #28C3FF;
}
#mainBox #homeNews h2 figure {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -25px;
}
#mainBox #homeNews ul {
	height: 138px;
	overflow: auto;
	margin: 28px 30px 28px 0px;
}
#mainBox #homeNews ul li {
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #000;
}
#mainBox #homeNews ul li:nth-child(even) {
	background: #F5F5F5;
}
#mainBox #homeNews ul li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mainBox #homeNews ul li a span {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 900;
	line-height: 45px;
	margin: 0px 20px 0px 20px;
}

#mainBox #homeBlog {
	background: #FDFBBE;
}
#mainBox #homeBlog .contBox {
	width: 960px;
	margin: 0px auto;
	padding: 30px 0px 20px;
}
#mainBox #homeBlog h2 {
	position: relative;
	width: 7em;
	margin: 0px auto 0px;
	padding: 18px 0px 2px 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	line-height: 30px;
}
#mainBox #homeBlog h2 span {
	display: block;
	position: absolute;
	width: 100%;
	top: 5px;
	left: 0px;
	font-size: 9px;
	font-weight: 500;
	line-height: 20px;
	color: #28C3FF;
}
#mainBox #homeBlog h2 figure {
	position: absolute;
	text-align: center;
	top: 0px;
	left: -75px;
	margin: 0px 0px 0px 0px;
}
#mainBox #homeBlog .contBox ul {
	display: flex;
	justify-content: flex-start;
	margin: 20px;
}
#mainBox #homeBlog .contBox ul li {
	box-sizing: border-box;
	width: 25%;
	padding: 0px;
}
#mainBox #homeBlog .contBox ul li a {
	display: block;
	padding: 15px;
}
#mainBox #homeBlog .contBox ul li a:hover {
	background: rgba(255,255,255,0.70);
}
#mainBox #homeBlog .contBox ul li a figure {
	box-sizing: border-box;
	width: 200px;
	height: 160px;
	margin: 0px auto;
	border: 4px solid #1EBEFF;
	border-radius: 30px;
	background: #FFFFFF;
}
#mainBox #homeBlog .contBox ul li a figure img {
}
#mainBox #homeBlog .contBox ul li a p {
	display: block;
	overflow: hidden;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 10px;
	word-wrap: break-word;
}
#mainBox #homeBlog .contBox ul li a p span {
	display: block;
	font-size: 12px;
	font-weight: 900;
}

/** BxSlider
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper:after {
	display: block;
	position: absolute;
	content: "";
	width: 900px;
	height: 365px;
	top: -5px;
	left: 50%;
	margin-left: -450px;
	background: url(../img/images/mainLine.png) center top;
	background-size: 900px 365px;
}
.bx-wrapper img {
	max-width: 890px;
	width: 100%;
	height: auto;
	display: block;
}
ul#bxslider {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	max-width: 890px;
	width: 890px;
	height: 350px;
	overflow: hidden;
	z-index: 9999;
	border-radius: 26px;
	background: #FFF;
}
#bxslider li.slide {
	display: block;
	overflow: hidden;
	max-width: 890px;
	width: 890px;
	height: 350px;
}
#bxslider li.slide img {
	max-width: 890px;
	width: 890px;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -35px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	box-sizing: border-box;
	text-indent: -9999px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	_-moz-border-radius: 5px;
	_-webkit-border-radius: 5px;
	_border-radius: 5px;
	background: url(../img/images/dotOff.png) no-repeat 1px 1px;
	background-size: 12px 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: url(../img/images/dotOn.png) no-repeat 1px 1px;
	background-size: 12px 12px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: url(../img/images/dotOver.png) no-repeat 1px 1px;
	background-size: 16px 16px;
	width: 18px;
	height: 18px;
	margin: 0px 3px -2px 3px;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0%;
  margin-top: 0px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
	position: relative;
	width: calc( ( 100% - 900px ) / 2 )!important;
	height: 350px!important;
	background: rgba(238,216,142,0.00);
}
.bx-wrapper .bx-prev {
	left: 0px;
}
.bx-wrapper .bx-next {
	right: 0px;
}
.bx-wrapper .bx-prev:after, .bx-wrapper .bx-next:after {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin: -15px 0px 0px 0px;
}
.bx-wrapper .bx-prev:after {
	right: 5px;
	background: url(../img/images/arrowL.png) no-repeat center top;
	background-size: 30px;
	_border-bottom: 1px solid #685e64;
	_border-left: 1px solid #685e64;
	_-webkit-transform: rotate(45deg);
	_transform: rotate(45deg);
}
.bx-wrapper .bx-next:after {
	left: 5px;
	background: url(../img/images/arrowR.png) no-repeat center top;
	background-size: 30px;
	_border-top: 1px solid #685e64;
	_border-right: 1px solid #685e64;
	_-webkit-transform: rotate(45deg);
	_transform: rotate(45deg);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
	background: rgba(238,216,142,0.0);
	background: rgba(0,0,0,0.0);
}
.bx-wrapper .bx-next:hover {
}
.bx-wrapper .bx-prev:hover:after {
	_border-bottom: 1px solid #fff;
	_border-left: 1px solid #fff;
}
.bx-wrapper .bx-next:hover:after {
	_border-top: 1px solid #fff;
	_border-right: 1px solid #fff;
}


/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

}