@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-radius: 10px;
	max-width: none;
}
h1,h3,h4,h5,h6,ul,li,dl{
	margin: 0px;
	padding: 0px;
	list-style: none
}
p{
	font-size: 16px;
}
img {

}
a {
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none
}
a:visited {
	color: #000000;
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: none
}
a:active {
	text-decoration:none
}
.font-red {
	font-color: #000000;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
#logo-pos-sp{
	text-align: left;
}
#header-eria {
	height: 85px;
	width: 100%;
	background-color: #FF999A;
}
.header-center{
	font-size: 0px;
	max-width: 992px;
	margin-left: auto;
	margin-right: auto;
}
#line01 {
	height: 5px;
	width: 100%;
	background-color: #121C54;
}
.clearfix:after {
	display: block;
	clear: both;
	content: '';
}
#nav li a:hover{
	color: #F1FF64;
	text-decoration: none;
}
#nav li a{
	color: #FFFFFF;
	text-decoration: none;
}
#logo-eria-pc {
	float: left;
}
#logo-pos-sp{
	text-align: left;	
}
#nav {
	width: 68%;
	float: right;
	color: #FFFFFF;
}
#nav ul li{
	float: right;
	font-size: 17px;
	line-height: 85px;
	margin-right: 86px;
	color: #FFFFFF;
	font-weight: bold;
}
.box {
	background-color: hsla(0,0%,89%,0.55);
	border: 2px solid #FFDADA;
	border-radius: 8px;
	box-shadow: 0 0 0 4px #FFFFFF;
	color: #575757;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	max-width: 1170px;
	width: 95%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	text-align: left;
	padding-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.box ol li{
	align: left;
}
.box ol ul li{
	align: left;
	list-style: none;
}
.box_top {
	border: 2px solid #FFDADA;
	border-radius: 8px;
	box-shadow: 0 0 0 4px #FFFFFF;
	color: #575757;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	max-width: 1170px;
	width: 95%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	line-height: 30px;
	text-align: left;
	padding-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.img-hight-center{
	text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;

}
/*--------header-----------*/

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
#main_eria {
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	
}
#main_eria img{
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
	float: left;
	padding: 0 30px;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
	position: relative;
	color: #000000;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #000000;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 11px;
}
#nav-toggle span:nth-child(2) {
	top: 22px;
}
#nav-toggle span:nth-child(3) {
	top: 0px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 991px) {
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
	background-color: #FF999A;
	width: 100%;
	height: 58px;
	z-index: 999;
	position: relative;
	border-bottom-width: 100%;
	border-bottom-color: #FFFFFF;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background-color: hsla(13,100%,81%,0.74);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
	float: none;
	position: static;
	padding: 0px 0;
	color: #FFFFFF;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	line-height: 40px;
	font-weight: bold;
    }
    #nav-toggle {
	display: block;
	border-bottom-width: 97px;
    }
	.main_title_performance {
		margin-top: 58px;
	}
	.main_title_company {
		margin-top: 58px;
	}
	.main_title_contact {
		margin-top: 58px;
	}
    .main_title_mowing {
		margin-top: 58px;
	}
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }



  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }

.font-type02 {
	font-size: 16px;
	font-weight: bold;
	color: hsla(359,100%,75%,1.00);
	background-color: hsla(0,0%,100%,0.40);
	padding-top: 5px;
	padding-bottom: 5px;
}
.font-type03 {
	font-size: 16px;
	font-weight: bold;
}
.map {
	position: relative;
	padding-bottom: 35.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 35px;
}
 
.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#logo-eria {
	width: 100%;
	background-color: rgba(255,255,255,0.25);
	z-index: 999;
	position: absolute;
	margin-top: 8px;
}
#navi-max {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	max-width: 1000px;
}
#navi-max ul li{
	float: left;
	width: 25%;
	list-style: none;
	
}
#navi-max ul li a{
	list-style: none;
	color: hsla(0,0%,100%,1.00);
	background-color: #FF6468;
	z-index: 15;
}
#navi-max ul li a:hover{
	display: block;
	border-bottom: 4px solid #2B6AFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-color: #2B6AFF;
	border-right-color: #2B6AFF;
	border-left-color: #2B6AFF;
}
.contents-eria {
	height: auto;
	width: 100%;
	background-color: rgba(251,234,234,1.00);
	padding-top: 35px;
	padding-bottom: 35px;
	background-image: url(../img/partition-green.png);
	background-repeat: repeat-x;
}
.title {
	width: 100%;
	text-align: center;
	color: hsla(41,100%,32%,1.00);
	font-size: 21px;
	margin-top: 10px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}
.title-sub {
	width: 100%;
	text-align: left;
	color: hsla(359,100%,64%,1.00);
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 16px;
}
.about-policy {
	font-weight: bolder;
	text-align: left;
	padding-top: 14px;
	color: #CB2E31;
	border-bottom: 7px dotted #ccc;
	padding-bottom: 8px;
	text-decoration: none;
	margin-bottom: 25px;
}
#childcare-policy-eria {
	width: 100%;
}
#foot-eria {
	width: 100%;
	background-color: #FFA7A9;
}
#foot-max {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
	color: rgba(255,255,255,1.00);
}
.foot-logo {
	float: left;
	width: auto;
}
.foot-adress {
	float: left;
	width: auto;
	margin-right: 30px;
	color: #585858;
	margin-top: 8px;
}
.foot-tel {
	width: auto;
	margin-top: -9px;
	margin-left: -5px;
}
.header-mar {
	margin-top: 30px;
}

#nursery-school-features {
	width: 100%;
}
#link {
	width: 100%;
	background-image: url(../img/foot-grass.png);
	padding-top: 48px;
	background-color: hsla(205,100%,93%,1.00);
	background-repeat: repeat-x;
	background-position: 0% 100%;

}
.footerLinks {
	margin-top: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.footerLinks p {
	margin-bottom: 0px;
}

.footerLinks ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
	line-height: 1;
}

.footerLinks ul li {
	line-height: 1.5;
}

.footerLinks p {
	margin-top: 15px;
}

.footerLinks .footerMenu1 li {
	display: block;
	margin-bottom: 5px;
}

.footerLinks .footerMenu1 li a {
	padding: 10px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 0px 0px rgba(207, 205, 207, 1);
	-moz-box-shadow: 0px 2px 0px 0px rgba(207, 205, 207, 1);
	box-shadow: 0px 2px 0px 0px rgba(207, 205, 207, 1);
	border-radius: 10px;
}

.footerLinks .footerMenu2 {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.footerLinks .footerMenu2 li {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #9aaeb6;
	padding: 0 5px;
}

.footerLinks .footerMenu2 li a {
	font-size: 13px;
	font-weight: bold;
	color: hsla(0,0%,100%,1.00);
	display: block;
}
.footerLinks .footerMenu2 li a:hover{
	text-decoration: underline;
}
.footerLinks .footerMenu2 li:last-child {
	border-right: 0;
}
#link-eria {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 8px;
	background-image: url(../img/link-eria-bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
}
.two-col {
	width: 100%;
}
.col-70 {
	width: 80%;
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
.col-30 {
	width: 20%;
	display: table-cell;
	vertical-align: top;
}.col-dis {
	text-align: left;
	line-height: 38px;
}
.box-1050 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1050px;
	background-color: hsla(359,100%,80%,0.18);
	border-radius: 34px;
	padding-bottom: 15px;
	padding-top: 1px;
}
.title-plas{
	width: 100%;
	margin-top: 10px;
	color: hsla(359,89%,28%,1.00);
	font-weight: bold;
	font-size: 22px;
}
.photo-des {
	width: 100%;
	background-color: hsla(334,100%,74%,1.00);
	padding-left: 10px;
	color: #FFFFFF;
	text-align: center;
}
.mar30 {
	margin-bottom: 30px;
}
.message {
	text-decoration: underline;

}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
	background: none repeat scroll 0 0 #EEFFEE;
	border: 1px solid #CCCCCC;
	color: #333333;
	display: block;
	line-height: 1.2em;
	margin-top: -11.5em;
	margin-right: 3.5em;
	margin-left: 20.5em;
	margin-bottom: 3.5em;
	padding: 0.5em;
	position: absolute;
	top: auto;
	width: auto;
	z-index: 20;
}
#view-eria {
	width: 100%;
}
/* Opening
-----------------------------------------*/
.Opening {
	position: relative;
	background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	color: #fff;
	line-height: 60px;
	display: block;
	text-align: center;
	font-weight: bolder;
	font-style: normal;
	font-size: 17px;
}
.button-on {
	position: relative;
	z-index: 2;
	background-color: #ADFFDA;
	border-bottom: 3px solid #fff;
	line-height: 60px;
	display: block;
	text-align: center;
	font-weight: bold;
}
.button:hover {
	background-color: #fff;
	border-width: 2px;
}
.button::before,
.button::after {
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #333;
}
.button::before {
  top: 0;
}
.button::after {
  bottom: 0;
}
.button:hover::before,
.button:hover::after {
  height: 0;
  background-color: #59b1eb;
}
.con {
	background-color: rgba(255,255,255,1);
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	padding-left: 0px;
	width: 95%;
}
.con-half {
	background-color: rgba(255,255,255,1);
	margin-right: auto;
	margin-left: auto;
	border-radius: 30px;
	padding-left: 0px;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
}


.top-policy {
	width: 100%;
	background-repeat: repeat;
	padding-bottom: 30px;
	background-color: #FFFFFF;
	padding-top: 30px;
}
.el_sectTtl
.el_sectTtl__fzLarge{font-size:6rem;margin-bottom:60px}
.el_sectTtl_inner{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: bolder;
}
.el_sectTtl_inner:before{
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	background:-webkit-gradient(linear,left top,right top,from(#fc9e2c),color-stop(50%,#fc9e2c),color-stop(50%,#8dbb49),to(#8dbb49));
	background:linear-gradient(90deg,#fc9e2c 0,#fc9e2c 50%,#8dbb49 50%,#8dbb49 100%);
	width:100%;height:4px
}
.el_sectTtl rt{
	font-size: 1rem;
	line-height: 1;
	margin-bottom: -10px;
	ruby-align: center;
	letter-spacing: .5em
}
.bl_ttledHalf_desc_def{margin-bottom:32px}
.bl_ttledHalf_desc_def dt{
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: left;
}
.bl_ttledHalf_desc_def dd{
	line-height: 35px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
}
.el_sectTtl-sp
.el_sectTtl__fzLarge-sp{
	font-size:6rem;margin-bottom:60px}
.el_sectTtl_inner-sp{
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 23px;
	font-weight: bolder;
}
.el_sectTtl_inner-sp:before{
	content:" ";
	position:absolute;
	left:0;
	bottom:0;
	background:-webkit-gradient(linear,left top,right top,from(#fc9e2c),color-stop(50%,#fc9e2c),color-stop(50%,#8dbb49),to(#8dbb49));
	background:linear-gradient(90deg,#fc9e2c 0,#fc9e2c 50%,#8dbb49 50%,#8dbb49 100%);
	width:100%;height:4px
}
.el_sectTtl-sp rt{font-size:1.4rem;line-height:1;margin-bottom:-10px;ruby-align:center;letter-spacing:.5em}
.bl_ttledHalf_desc_def-sp{
	margin-bottom: 32px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.bl_ttledHalf_desc_def-sp dt{
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-top: -17px;
}
.bl_ttledHalf_desc_def-sp dd{
	line-height: 2;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13px;
}

.top-policy-max {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(255,255,255,1.00);
}
.top-objective {
	width: 100%;
}
.un_topFaq_list{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.un_topFaq_list li{
	width: 95%;
	font-size: 20px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 8% 50%;
	padding-left: 191px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left; /* 横方向中央揃え */
	height: 80px;
	letter-spacing: 17px;
}
.un_topFaq_list-xs{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(255,239,204,1.00);
	
}
.un_topFaq_list-xs li{
	width: 95%;
	background-color: rgba(245,244,244,1.00);
	font-size: 13px;
	border-radius: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-image: url(../img/mark.png);
	background-repeat: no-repeat;
	background-position: 2% 10px;
	padding-left: 75px;
	letter-spacing: 9px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left; /* 横方向中央揃え */
}
.un_topFaq_list1{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.un_topFaq_list1 li{
	width: 95%;
	background-color: rgba(245,244,244,1.00);
	font-size: 20px;
	border-radius: 15px;
	background-image: url(../img/mark_dog.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	padding-left: 191px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left;
	padding-top: 15px;
	padding-bottom: 15px;
}
.un_topFaq_list1-xs{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(255,239,204,1.00);
	
}
.un_topFaq_list1-xs li{
	width: 95%;
	background-color: rgba(245,244,244,1.00);
	font-size: 13px;
	border-radius: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-image: url(../img/mark.png);
	background-repeat: no-repeat;
	background-position: 2% 10px;
	padding-left: 75px;
	letter-spacing: 9px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left;
	padding-top: 9px;
	padding-bottom: 9px;
}
.un_topFaq_list2{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}
.un_topFaq_list2 li{
	width: 95%;
	background-color: rgba(245,244,244,1.00);
	font-size: 20px;
	border-radius: 15px;
	background-image: url(../img/mark_koala.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	padding-left: 191px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left; /* 横方向中央揃え */
	height: 80px;
	letter-spacing: 17px;
}
.un_topFaq_list2-xs{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(255,239,204,1.00);
	
}
.un_topFaq_list2-xs li{
	width: 95%;
	background-color: rgba(245,244,244,1.00);
	font-size: 13px;
	border-radius: 15px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	background-image: url(../img/mark.png);
	background-repeat: no-repeat;
	background-position: 2% 10px;
	padding-left: 75px;
	letter-spacing: 9px;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
	justify-content: left; /* 横方向中央揃え */
}
.under-mar40{
	margin-bottom: 20px;
	padding-left: 0px;
}


.section-top-tokushoku {
	margin-top: 30px;
	text-align: left;
}
.life-eria {
	width: 100%;
}
.time{
	font-color: rgba(0,147,255,1.00);
	text-align: left;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 4px dotted rgba(0,140,255,1.00);
	font-size: 21px;
	width: 100%;
	margin-bottom: 20px;
	background-image: url(../img/icon04.png);
	background-repeat: no-repeat;
	padding-left: 49px;
	padding-bottom: 9px;
	background-position: 1% 0%;
	color: rgba(0,147,255,1.00);
}

.section-people {
	width: 100%;
	background-color: rgba(119,22,25,1.00);
	color: rgba(255,255,255,1.00);
	font-size: 17px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bolder;
	padding-top: 6px;
	padding-bottom: 6px;
	border-radius: 9px;
	line-height: 29px;
}
.section-people01 {
	height: auto;
	width: 100%;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-top: 25px;
}
table.table01 th {
	width: 15%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
}
table.table01 td {
	width: 50%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
}
table.table02 th {
	width: 15%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	font-size: 13px;
}
table.table02 td {
	width: 85%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: left;
	background-color: rgba(255,255,255,1.00);
	font-size: 13px;
	line-height: 22px;
}
.cal-eria {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 20px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 25px;
	margin-bottom: 30px;
	color: #FF0004;
	font-weight: bolder;
}
.policy-eria {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.point01 {
	background-color: #ABE5C0;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	height: auto;
	border: 1px solid #FFFFFF;
	font-size: 25px;
}
.point01 p{
	color: #868686;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	margin-right: 10px;
	text-align: left;
	margin-left: 10px;
}
.point02 {
	background-color: #FFE388;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	height: auto;
	font-size: 25px;
}
.point02 h2{
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 26px;
	text-align: left;
}
.point02 p{
	color: #868686;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
}
.point03 {
	background-color: #AFD3FF;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 25px;
	height: auto;
	border: 1px solid #FFFFFF;
}
.point03 h2{
	color: #FFFFFF;
	top: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 51px;
	position: relative;
	text-align: left;
	margin-left: 54px;
}
.point03 p{
	color: #868686;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}
.point04 {
	background-color: #FFB7D4;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 25px;
	border: 1px solid #FFFFFF;
}
.point04 h2{
	color: #FFFFFF;
	top: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 53px;
	position: relative;
	text-align: left;
	margin-left: 54px;
}
.point04 p{
	color: #868686;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	margin-right: 15px;
	text-align: left;
	margin-left: 15px;
}
.line-eria {
	height: auto;
	width: 100%;
	background-color: #FF999A;
	background-image: url(../img/bk01.png);
	text-align: center;
}
.line-point {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: -20px;
	color: #FFFFFF;
	text-align: center;
}
.top_pickup {
  /*background: #f0f0f0;*/
  padding: 45px 0;
}

.top_performance,
.top_exterior,
.top_maintenance {
  position: relative;
  height: 787px;
}
.top_performance,
.top_exterior {
  margin-bottom: 30px;
}

.top_pickup .img,
.top_pickup .text {
  position: absolute;
}
.top_pickup .text {
  border: rgb(222, 222, 222) solid 1px;
  text-align: center;
  width: 90%;
  padding: 3em 0;
  margin-left: 5%;
}
.top_pickup .text h2 {
	padding-top: 20px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 27px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}
.top_pickup .text h2 img {
  width: 70%;
  height: auto;
}
.top_pickup .text p {
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	color: #000000;
	font-size: 16px;
}
.top_pickup .text h2 + p {
	color: #000000;
	font-size: 16px;
}
.top_pickup .deco img {
	width: 23%;
	height: auto;
	margin-top: -30px;
	margin-bottom: 21px;
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .top_performance,
  .top_exterior {
    margin-bottom: 0;
  }
  .top_pickup .text h2 img {
    width: 100%;
    height: auto;
  }
  .top_pickup .deco img {
	width: 115px;
	height: auto;
  }
  .top_pickup .text h2 {
    padding-top: 0;
  }
  .top_pickup .deco {
    position: absolute;
  }
  .top_pickup .text {
    border-radius: 50%;
    border: rgb(222, 222, 222) solid 1px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 600px;
    padding: 0;
    margin-left: 0;
  }
}


.top_performance .img {
  top: 0;
}
.top_performance .text {
	bottom: 0;
	background-image: url(../img/bk06.jpg);
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .top_performance .text h2 {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #2E2E2E;
	margin-top: -41px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	font-size: 38px;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .top_performance .img {
    top: 0;
    right: -46px;
  }
  .top_performance .deco {
    left: 15px;
    bottom: 63px;
  }
}
@media print, screen and (min-width: 1200px) { /* PC */
}

.top_exterior .img {
  top: 0;
}
.top_exterior .text {
	background-image: url(../img/bk01.jpg);
	bottom: 0;
}

@media print, screen and (min-width: 768px) { /* Tablet1 */
  .top_exterior .text h2 {
	width: 470px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: bold;
	font-size: 38px;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .top_exterior .img {
    top: 81px;
  }
  .top_exterior .text {
	top: 0;
	right: 0;
	background-image: url(../img/bk03.jpg);
  }
  .top_exterior .deco {
    bottom: 25px;
    right: 28px;
  }
}

.top_maintenance .img {
	top: 0px;
}
.top_maintenance .text {
	background-image: url(../img/bk05.jpg);
	bottom: 0;
}
.top_maintenance .deco {
    bottom: 25px;
    left: 28px;
}
@media print, screen and (min-width: 768px) { /* Tablet1 */
  .top_maintenance .text h2 {
	width: 398px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 38px;
	margin-top: -10px;
  }
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .top_maintenance .img {
    right: -45px;
  }
  .top_maintenance {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 1200px) { /* PC */
  .top_maintenance {
    margin-top: -42px;
  }
}
.top-company-eria {
	width: 100%;
	background-image: url(../img/susume-bk.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
.top-company-h3{
	width: auto;
	font-size: 20px;
	line-height: 42px;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	color: #FFFFFF;
}
.top-company-p{
	width: auto;
	font-size: 20px;
	line-height: 42px;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	color: #FFFFFF;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.title-menu {
	margin-right: auto;
	margin-left: auto;
	color: hsla(359,100%,74%,1.00);
	font-size: 22px;
	text-align: center;
	line-height: 47px;
	max-width: 1170px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-top: 4px dotted #FF3135;
	border-bottom: 4px dotted #FF0004;
	margin-bottom: 13px;
	margin-top: 30px;
}
.title-menu_mowing {
	margin-right: auto;
	margin-left: auto;
	color: hsla(359,100%,74%,1.00);
	font-size: 17px;
	text-align: center;
	line-height: 29px;
	max-width: 1170px;
	font-weight: bold;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	border-top: 4px dotted #FF3135;
	border-bottom: 4px dotted #FF0004;
	margin-bottom: 13px;
	margin-top: 30px;
}
.menu-des {
	width: 100%;
	line-height: 21px;
	color: hsla(0,0%,30%,1.00);
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}

.main_title_performance {
	width: 100%;
	background-image: url(../img/performance_top.jpg);
	background-size: cover;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: 600;
}
.main_title_performance h2 {
	text-align: center;
	color: #fff;
	padding-top: 11%;
	padding-bottom: 2em;
	font-size: 26px;
	font-size: 2.6rem;
}
.main_title_performance h2 span {
	display: block;
	padding-top: .5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}
.main_title_mowing {
	width: 100%;
	background-image: url(../img/mowing_top.jpg);
	background-size: cover;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: 600;
}
.main_title_mowing h2 {
	text-align: center;
	color: #fff;
	padding-top: 11%;
	padding-bottom: 2em;
	font-size: 26px;
	font-size: 2.6rem;
}
.main_title_mowing h2 span {
	display: block;
	padding-top: .5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}
.main_title_contact {
	width: 100%;
	background-image: url(../img/contact_top.jpg);
	background-size: cover;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: 600;
}
.main_title_contact h2 {
	text-align: center;
	color: #fff;
	padding-top: 11%;
	padding-bottom: 2em;
	font-size: 26px;
	font-size: 2.6rem;
}
.main_title_contact h2 span {
	display: block;
	padding-top: .5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}
.main_title_company {
	width: 100%;
	background-image: url(../img/company_top.jpg);
	background-size: cover;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: 600;
}
.main_title_company h2 {
	text-align: center;
	color: #fff;
	padding-top: 11%;
	padding-bottom: 2em;
	font-size: 26px;
	font-size: 2.6rem;
}
.main_title_company h2 span {
	display: block;
	padding-top: .5em;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFFFFF;
}
@media print, screen and (min-width: 992px) { /* Tablet2 */
  .main_title_company h2 {
	padding-top: 4em;
	padding-bottom: 3em;
	font-size: 36px;
	font-size: 3.6rem;
  }
  .main_title_company h2 span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFFFFF;
  }
  .main_title_contact h2 {
	padding-top: 4em;
	padding-bottom: 3em;
	font-size: 36px;
	font-size: 3.6rem;
  }
  .main_title_contact h2 span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFFFFF;
  }
  .main_title_performance h2 {
	padding-top: 4em;
	padding-bottom: 3em;
	font-size: 36px;
	font-size: 3.6rem;
  }
  .main_title_performance h2 span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFFFFF;
  }
	.main_title_mowing {
	width: 100%;
	background-image: url(../img/mowing_top.jpg);
	background-size: cover;
	color: #FFFFFF;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-weight: 600;
}
  .main_title_mowing h2 {
	padding-top: 4em;
	padding-bottom: 3em;
	font-size: 36px;
	font-size: 3.6rem;
	text-shadow: 2px 2px 3px hsla(0,0%,0%,1.00);
  }
  .main_title_mowing h2 span {
	font-size: 24px;
	font-size: 2.4rem;
	color: #FFFFFF;
  }
}
dl.dl_table,
	.dl_table dt,
	.dl_table dd {
	box-sizing: border-box;
	text-align: left;
}
.dl_table dt,
.dl_table dd {
	padding: 15px;
	border-top: 1px solid #ccc;
}
.dl_table dt {
	background: #eee;
	font-weight: bold;
	color: #000000;
}
.dl_table dd {
	padding-bottom: 15px;
	color: #000000;
}
.dl_table dd:after {
	content: '';
	display: block;
	clear: both;
}
@media print, screen and (min-width: 992px) { /* Tablet PC */
	dl.dl_table {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 35px;
	}
	.dl_table dt,
	.dl_table dd {
		padding: 15px 15px 0 15px;
	}
	.dl_table dt {
	width: 20%;
	float: left;
	color: #000000;
	}
	.dl_table dd {
	background: #fff;
	padding-bottom: 15px;
	margin-left: 20%;
	border-left: 1px solid #ccc;
	color: #000000;
	}
}
ul.list-disc {
	list-style: none;
	padding:0;
	margin:0;
}
ul.list-disc li {
	padding-left: 1em;
	text-indent: -.7em;
	color: #000000;
}
ul.list-disc li:before {
	content: "● ";
	color: #c15f2a;
}
.origin-eria{
	width: 100%;
	background-color: #FF999A;
}
.required {
	display: inline-block;
	background: #be1010;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}
.any {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}
input[type="text"],
textarea {
	padding: 10px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
input[type="text"] {
	width: 100%;
}
input.w50[type="text"] {
	width: 100%;
}

textarea {
	width: 100%;
	height: 10em;
}
input {
	color: #000000;
}
.before{
	position: relative;
}
.before p {
	position: absolute;
	color: #000000;
	bottom: 0;
	left: 2%;
	background-color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
}
.before-work{
	position: relative;
}
.before-work p {
	position: absolute;
	color: #000000;
	left: 8%;
	background-color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	top: 27%;
	padding-top: 0px;
}
.work-eria {
	width: 100%;
	margin-bottom: 30px;
}
.outer{
	display: table;
	width: 100%;
	height: 70px;
}
.inner-work{
	display: table-cell;
	vertical-align: middle;
	background-color: #6EB9FF;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.arrow1{
	position: relative;
	width: 98%;
	height: 15px;
	background: linear-gradient(to right, #fff, #FF999A);
	margin-bottom: 7px;
}
.arrow1::after{
    content: "";
    position: absolute;
    top: -15px;
    right: -20px;
    border-left: 20px solid #FF999A;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.text-eria01 {
	height: auto;
	width: 100%;
	line-height: 22px;
	color: #3F3F3F;
	font-size: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E8E8E8;
	margin-bottom: 20px;
}
.four-eria {
	width: 95%;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.four-h2 {
	width: 100%;
	border-radius: 30px;
}
.work-image {
	width: 100%;
}
video{
	background: #000000;
	width: 100%;
	height: 100%;
}
.before-mowing{
	position: relative;
}
.before-mowing p {
	position: absolute;
	color: #FFFFFF;
	top: 2%;
	left: 2%;
	background-color: #0054E9;
	padding-right: 6px;
	padding-left: 6px;
}

.mowing-eria {
	background-image: url(../img/mowing01.jpg);
	height: auto;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.mowing-h3{
	width: auto;
	font-size: 32px;
	line-height: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
	text-shadow: 0px 0px 5px hsla(0,0%,0%,1.00);
	max-width: 800px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.mowing-h3 ul li{
	font-size: 23px;
	margin-bottom: 8px;
	max-width: none;
	text-align: left;
}
.button15 a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
	background-color: #FF6B6D;
	border-radius: 50vh;
	transition: 0.3s;
}

.button15 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button15 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button15 a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: hsla(0,0%,49%,1.00);
}
.mowing-eria_sp {
	background-image: url(../img/mowing01.jpg);
	height: auto;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.mowing-h3_sp{
	width: auto;
	font-size: 24px;
	line-height: 33px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	color: #FFFFFF;
	text-shadow: 2px 1px 2px hsla(0,0%,0%,1.00);
	max-width: 1000px;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 0px;
}
.mowing-h3_sp ul li{
	line-height: 30px;
	text-align: left;
	margin-bottom: 10px;
}
.button15_sp a {
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-left: 2em;
	padding-bottom: 0.5em;
	width: 200px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	background-color: #FF6B6D;
	border-radius: 50vh;
	transition: 0.3s;
	text-align: left;
}

.button15_sp a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}

.button15_sp a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

.button15_sp a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: hsla(0,0%,49%,1.00);
}
.mowing_font {
	background-color: hsla(359,100%,81%,1.00);
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	color: hsla(0,0%,100%,1.00);
	font-size: 17px;
	font-weight: bold;
}
.instagram_font {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
