@charset "UTF-8";
/* ==========================================================================
HOME
文字濃茶　：#644741
文字オレンジ：#FF7D00
水色　　　：#28C3FF
メイン背景：#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"; }
.gf-quicksand { font-family: 'Quicksand', sans-serif; }

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (max-width: 740px) {

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

#home #mainArea {
	overflow: hidden;
	position: relative;
	background: #E1FAFF;
	margin: 0px auto 0px;
	padding: 0px 0px;
}
#home #mainArea #main_visual {
	width: 100%;
	margin: 0px auto 30px;
}
#home #mainArea .bgSun {
	position: absolute;
	top: -42px;
	right: -20px;
	width: 100px;
	z-index: 1;
}
#home #mainArea .bgCloudL,
#home #mainArea .bgCloudR {
	position: absolute;
	width: 120px;
	bottom: 0px;
}
#home #mainArea .bgCloudL {
	left: -30px;
}
#home #mainArea .bgCloudR {
	right: -30px;
}
#home #mainArea .bgSun img,
#home #mainArea .bgCloudL img,
#home #mainArea .bgCloudR img {
	width: 100%;
	height: auto;
}
#home #mainArea .mainCopy,
#home #mainArea .illustStar,
#home #mainArea .illustClover,
#home #mainArea .illustFlower,
#home #mainArea .illustButterfly {
	position: absolute;
	z-index: 3;
}
#home #mainArea .mainCopy img,
#home #mainArea .illustStar img,
#home #mainArea .illustClover img,
#home #mainArea .illustFlower img,
#home #mainArea .illustButterfly img {
	width: 100%;
	height: auto;
}
#home #mainArea .mainCopy {
	top: -5px;
	right: 0px;
	width: 45vw;
	max-width: 280px;
}
#home #mainArea .illustStar {
	top: 5px;
	left: 5px;
	width: 50px;
}
#home #mainArea .illustClover {
	bottom: 15px;
	left: 0px;
	width: 50px;
	z-index: 5;
}
#home #mainArea .illustFlower {
	bottom: 25px;
	left: 0px;
	width: 50vw;
	max-width: 280px;
}
#home #mainArea .illustButterfly {
	bottom: 0px;
	right: 5px;
	width: 90px;
}


#mainBox {}
#mainBox #homeInfo {
	position: relative;
	overflow: hidden;
	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 {
	position: relative;
	box-sizing: border-box;
	margin: 30px auto 20px;
	padding: 10px 20px;
	width: calc( 100% - 40px );
	background: #1EBEFF;
	border-radius: 30px;
	color: #FFFFFF;
}
#mainBox #homeInfo .info:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
}
#mainBox #homeInfo .info .infoText {}
#mainBox #homeInfo .infoText h2 {
	font-size: 1.8rem;
	line-height: 20px;
	margin: 3px 0px 10px 0px;
	text-align: center;
}
#mainBox #homeInfo .infoText h2 span {
	font-size: .9rem;
	font-weight: 500;
	line-height: 20px;
	vertical-align: middle;
	margin: 0px 0px 0px 5px;
}
#mainBox #homeInfo .infoText p {
	font-size: 1.6rem;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
}
#mainBox #homeInfo .infoText p br {
	display: none;
}

#mainBox #homeInfo .info .infoText.insta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#mainBox #homeInfo .infoText.insta p {
	font-size: 1.3rem;
	line-height: 1.25;
	margin: 0px auto;
}
#mainBox #homeInfo .infoText.insta p br, #mainBox #homeInfo .info .infoText.insta a br {
	display: none;
}
#mainBox #homeInfo .info .infoText.insta a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1em;
	color: #FFF;
	margin: 5px auto;
	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: 1.4rem;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px;
}
#mainBox #homeInfo .info ul li {
	line-height: 21px;
	color: #FFF;
}
#mainBox #homeInfo .info ul li:nth-child(3) {
	color: #FFF;
}

#mainBox #homeInfo .info .btn {
	position: absolute;
	width: 253px;
	height: 45px;
	left: 50%;;
	bottom: -10px;
	margin: 0px 0px 0px -126px;
}
#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: -30px;
	left: -15px;
}
#mainBox #homeInfo .info .illustBird {
	top: -30px;
	right: -20px;
}

#mainBox #homeInfo .contBox {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px 90px 0px;
	text-align: center;
}
#mainBox #homeInfo .contBox h2 {
	position: relative;
	width: 100%;
	margin: 0px auto 0px;
	padding: 80px 10px 10px;
	font-size: 1.8rem;
	line-height: 30px;
}
#mainBox #homeInfo .contBox h2 span {
	display: block;
	position: absolute;
	width: 100%;
	top: 65px;
	left: 0px;
	font-size: 9px;
	font-weight: 500;
	line-height: 20px;
	color: #39B54A;
}
#mainBox #homeInfo .contBox h2 figure {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -25px;
}
#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 img,
#mainBox #homeInfo .contBox .illustBee img,
#mainBox #homeInfo .contBox .illustDandelion img,
#mainBox #homeInfo .contBox .illustBoy img,
#mainBox #homeInfo .contBox .illustGirl img {
	width: 100%;
	height: auto;
}
#mainBox #homeInfo .contBox .illustGrass {
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 50px;
	z-index: 1;
}
#mainBox #homeInfo .contBox .illustBee {
	bottom: 30px;
	left: 20px;
	width: 88px;
	height: 48px;
}
#mainBox #homeInfo .contBox .illustDandelion {
	bottom: 0px;
	right: 120px;
	width: 48px;
	height: 56px;
}
#mainBox #homeInfo .contBox .illustBoy {
	bottom: 0px;
	right: 70px;
	width: 60px;
	height: 96px;
}
#mainBox #homeInfo .contBox .illustGirl {
	bottom: 0px;
	right: 15px;
	width: 60px;
	height: 96px;
}


#mainBox #homeNews {
	width: calc( 100% - 20px );
	margin: 20px auto;
	border: 4px solid #1EBEFF;
}
#mainBox #homeNews:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	background: #000;
}
#mainBox #homeNews h2 {
	position: relative;
	width: calc( 8em + 10px );
	margin: 20px auto 0px;
	padding: 0px 0px 0px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 20px;
}
#mainBox #homeNews h2 span {
	display: block;
	font-size: .9rem;
	font-weight: 500;
	line-height: 20px;
	color: #28C3FF;
}
#mainBox #homeNews h2 figure {
	display: inline-block;
	text-align: center;
	width: 50px;
	height: 50px;
	margin: -10px 0px 0px -50px;
	float: left;
}
#mainBox #homeNews ul {
	overflow: hidden;
	margin: 0px;
	border-top: 2px solid #1EBEFF;
}
#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:last-child {
	border-bottom: none;
}
#mainBox #homeNews ul li a {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem;
	word-wrap: break-word;
	padding: 6px 20px 6px 20px;
	margin: 0px 0px 0px 0px;
}
#mainBox #homeNews ul li a span {
	display: block;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.5rem;
	margin: 0px 0px 0px 0px;
}


#mainBox #homeBlog {
	background: #FDFBBE;
}
#mainBox #homeBlog .contBox {
	width: calc( 100% - 20px );
	margin: 0px auto;
	padding: 20px 0px;
}
#mainBox #homeBlog h2 {
	position: relative;
	width: calc( 8em + 10px );
	margin: 20px auto 20px;
	padding: 0px 0px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 20px;
}
#mainBox #homeBlog h2 span {
	display: block;
	font-size: .9rem;
	font-weight: 500;
	line-height: 20px;
	color: #28C3FF;
}
#mainBox #homeBlog h2 figure {
	display: inline-block;
	text-align: center;
	width: 70px;
	height: 50px;
	margin: -10px 0px 0px -50px;
	float: left;
}
#mainBox #homeBlog .contBox ul {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px 0px 0px 4px;
}
#mainBox #homeBlog .contBox ul li {
	box-sizing: border-box;
	padding: 0px;
	border-right: 4px solid #1EBEFF;
	border-bottom: 4px solid #1EBEFF;
	border-top: 4px solid #1EBEFF;
	border-left: 4px solid #1EBEFF;
	margin: 0px -4px -4px 0px;
	background: #fff;
}

#mainBox #homeBlog .contBox ul li a {
	display: block;
	padding: 0px;
	margin: 0px;
}
#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: 100%;
	margin: 0px auto;
	background: #EEEEEE;
}
#mainBox #homeBlog .contBox ul li a figure img {
	width: 100%;
	height: auto;
}
#mainBox #homeBlog .contBox ul li a p {
	display: block;
	overflow: hidden;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 20px;
	margin: 0px 10px;
	padding: 10px 10px;
	word-wrap: break-word;
}
#mainBox #homeBlog .contBox ul li a p span {
	display: block;
	font-size: 12px;
	font-weight: 900;
}

}
/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (max-width: 740px) {
#mainBox #homeBlog .contBox ul {
	padding: 4px 0px 0px 4px;
}
#mainBox #homeBlog .contBox ul li {
	width: calc( 100% / 4 - 0px )!important;
}
#mainBox #homeBlog .contBox ul li a figure {
	height: 16vw;
}
}
/*===============================================
 レスポンシブ スマホサイズ 横幅 597px以下
===============================================*/
@media screen and (max-width: 597px) {
#mainBox #homeBlog .contBox ul {
	padding: 4px 0px 0px 4px;
}
#mainBox #homeBlog .contBox ul li {
	width: calc( 100% / 2 - 0px )!important;
}
#mainBox #homeBlog .contBox ul li a figure {
	height: 30vw;
}
}

/*===============================================
 レスポンシブ スマホサイズ 横幅 740px以下
===============================================*/
@media screen and (max-width: 740px) {
/** BxSlider
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
 height: auto;
	display: block;
}
ul#bxslider {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 60vw;
	overflow: hidden;
}
#bxslider li.slide {
	display: block;
	overflow: hidden;
	height: 60vw;
}
#bxslider li.slide img {
}
.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: -20px;
  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;
 background: #FFFFFF;
 text-indent: -9999px;
	width: 14px;
	height: 14px;
 margin: 0 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 {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin: 0px 0px 0px 0px!important;
}
.bx-wrapper .bx-prev {
	left: 5px;
	background: url(../img/images/arrowL.png) no-repeat center top;
	background-size: 30px;
}
.bx-wrapper .bx-next {
	right: 5px;
	background: url(../img/images/arrowR.png) no-repeat center top;
	background-size: 30px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: center top;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: center top;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	width: 33px;
	height: 33px;
	background-size: 33px;
}
.bx-wrapper .bx-prev:hover {}
.bx-wrapper .bx-next:hover {}


/* 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;
}

}

