@charset "UTF-8";
/* sets the base font to 10px for easier math */
@font-face {
  font-family: 'mplus-1p-regular';
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/regular/mplus-1p-regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-heavy';
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/heavy/mplus-1p-heavy.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'mplus-1p-bold';
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot");
  src: url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.eot?#iefix") format("embedded-opentype"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.woff") format("woff"), url("/contents/themes/common/fonts/mplus-1p/bold/mplus-1p-bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*----------------------------------------------------
	top
----------------------------------------------------*/
.home {
  /* common */
  /* mainVisual */
  /* corplink */
  /* emergency */
  /* banner */
  /* news */
  /* shoplist */
  /* playground */
  /* business */
  /* 取り組んでいること 共通 */
  /* business01 */
  /* business02 */
  /* business03 */
  /* business04 */
  /* recruit */
  /* asobi-no-mori */
  /* banner */
  /* sns */
}
.home section {
  width: 100%;
  padding: 80px 0 100px;
}
.home section h2 {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
}
.home section h2 span {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 20px 0 0;
  color: #005bac;
}
.home section h2 + p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.home section .inner {
  width: 1280px;
  margin: 0 auto;
}
.home section p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
  font-size: 24px;
  font-size: 2.4rem;
}
.home section p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .home section p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home section p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .home section p.link a:before {
    margin: -12px 0 0;
  }
  .home section p.link a br {
    display: inline-block;
  }
}
.home .mainvisual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 950px;
  min-width: 980px;
  margin: 0 0 40px;
  padding: 0 0 80px;
  /* movie */
}
.home .mainvisual .movie {
  background: #fff;
  z-index: 999999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  padding: 0 0 55%;
  overflow: hidden;
  margin: -22px 0 -40px;
}
.home .mainvisual .movie #mute {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 50px;
  display: block;
  width: 38px;
  height: 38px;
  border: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(../images/common/volume_off.png) center center no-repeat #fff;
}
.home .mainvisual .movie #mute:focus {
  outline: none;
}
.home .mainvisual .movie #mute.on {
  background: url(../images/common/volume_on.png) center center no-repeat #fff;
}
.home .mainvisual .movie a {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .mainvisual .movie iframe {
  -webkit-animation: fadein 3s linear 0s 1;
  -moz-animation: fadein 3s linear 0s 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .mainvisual .slider li {
  display: none;
}
.home .mainvisual .slider li:first-child {
  display: list-item;
}
.home .mainvisual .slider li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.home .mainvisual .slider li a img {
  width: 100%;
  height: auto;
  max-height: 950px;
}
/* スライダー無し */
.mainVisual-img_area img {
  max-height: 950px;
}
.home .mainvisual .bx-wrapper, .home .mainvisual .bx-wrapper .bx-viewport {
  overflow: visible !important;
  position: relative;
  left: 0;
  border-width: 0;
  box-shadow: none;
  margin: 0 auto;
}
.home .mainvisual .bx-wrapper .bx-viewport:before, .home .mainvisual .bx-wrapper .bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.home .mainvisual .bx-wrapper .bx-viewport:before {
  right: 100%;
  left: -100%;
}
.home .mainvisual .bx-wrapper .bx-viewport:after {
  left: 100%;
  right: -100%;
}
.home .mainvisual .bx-wrapper .bx-viewport .slider li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.home .mainvisual .bx-wrapper .bx-viewport .slider li img {
  width: 100%;
  height: auto;
  max-height: 950px;
}
.home .mainvisual .bx-wrapper .bx-viewport .slider li a.magformer {
  display: block;
  position: absolute;
  z-index: 1;
  top: 68.4%;
  left: 14.5%;
  width: 38.1%;
}
.home .mainvisual .bx-wrapper .bx-viewport .slider li a.playville {
  display: block;
  position: absolute;
  z-index: 1;
  top: 37.2%;
  left: 14.1%;
  width: 30%;
}
.home .mainvisual .bx-wrapper .bx-controls {
  position: absolute;
  z-index: 99;
  bottom: -100px;
  left: 0%;
  width: 100%;
  text-align: center;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 26px;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  width: 46px;
  height: 45px;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item0 {
  background: url(../images/slider_ico0.png) no-repeat;
  padding: 35px 0 0;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item0.active {
  background: url(../images/slider_ico0_ac.png) no-repeat;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item1 {
  background: url(../images/slider_ico1.png) no-repeat;
  padding: 14px 0 0;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item1.active {
  background: url(../images/slider_ico1_ac.png) no-repeat;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2 {
  background: url(../images/slider_ico3.png) no-repeat;
  padding: 32px 0 0;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2.active {
  background: url(../images/slider_ico3_ac.png) no-repeat;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2 {
  background: url(../images/slider_ico2.png) no-repeat;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item2.active {
  background: url(../images/slider_ico2_ac.png) no-repeat;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item3 {
  background: url(../images/slider_ico3.png) no-repeat;
  padding: 40px 0 0;
}
.home .mainvisual .bx-wrapper .bx-pager .bx-pager-item a.item3.active {
  background: url(../images/slider_ico3_ac.png) no-repeat;
}
.home ul.corplink {
  width: 1280px;
  margin: 0 auto 100px;
  text-align: center;
}
.home ul.corplink li {
  display: inline-block;
  margin: 0 10px;
  width: 180px;
}
.home ul.corplink li img {
  width: 100%;
}
.home .emergency {
  min-width: 980px;
  padding: 50px 0 0;
  text-align: center;
}
.home .emergency p {
  color: #b53939;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: bold;
}
.home ul.page_banner {
  min-height: 1px;
  margin: 50px auto;
  font-size: 0;
  width: 1280px;
  /*
  		li{
  			img{
  				width: 100%;
  			}
  			&:first-child{
  				width: 54%;
  				float: left;
  			}
  			&:last-child{
  				width: 45%;
  				float: right;
  				position: relative;
  				a{
  					display: block;
  					position: absolute;
  					&.kid{
  						left: 7.8%;
  						bottom: 10%;
  						width: 40.5%;
  						height: 17%;
  					}
  					&.shop{
  						left: 51.7%;
  						bottom: 10%;
  						width: 40.5%;
  						height: 17%;
  					}
  				}
  			}
  		}
  */
}
.home ul.page_banner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home ul.page_banner li {
  width: 31.7%;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 16px;
  /*
  &:nth-child(3),&:nth-child(6){
  	margin: 0 8px 8px;
  }
  */
}
.home ul.page_banner li img {
  width: 100%;
  border: 1px #ccc solid;
}
.home ul.page_banner li.sapporo {
  width: 850px;
  margin: 0 auto 16px;
}
.home ul.page_banner li.sp-disp {
  display: none;
}
.home ul.page_banner li.social {
  min-height: 1px;
}
.home ul.page_banner li.social:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home ul.page_banner li.social a {
  width: 48.8%;
}
.home ul.page_banner li.social a img {
  width: 100%;
}
.home ul.page_banner li.social a.fb {
  float: left;
}
.home ul.page_banner li.social a.insta {
  float: right;
}
.home .news {
  background: url(../images/news_bg.jpg) center top no-repeat #eef8fd;
  -moz-background-size: 150%;
  -o-background-size: 150%;
  -webkit-background-size: 150%;
  background-size: 150%;
}
.home .news .inner {
  min-height: 1px;
}
.home .news .inner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .news .inner h2 {
  margin: 0 0 24px;
}
.home .news .inner .news-wrap {
  float: left;
  width: 400px;
  margin: 0 40px 0 0;
}
.home .news .inner .news-wrap.last {
  margin: 0;
}
.home .news .inner .news-wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  height: 90px;
  vertical-align: middle;
  display: table-cell;
  width: 400px;
}
.home .news .inner .news-wrap ul {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 32px 32px 0;
}
.home .news .inner .news-wrap ul li {
  min-height: 1px;
  padding: 0 0 32px;
}
.home .news .inner .news-wrap ul li:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .news .inner .news-wrap ul li .img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #ccc;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  float: left;
}
.home .news .inner .news-wrap ul li .img img {
  position: absolute;
  min-width: 80px;
  left: -100%;
  right: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.home .news .inner .news-wrap ul li .txt {
  width: 236px;
  float: right;
  font-weight: bold;
}
.home .news .inner .news-wrap ul li .txt.txt-full {
  width: 100%;
}
.home .news .inner .news-wrap ul li .txt .date {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 2px;
  display: block;
}
.home .news .inner .news-wrap ul li .txt .date em {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  padding: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #333;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 0 0 0 6px;
}
.home .news .inner .news-wrap ul li .txt a {
  color: #005bac;
  text-decoration: none;
}
.home .news .inner .news-wrap ul li .txt strong {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  display: block;
  margin-top: 6px;
}
.home .news .inner .news-wrap ul li .txt p {
  font-weight: normal;
  margin-top: 5px;
  line-height: 1.3;
}
.home .shoplist {
  background: url(../images/shoplist_bg.jpg) center top no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.home .shoplist .inner h2 {
  color: #fff;
  margin: 0 0 48px;
}
.home .shoplist .inner h2 span {
  color: #fff;
}
.home .shoplist .inner h2 + p {
  color: #fff;
}
.home .shoplist .inner .arealist {
  width: 500px;
  margin: 56px 0 0 auto;
  text-align: center;
}
.home .shoplist .inner .arealist ul {
  min-height: 1px;
  margin: 0 0 30px;
}
.home .shoplist .inner .arealist ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .shoplist .inner .arealist ul li {
  margin: 0 0 10px;
  width: 245px;
  float: left;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.home .shoplist .inner .arealist ul li a {
  display: block;
  width: 100%;
  line-height: 60px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-decoration: none;
}
.home .shoplist .inner .arealist ul li.s01 {
  background-color: #eaf6fd;
}
.home .shoplist .inner .arealist ul li.s02 {
  background-color: #fdede4;
  letter-spacing: 1em;
  text-indent: 1em;
}
.home .shoplist .inner .arealist ul li.s03 {
  background-color: #fadce9;
}
.home .shoplist .inner .arealist ul li.s04 {
  background-color: #feecd2;
  letter-spacing: 1em;
  text-indent: 1em;
}
.home .shoplist .inner .arealist ul li.s05 {
  background-color: #d5ead8;
  letter-spacing: 1em;
  text-indent: 1em;
}
.home .shoplist .inner .arealist ul li.s06 {
  background-color: #e7d5e8;
}
.home .shoplist .inner .arealist ul li.s07 {
  background-color: #d4ecea;
  letter-spacing: 1em;
  text-indent: 1em;
}
.home .shoplist .inner .arealist ul li:nth-child(even) {
  float: right;
}
.home .shoplist .inner .arealist p.link a {
  background-color: #005bac;
  text-align: center;
  line-height: 1;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 16px 16px 42px;
  letter-spacing: 1px;
  border: 0;
  min-width: 250px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #005bac;
  background-color: #fff;
}
.home .shoplist .inner .arealist p.link a:before {
  content: "▶︎";
  padding: 0 1rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  left: 16px;
  top: 50%;
  margin: -9px 0 0;
}
@media screen and (max-width: 1280px) {
  .home .shoplist .inner .arealist p.link a:before {
    margin: -6px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .home .shoplist .inner .arealist p.link a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 30px 8px 50px;
    line-height: 24px;
    max-width: 100%;
  }
  .home .shoplist .inner .arealist p.link a:before {
    margin: -12px 0 0;
  }
  .home .shoplist .inner .arealist p.link a br {
    display: inline-block;
  }
}
.home .playground .inner {
  text-align: center;
}
.home .playground .inner h2 + p {
  padding: 50px 0;
}
.home .playground .inner ul {
  max-width: 1280px;
  min-width: 980px;
  min-height: 1px;
}
.home .playground .inner ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .playground .inner ul li {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  float: left;
  vertical-align: top;
  width: 31.3%;
  padding: 0 1%;
}
.home .playground .inner ul li a {
  text-decoration: none;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.home .playground .inner ul li a img {
  width: 100%;
  margin: 0 0 20px;
}
.home .playground .inner p.link {
  margin: 40px 0 0;
}
.home .playground .inner p.link a br {
  display: none;
}
.home .business {
  padding: 20px 0px 80px;
}
.home .business h2 + p {
  padding: 40px 0 60px;
}
.home .business ul {
  font-size: 0px;
  text-align: center;
}
.home .business ul li {
  display: inline-block;
  margin: 0 54px 0 0;
}
.home .business ul li:last-child {
  margin: 0;
}
.home .business-cnt {
  padding: 0;
}
.home .business-cnt__inner {
  width: 1280px;
  margin: 0 auto;
  min-height: 1px;
}
.home .business-cnt__inner:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .business-cnt__inner__detail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
.home .business-cnt__inner__detail h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.home .business-cnt__inner__detail h3 span {
  font-size: 72px;
  font-size: 7.2rem;
  vertical-align: middle;
  padding: 0 8px 0 0;
}
.home .business-cnt__inner__detail p.msg {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  margin: 0px 0px 24px;
  font-weight: bold;
}
.home .business-cnt__inner__detail p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}
.home .business-cnt__inner__detail p.link {
  text-align: center;
  margin: 16px 0 0;
  line-height: 1;
}
.home .business-cnt__inner__detail__show {
  display: block;
}
.home .business01 {
  background: url(../images/business01_bg.jpg) right top no-repeat #eaf5e6;
  -moz-background-size: 60% 100%;
  -o-background-size: 60% 100%;
  -webkit-background-size: 60% 100%;
  background-size: 60% 100%;
}
.home .business01__inner__detail {
  background-color: #eaf5e6;
  padding: 80px 80px 100px 0;
}
.home .business01__inner__detail__results {
  background-color: #fff;
  padding: 30px;
  width: 86.5%;
  margin: 40px 0 0;
}
.home .business01__inner__detail__results h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
}
.home .business01__inner__detail__results p.img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
.home .business01__inner__detail__results p.img img {
  position: absolute;
  width: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  height: auto;
}
.home .business01__inner__detail__results p.img + p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 16px 0;
}
.home .business01__inner__detail__results div {
  min-height: 1px;
}
.home .business01__inner__detail__results div:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .business01__inner__detail__results div p {
  background-color: #eaf5e6;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  text-align: center;
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.2;
}
.home .business01__inner__detail__results div ul {
  display: table-cell;
  width: 80%;
}
.home .business01__inner__detail__results div ul li {
  border-bottom: 1px solid #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  padding: 0 8px;
  margin: 0 0 0 20px;
}
.home .business01__inner__detail__results div ul li span {
  width: 70px;
  display: inline-block;
}
.home .business01__inner__detail__results div ul li:first-child {
  border-top: 1px solid #333;
}
.home .business01__inner__detail__results p.link {
  text-align: center;
  margin: 16px 0 0;
}
.home .business01__inner__detail__results p.link a {
  font-size: 20px;
  font-size: 2rem;
  min-width: 210px;
}
.home .business02 {
  background: url(../images/business02_bg.jpg) left -62px no-repeat #ffe0eb;
  -moz-background-size: 60% auto;
  -o-background-size: 60% auto;
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
}
.home .business02__inner__detail {
  background-color: #ffe0eb;
  padding: 80px 0 100px 80px;
  width: 40%;
  float: right;
}
.home .business03 {
  background: url(../images/business03_bg_800.png) right center no-repeat #feecd2;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.home .business03__inner__detail {
  background-color: #feecd2;
  padding: 80px 80px 100px 0;
  width: 40%;
  float: left;
}
.home .business04 {
  background: url(../images/business04_bg.jpg) -20% top no-repeat #eaf6fd;
  -moz-background-size: 72.9% auto;
  -o-background-size: 72.9% auto;
  -webkit-background-size: 72.9% auto;
  background-size: 72.9% auto;
}
.home .business04__inner__detail {
  background-color: #eaf6fd;
  padding: 80px 0 100px 80px;
  width: 40%;
  float: right;
}
.home .recruit {
  position: relative;
  overflow: hidden;
}
.home .recruit .recruit-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.home .recruit .recruit-bg.bg01 {
  background: url(../images/recruit_bg.jpg) center top no-repeat;
  background-size: cover;
}
.home .recruit .recruit-bg.bg02 {
  background: url(../images/recruit_bg02.jpg) center top no-repeat;
  background-size: cover;
}
.home .recruit .recruit-bg.bg03 {
  background: url(../images/recruit_bg03.jpg) center top no-repeat;
  background-size: cover;
}
.home .recruit .inner {
  position: relative;
  z-index: 1;
}
.home .recruit .inner h2 {
  color: #fff;
  text-shadow: 0px 0px 6px #333;
}
.home .recruit .inner h2 span {
  color: #fff;
}
.home .recruit .inner h2 + p {
  color: #fff;
  text-shadow: 0px 0px 6px #333;
  padding: 32px 0 40px;
}
.home .recruit .inner h2 + p br {
  display: none;
}
.home .recruit .inner div {
  background-color: rgba(255, 255, 255, 0.749);
  width: 420px;
  padding: 50px 30px 30px;
  font-weight: bold;
  text-align: center;
}
.home .recruit .inner div h3 {
  color: #005bac;
  line-height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 20px;
}
.home .recruit .inner div p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 35px;
  margin: 0 0 20px;
}
.home .asobi-no-mori .inner h2 + p {
  line-height: 34px;
  padding: 32px 150px 40px;
}
.home .asobi-no-mori .inner .contents0 {
  width: 730px;
  min-height: 1px;
  margin: 0 auto 60px;
}
.home .asobi-no-mori .inner .contents0:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .asobi-no-mori .inner .contents0 p.image {
  float: left;
}
.home .asobi-no-mori .inner .contents0__detail {
  padding: 0 0 0 64px;
  width: 410px;
  float: left;
}
.home .asobi-no-mori .inner .contents0__detail p.ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0px 0px 16px;
  line-height: 30px;
}
.home .asobi-no-mori .inner .contents0__detail ul li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 8px;
}
.home .asobi-no-mori .inner .contents0__detail ul li a {
  font-size: 22px;
  font-size: 2.2rem;
  color: #005bac;
  display: inline-block;
  text-indent: -26px;
  margin: 0 0 0 26px;
  text-decoration: none;
}
.home .asobi-no-mori .inner .contents0__detail ul li a:before {
  content: "▶";
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 4px 0 8px;
  vertical-align: middle;
}
.home .asobi-no-mori .inner .contents0__detail ul li a img {
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.home .asobi-no-mori .inner .contents1 {
  margin: 0px 19px 0px 85px !important;
}
.home .asobi-no-mori .inner .contents1, .home .asobi-no-mori .inner .contents2 {
  min-height: 1px;
  float: left;
  width: 490px;
  margin: 0 19px;
}
.home .asobi-no-mori .inner .contents1:after, .home .asobi-no-mori .inner .contents2:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .asobi-no-mori .inner .contents1 p.image, .home .asobi-no-mori .inner .contents2 p.image {
  width: 152px;
  float: left;
}
.home .asobi-no-mori .inner .contents1 p.image img, .home .asobi-no-mori .inner .contents2 p.image img {
  width: 100%;
}
.home .asobi-no-mori .inner .contents1__detail, .home .asobi-no-mori .inner .contents2__detail {
  width: 320px;
  padding: 0 0 0 16px;
  float: left;
}
.home .asobi-no-mori .inner .contents1__detail p.ttl, .home .asobi-no-mori .inner .contents2__detail p.ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 24px;
}
.home .asobi-no-mori .inner .contents1__detail ul li, .home .asobi-no-mori .inner .contents2__detail ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0px 0px 8px;
}
.home .asobi-no-mori .inner .contents1__detail ul li span, .home .asobi-no-mori .inner .contents2__detail ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 4px 0;
}
.home .asobi-no-mori .inner .contents1__detail ul li ul.citw li, .home .asobi-no-mori .inner .contents2__detail ul li ul.citw li {
  display: inline-block;
}
.home .asobi-no-mori .inner .contents1__detail ul li a, .home .asobi-no-mori .inner .contents2__detail ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #005bac;
  display: inline-block;
  text-indent: -19px;
  margin: 0 0 0 19px;
  text-decoration: none;
}
.home .asobi-no-mori .inner .contents1__detail ul li a:before, .home .asobi-no-mori .inner .contents2__detail ul li a:before {
  content: "▶";
  font-size: 8px;
  font-size: 0.8rem;
  padding: 0 4px 0 8px;
  vertical-align: middle;
}
.home .asobi-no-mori .inner .contents1__detail ul li a img, .home .asobi-no-mori .inner .contents2__detail ul li a img {
  width: 20px;
  vertical-align: middle;
  margin: 0 0 0 8px;
}
.home .asobi-no-mori .inner .anq {
  padding: 0 0 60px;
  clear: both;
  text-align: center;
}
.home .asobi-no-mori .inner .anq p {
  line-height: 24px;
  margin: 0px 0px 1em;
}
.home .asobi-no-mori .inner .anq p.link {
  padding: 0;
}
.home .asobi-no-mori .inner p.link {
  text-align: center;
  margin: 0;
  clear: both;
  padding: 60px 0 0;
}
.home .banner .catalog_banner_area {
  line-height: 34px;
  padding: 32px 0 40px;
}
.home .banner {
  padding: 0;
}
.home .banner ul {
  min-height: 1px;
  width: 1280px;
  margin: 0 auto;
}
.home .banner ul:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.home .banner ul li {
  float: left;
  width: 414px;
  margin: 12px 12px 0 0;
}

.home .banner ul li img {
  width: 100%;
  border: 1px solid #dfdfdf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.home .sns {
  text-align: center;
}
.home .sns p {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 40px;
}
.home .sns ul li {
  display: inline-block;
  margin: 0 30px;
}
/* ========= */
.home section.sns_area {
  padding: 50px 0 100px;
  margin-top: 50px;
  border-top: solid 1px #dedede;
}
.home .sns-icon_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.sns_area .sns_box {
  display: none;
/*  display: flex;
  justify-content: space-around;
  width: 980px;
  margin: 0 auto;*/
}
.sns_area .sns_text {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0 0 20px; 
}
.sns_area .sns_box li {
  max-width: 400px;
  margin: 0 auto 20px;
}
.sns_area .sns_box li.fb-width {
  width: 368px;
  max-width: 100%;
}


@media screen and (max-width: 768px) {
  .home section.sns_area {
    padding: 40px 16px 50px;
    }
  .sns_area .sns_box {
    width: 100%;
    display: block;
  }
  .sns_area iframe {
    width: 100%!important;
  }
  .sns_area .sns_box li {
    width: 100%;
/*    max-width: 320px;*/
    margin: 0 auto 20px;
  }


}/*  @media screen and (max-width: 768px)  */
/*----------------------------------------------------
	1280px以下のウィンドウ対策
----------------------------------------------------*/
@media screen and (max-width: 1280px) {
  .home {
    /* common */
    /* news */
    /* corplink */
    /* business */
    /* asobi-no-mori */
    /* banner */
  }
  .home section {
    width: 100%;
    min-width: 980px;
  }
  .home section .inner {
    width: 980px;
    margin: 0 auto;
  }
  .home .news .inner .news-wrap {
    width: 300px;
  }
  .home .news .inner .news-wrap ul li .img {
    float: none;
    margin: 0 auto 14px;
  }
  .home .news .inner .news-wrap ul li .txt {
    float: none;
    width: 100%;
  }
  .home ul.corplink {
    width: 980px;
    margin: 0 auto 50px;
  }
  .home ul.corplink li {
    width: 139px;
  }
  .home .business .inner ul li {
    width: 20%;
    margin: 0 3% 0 0;
  }
  .home .business .inner ul li img {
    width: 100%;
  }
  .home .business .inner ul li:last-child {
    margin: 0;
  }
  .home .business-cnt__inner {
    width: 980px;
  }
  .home .business02 {
    -moz-background-size: 60% 112%;
    -o-background-size: 60% 112%;
    -webkit-background-size: 60% 112%;
    background-size: 60% 112%;
  }
  .home .business03 {
    background: url(../images/business03_bg_980_1.png) right center no-repeat #feecd2;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .home .elementary .elementary__wrap {
    max-width: 980px;
  }
  .home .shoplist {
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    -webkit-background-size: 120% auto;
    background-size: 120% auto;
  }
  .home .shoplist ul.arealist li {
    width: 125px;
  }
  .home .shoplist__contents__list {
    width: 980px;
  }
  .home .shoplist__contents__list div {
    width: 480px;
  }
  .home .shoplist__contents__list div dl {
    height: 420px;
  }
  .home .shoplist__contents__list div dl dd a {
    width: 255px;
  }
  .home .asobi-no-mori .inner h2 + p {
    padding: 32px 0 40px;
  }
  .home .asobi-no-mori .inner .contents1, .home .asobi-no-mori .inner .contents2 {
    width: 450px;
    margin: 0 19px !important;
  }
  .home .asobi-no-mori .inner .contents1__detail, .home .asobi-no-mori .inner .contents2__detail {
    width: 280px;
  }
  .home ul.page_banner {
    width: 980px;
  }
  .home .banner ul {
    width: 980px;
  }
  .home .banner ul li {
    width: 416px;
    margin: 0 25px 25px 0;
  }
}
/*----------------------------------------------------
	768px以下
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .home {
    /* common */
    /* mainVisual */
    /* corplink */
    /* emergency */
    /* news */
    /* shoplist */
    /* playground */
    /* business */
    /* 取り組んでいること 共通 */
    /* business01 */
    /* business02 */
    /* business03 */
    /* business04 */
    /* recruit */
    /* asobi-no-mori */
    /* banner */
  }
  .home section {
    min-width: 0;
    padding: 40px 16px 50px;
  }
  .home section h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0 0 32px;
    line-height: 42px;
  }
  .home section h2 span {
    font-size: 20px;
    font-size: 2rem;
    margin: 20px 0 0;
  }
  .home section h2 + p {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
  .home section .inner {
    width: 100%;
  }
  .home section p.link a {
    min-width: 90%;
  }
  .home .mainvisual {
    min-width: 0;
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0 0 50px;
    /* movie */
  }
  .home .mainvisual .movie {
    padding: 0 0 67%;
  }
  .home .mainvisual .movie #mute {
    display: none;
  }
  .home .mainvisual .movie a {
    display: none;
  }
  .home .mainvisual__lead h1 img {
    position: relative;
    width: 170%;
    left: -35%;
  }
  .home .mainvisual__lead ul {
    width: 100%;
    top: 67%;
  }
  .home .mainvisual__lead ul li {
    width: 30%;
  }
  .home .mainvisual__lead ul li img {
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .home .mainvisual .slider li:first-child img {
    /*
    width: 130%;
    left: -14%;
    position: relative;
    */
    width: 100%;
    left: 0;
  }
  .home .mainvisual .slider li a.magformer {
    left: 10.5% !important;
  }
  .home .mainvisual .slider li a.playville {
    right: 9% !important;
    width: 36% !important;
  }
  /* スライダー無し */
  .mainVisual-img_area {
    margin-top: 32px;
  }
  .home .mainvisual .bx-wrapper .bx-controls {
    bottom: -50px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
    margin: 0 15px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
    background-size: 100% !important;
    width: 24px;
    height: 35px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.item0 {
    background-position: left 2px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.item1 {
    background-position: left 17px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.item2 {
    background-position: left 12px;
  }
  .home .mainvisual .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.item3 {
    background-position: left top;
  }
  .home .mainvisual .bx-wrapper .bx-viewport {
    overflow: hidden !important;
  }
  .home .mainvisual .bx-wrapper .bx-viewport .slider li:first-child {
    display: list-item !important;
  }
  .home .mainvisual .bx-wrapper .bx-viewport .slider li img {
    width: 100% !important;
    position: relative !important;
    left: 0% !important;
  }
  .home ul.corplink {
    width: 100%;
    padding: 0 0 26px;
    margin: 0 auto;
  }
  .home ul.corplink li {
    margin: 0 5px 15px;
    width: 25%;
  }
  .home .emergency {
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    text-align: left;
  }
  .home .emergency p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
  }
  .home .news {
    background: url(../images/sp/news_bg.jpg) center 132% no-repeat #eef8fd;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .home .news .inner .news-wrap {
    float: none;
    width: 100%;
    margin: 0 0 32px;
  }
  .home .news .inner .news-wrap h3 {
    width: 100%;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    display: inline-block;
    height: auto;
    margin: 0 0 18px;
    line-height: 1.3;
  }
  .home .news .inner .news-wrap ul {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 32px 20px;
  }
  .home .news .inner .news-wrap ul li {
    padding: 0;
    margin: 0 0 24px;
  }
  .home .news .inner .news-wrap ul li:last-child {
    margin: 0;
  }
  .home .news .inner .news-wrap ul li a {
    text-decoration: none;
    color: #005bac;
    font-weight: bold;
  }
  .home .news .inner .news-wrap ul li .img {
    width: 30%;
    float: left;
    height: auto;
    margin: 0;
  }
  .home .news .inner .news-wrap ul li .img img {
    width: 100%;
    position: static;
    min-height: 80px;
  }
  .home .news .inner .news-wrap ul li .txt {
    float: left;
    width: 70%;
    padding: 0 0 0 20px;
  }
  .home .news .inner .news-wrap ul li .txt.txt-full {
    padding: 0;
  }
  .home .news .inner .news-wrap ul li .txt .date {
    letter-spacing: 1px;
  }
  .home .news .inner .news-wrap ul li .txt strong {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 2px;
    text-decoration: none;
    color: #005bac;
  }
  .home .news .inner .news-wrap ul li .txt p {
    display: none;
    font-size: 28px;
  }
  .home .shoplist {
    background: none;
    padding: 0;
  }
  .home .shoplist:before {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 240px;
    background: url(../images/sp/shoplist_bg.jpg) no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    vertical-align: middle;
  }
  .home .shoplist .inner {
    width: 91.7%;
    padding: 32px 0 50px;
    border-bottom: 1px solid #ddd;
  }
  .home .shoplist .inner h2 {
    color: #333;
    margin: 0 0 38px;
  }
  .home .shoplist .inner h2 span {
    color: #005bac;
  }
  .home .shoplist .inner h2 + p {
    color: #333;
  }
  .home .shoplist .inner .arealist {
    width: 100%;
    margin: 32px 0px 0px;
  }
  .home .shoplist .inner .arealist ul {
    margin: 0 0 40px;
  }
  .home .shoplist .inner .arealist ul li {
    width: 100%;
    float: none !important;
    margin: 0 0 10px;
  }
  .home .shoplist .inner .arealist p.link a {
    background-color: #005bac;
    color: #fff;
  }
  .home .playground {
    padding: 40px 16px 0;
  }
  .home .playground .inner {
    padding: 0 0 50px;
    border-bottom: 1px solid #ddd;
  }
  .home .playground .inner h2 + p {
    padding: 0px 0 32px;
  }
  .home .playground .inner ul {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    min-width: 0;
  }
  .home .playground .inner ul li {
    width: 33.3%;
    padding: 0 5px;
    font-size: 2.4vw;
  }
  .home .playground .inner ul li span {
    font-size: 2.8vw;
    display: block;
    padding: 8px 0 0;
    white-space: nowrap;
  }
  .home .playground .inner p.link {
    margin: 32px 0 0;
  }
  .home .playground .inner p.link a br {
    display: inline-block;
  }
  .home .business {
    padding: 40px 16px;
  }
  .home .business .inner ul {
    display: none;
  }
  .home .business .inner h2 + p {
    padding: 0;
  }
  .home .business-cnt__inner {
    width: 100%;
  }
  .home .business-cnt__inner__detail {
    width: 100%;
    padding: 16px;
  }
  .home .business-cnt__inner__detail h3 {
    font-size: 7.2vw;
    margin: 0;
  }
  .home .business-cnt__inner__detail h3 span {
    font-size: 11.5vw;
  }
  .home .business-cnt__inner__detail p.msg {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    margin: 0px 0px 10px;
  }
  .home .business-cnt__inner__detail p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
  .home .business-cnt__inner__detail p.link a {
    padding: 8px 30px 8px 50px;
    line-height: 1.4;
  }
  .home .business-cnt__inner__detail__show {
    display: none;
    padding: 16px 0 0;
  }
  .home .business01__inner__detail p.msg {
    background: url(../images/sp/business01_bg.jpg) center top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 72% 0 0;
  }
  .home .business01__inner__detail__results {
    width: 100%;
    margin: 30px 0 0;
  }
  .home .business01__inner__detail__results h4 {
    font-size: 5.5vw;
  }
  .home .business01__inner__detail__results p.img {
    height: 155px;
  }
  .home .business01__inner__detail__results div p {
    padding: 0 16px;
  }
  .home .business01__inner__detail__results div ul li {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    padding: 0 0 0 70px;
  }
  .home .business01__inner__detail__results div ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
    vertical-align: top;
    position: absolute;
    left: 8px;
    line-height: 24px;
  }
  .home .business01__inner__detail__results p.link a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .home .business02__inner__detail p.msg {
    background: url(../images/sp/business02_bg.jpg) center top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 72% 0 0;
  }
  .home .business03__inner__detail p.msg {
    background: url(../images/sp/business03_bg_650.png) center top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 52.5% 0 0;
  }
  .home .business04__inner__detail p.msg {
    background: url(../images/sp/business04_bg.jpg) center top no-repeat;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 72% 0 0;
  }
  .home .recruit {
    padding: 64% 0 0;
  }
  .home .recruit .inner {
    width: 100%;
    padding: 40px 16px 0;
    background-color: #fff;
  }
  .home .recruit .inner h2 {
    color: #333;
    text-shadow: 0px 0px 0 #fff;
  }
  .home .recruit .inner h2 span {
    color: #005bac;
  }
  .home .recruit .inner h2 + p {
    color: #333;
    text-shadow: 0px 0px 0 #fff;
    padding: 0 0 24px;
  }
  .home .recruit .inner h2 + p br {
    display: inline-block;
  }
  .home .recruit .inner div {
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    width: 100%;
    padding: 0;
  }
  .home .recruit .inner div p {
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .home .recruit .recruit-bg.bg01 {
    background: url(../images/sp/recruit_bg.jpg) 75% top no-repeat;
    -moz-background-size: 110.5% auto;
    -o-background-size: 110.5% auto;
    -webkit-background-size: 110.5% auto;
    background-size: 110.5% auto;
  }
  .home .recruit .recruit-bg.bg02 {
    background: url(../images/sp/recruit_bg02.jpg) 75% top no-repeat;
    -moz-background-size: 110.5% auto;
    -o-background-size: 110.5% auto;
    -webkit-background-size: 110.5% auto;
    background-size: 110.5% auto;
  }
  .home .recruit .recruit-bg.bg03 {
    background: url(../images/sp/recruit_bg03.jpg) 75% top no-repeat;
    -moz-background-size: 110.5% auto;
    -o-background-size: 110.5% auto;
    -webkit-background-size: 110.5% auto;
    background-size: 110.5% auto;
  }
  .home .recruit ul.thumb {
    position: relative;
    text-align: center;
    margin: -8px 0px 0px;
    padding: 0px 0px 8px;
  }
  .home .recruit ul.thumb li {
    background: url(../images/sp/recruit_ico.png) no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin: 0 6px;
  }
  .home .recruit ul.thumb li.ac {
    background: url(../images/sp/recruit_ico_ac.png) no-repeat;
  }
  .home .asobi-no-mori .inner {
    border-bottom: 1px solid #ddd;
    padding: 0 0 50px;
  }
  .home .asobi-no-mori .inner h2 + p {
    padding: 0;
  }
  .home .asobi-no-mori .inner .contents0 {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 30px;
    padding: 0 0 8px;
  }
  .home .asobi-no-mori .inner .contents0 p.image {
    float: none;
    text-align: center;
    margin: 0 0 16px;
  }
  .home .asobi-no-mori .inner .contents0__detail {
    float: none;
    width: 100%;
    padding: 0;
  }
  .home .asobi-no-mori .inner .contents0__detail ul li {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 16px;
    line-height: 30px;
  }
  .home .asobi-no-mori .inner .contents0__detail ul li span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 4px 0 0;
  }
  .home .asobi-no-mori .inner .contents0__detail ul li a {
    font-size: 20px;
    font-size: 2rem;
    text-indent: -24px;
    margin: 0 0 0 24px;
    line-height: 30px;
  }
  .home .asobi-no-mori .inner .anq {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #ddd;
  }
  .home .asobi-no-mori .inner .contents1 {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 8px;
    margin: 0 0 30px !important;
  }
  .home .asobi-no-mori .inner .contents2 {
    margin: 0 !important;
  }
  .home .asobi-no-mori .inner .contents1, .home .asobi-no-mori .inner .contents2 {
    width: 100%;
  }
  .home .asobi-no-mori .inner .contents1 p.image, .home .asobi-no-mori .inner .contents2 p.image {
    width: 30%;
  }
  .home .asobi-no-mori .inner .contents1__detail, .home .asobi-no-mori .inner .contents2__detail {
    width: 70%;
  }
  .home .asobi-no-mori .inner .contents1__detail ul li, .home .asobi-no-mori .inner .contents2__detail ul li {
    line-height: 24px;
  }
  .home .asobi-no-mori .inner .contents1__detail ul li a, .home .asobi-no-mori .inner .contents2__detail ul li a {
    line-height: 24px;
  }
  .home ul.page_banner {
    width: 100%;
    padding: 0 16px;
    padding-bottom: 40px;
    margin: 10px 0 0;
  }
  .home ul.page_banner li {
    width: 100% !important;
    float: none;
    margin: 0 0 10px !important;
  }
  .home ul.page_banner li img {
    width: 100%;
  }
  .home ul.page_banner li.sapporo {
    display: none;
  }
  .home ul.page_banner li.sp-disp {
    display: block;
  }
  .home ul.page_banner li:last-child {
    float: none;
    margin: 0;
  }
  .home ul.page_banner li.hirakata {
    margin: 0 0 30px;
  }
  .home ul.page_banner li.summer {
    margin: 0 0 30px;
  }
  .home ul.page_banner li.summer.pc-disp {
    display: none;
  }
  .home ul.page_banner li.summer.sp-disp {
    display: block;
  }
  .home ul.page_banner li.summer a.kid {
    left: 9%;
    bottom: 7%;
    width: 38%;
  }
  .home ul.page_banner li.summer a.shop {
    left: 52.3%;
    bottom: 7%;
    width: 38%;
  }
  .home ul.page_banner li.summer02 {
    display: none;
  }
  .home .banner {
    padding-bottom: 50px;
  }
  .home .banner ul {
    width: 100%;
    padding: 0 20px;
  }
  .home .banner ul li {
    width: 100%;
    margin: 0 0 10px;
    float: none;
  }
  .home .banner ul li img {
    width: 100%;
  }
  .home .sns p {
    margin: 0 0 24px;
  }
  .home .sns ul li {
    margin: 0 10px;
  }
  .js-app-fixed {
    position: fixed;
    bottom: 0;
  }
  .app-area_icon_close {
    text-align: right;
  }
  .app-area_link {
    display: block;
    border: 5px solid #00b901;
  }
}
