@charset "UTF-8";
main {
    margin: 75px auto 0 auto;
}

/*-- PC表示 --*/
@media (min-width:640px) {
main {
    margin: 140px auto 0 auto;
}
}

/*園の紹介*/
.intro-01 {
	position: relative;
	width: 100%;
	max-width: 1200px;
     margin: 30px auto 0 auto;
    padding: 20px 0 0 0;
    background: url(../img/intoro-01-spback.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50% auto;
}
.intro-01 h1.introttl {
     background: url(../img/miline1.png);
     background-repeat: repeat-x;
     background-position: bottom left;
	width: 80%;
	max-width: 700px;
	padding: 0 0 30px 5%;
	margin: 0 0 30px 0;
}
.intro-01 .intro-logo {
	width: 70px;
	height: auto;
	margin: 0 auto 20px 10%;
}
.intro-01 h2 {
	width: 80%;
	max-width: 700px;
	padding: 0;
	margin: 0 auto 30px auto;
}
.intro-01 p {
	width: 80%;
	max-width: 550px;
	padding: 0 0 30px 0;
	margin: 0 auto 30px auto;
}
.intro-01 img.intro-txtbottom {
	width: 100%;
	height: auto;
	margin: 20px auto 0 auto;
}
.intro-02 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.intro-02 .intro-02-inner1 {
	background-image: url(../img/intoro-02-back.gif);
	background-repeat: repeat;
     background-position: top center;
}
.intro-02 .intro-02-inner1 div:first-child {
	width: 80%;
	margin: 0 auto;
}
/*.intro-02 .intro-02-inner1 div:last-child {
    background: url(../img/intoro-02-back2-sp.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20% auto;
}*/

.intro-02 .intro-02-inner1 div p {
	width: 80%;
	margin: 15px auto;
	padding: 15px 0;
	border-bottom: dotted 1px #000;
}
.intro-02 .intro-02-inner1 div p:last-child {
	width: 80%;
	margin: 15px auto;
	padding: 15px 0 50px 0;
	border-bottom: 0px;
}
.intro-02 .intro-02-inner1 div p:last-child a {
        background-color: #FFF;
    width: auto;
    padding: 10px 50px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: solid 3px orange;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
.intro-02 ul.intro-02-inner2 {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.intro-02 ul.intro-02-inner2 li {
	padding: 15px 0;
}
.intro-02 ul.intro-02-inner2 li:nth-child(odd) {
	width: 15%;
}
.intro-02 ul.intro-02-inner2 li:nth-child(even) {
	width: 80%;
	font-size: 16px;
	font-weight: bold;
}
.intro-03 {
}
.intro-03 ul.intro-service {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	width: 80%;
	margin: 40px auto 0 auto;
}
.intro-03 ul.intro-service li {
	margin: 0 auto 40px auto;
	width: 100%;
}
.intro-03 ul.intro-service li h2 {
	background-image: url(../img/intro-02-obi.png);
	background-repeat: no-repeat;
     background-position: top right;
     background-size: cover;
     width: 100%;
     padding: 10px 0;
     text-align: center;
}
.intro-03 ul.intro-service li h2 span {
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}


/*-- PC表示 --*/
@media (min-width:640px) {
.intro-01 {
     background: url(../img/intoro-01-pcback.jpg);
     background-repeat: no-repeat;
     background-position: top right;
     background-size: 100% auto;
     text-align: center;
}
.intro-01 h1.introttl {
	padding: 30px 0 80px 0;
	margin: 0 auto 80px auto;
}
.intro-01 .intro-logo {
	margin: 0 auto 20px auto;
}
.intro-01 h2 {
}
.intro-01 p {
}
.intro-01 p:after {
	max-width: 550px;
}
.intro-02 {
	margin: 0 auto;
	padding: 0 0 90px 0;
	background-image: url(../img/intoro-02-back2.jpg);
	background-repeat: no-repeat;
     background-position: bottom center;
     background-size: 100% auto;
}
.intro-02 .intro-02-inner1 {
     width: 80%;
     max-width: 900px;
     margin: 0 auto;
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-around;
    -webkit-justify-content:space-around;/*--- safari（PC）用 ---*/
}
.intro-02 .intro-02-inner1 div:first-child {
	width: 28%;
	margin: 0 auto 0 2%;
	text-align: center;
}
.intro-02 .intro-02-inner1 div:last-child {
	width: 70%;
	margin: 0 auto;
	background:none;
}
.intro-02 .intro-02-inner1 div p {
	width: 94%;
}
.intro-02 .intro-02-inner1 div p:last-child {
	width: 94%;
	margin: 15px auto;
	padding: 15px 0;
	border-bottom: 0px;
}
.intro-02 ul.intro-02-inner2 {
     width: 80%;
     max-width: 900px;
	margin: 10px auto 70px auto;
	border-left: solid 1px #000;
	align-items: stretch;
}
.intro-02 ul.intro-02-inner2 li {
	border-right: solid 1px #000;
}
.intro-02 ul.intro-02-inner2 li:nth-child(odd) {
	width: 8%;
	height: auto;
	text-align: center;
     border: none;
     text-align: center;
}
.intro-02 ul.intro-02-inner2 li:nth-child(odd) img {
      width: 70%;
}
.intro-02 ul.intro-02-inner2 li:nth-child(even) {
      width: 25%;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.intro-03 ul.intro-service {
	width: 100%;
	max-width: 1200px;
	margin: 40px auto 0 auto;
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
}
.intro-03 ul.intro-service li {
	width: 26%;
	margin: 0 auto 40px auto;
}
}

/*---------
　　flow
----------*/
.noneimgttl {
	width: 100%;
	text-align: center;
	padding: 35px 0 50px 0;
	/*letter-spacing: 0.2em;*/
    letter-spacing: 0.05em;
	font-weight: normal;
}
.timetable {
}
.timetable .timetable-l {
}
.timetable .timetable-r {
}
.timetable .timetable-r dl {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	align-items: center;
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
     justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
     width: 80%;
     margin: 0 auto 30px auto;
}
.timetable .timetable-r dt {
	width: 50px;
	color: #FFF;
     display: grid;
    align-items: center;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
}
.timetable .timetable-r dd {
	width: auto;
     -webkit-margin-start: 3%;
     width: 75%;
}
.timetable .color1 {
	background-color: #DDABC9;
}
.timetable .color2 {
	background-color: #ECB1CB;
}
.timetable .color3 {
	background-color: #F8D8C6;
}
.timetable .color4 {
	background-color: #F7E07B;
}
.timetable .color5 {
	background-color: #D2D69D;
}
.timetable .color6 {
	background-color: #ADD7D0;
}
.timetable .color7 {
	background-color: #9BD1DE;
}
.timetable .color8 {
	background-color: #9EC6E6;
}
.timetable .color9 {
	background-color: #B9C1E0;
}
.timetable .color10 {
	background-color: #D7BCD6;
}
.timetable .color11 {
	background-color: #C9A4C7;
}

.time-scadule h2 {
	width: 100%;
	text-align: center;
	padding: 25px 0 30px 0;
	letter-spacing: 0.2em;
}
.time-scadule ul {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
.time-scadule ul li {
	width: 46%;
	margin: 0 2% 30px 2%;
	border:solid 1px #000;
    border-radius: 0 0 3% 3%;
    text-align: center;
}
.time-scadule ul li h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 auto 20px auto;
}
.time-scadule ul li h4 {
	font-size: 40px;
	font-weight: normal;
	margin: 0 auto 20px auto;
}
.time-scadule ul li ul {
      width: 75%;
	margin: 0 auto;
	padding: 0 0 35px 0;
}
.time-scadule ul li ul li {
	width: 100%;
	padding: 8px 0;
    margin: 0 auto;
    border: none;
    border-radius: 0;
	border-bottom: solid 1px #000;
    text-align: center;
}
.time-scadule ul li ul li:last-child {
	border-bottom: none;
}
.flow-contents {}
.flow-contents ul {
	margin: 30px auto 0 auto;
	padding: 30px 0 0 0;
	border-top: dotted 1px #aaa;
	width: 85%;
}
.flow-contents ul li {
	margin: 0 0 30px 0;
}
.flow-contents ul li h2 {
	font-size: 22px;
	letter-spacing: .15em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
.flow-contents ul li p {
	margin: 0;
	padding: 0;
}

.flow-contents .color1 {
	/*color: #ddabc9;*/
      color: #BE6191;
    font-weight: bold;
}
.flow-contents .color2 {
	/*color: #d2d69d;*/
      color: #96A84C;
    font-weight: bold;
}
.flow-contents .color3 {
	/*color: #add7d0;*/
      color: #33A2AB;
    font-weight: bold;
}
.flow-contents .color4 {
	/*color: #9ec6e6;*/
      color: #0091C5;
    font-weight: bold;
}
.time-obi img {
	vertical-align: bottom;
	padding: 0;
}


/*-- PC表示 --*/
@media (min-width:640px) {
.timetable {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.timetable .timetable-l {
	width: 50%;
}
.timetable .timetable-r {
	width: 50%;
	position: relative;
}
.timetable .timetable-r:after {
	content: url(../img/timetable-image.jpg);
	position: absolute;
	display: inline-block;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	/*top: 25%;*/
    top: 17%;
	right: 0;
}
.timetable .timetable-r dl {
     margin: 0 auto 40px auto;
     display: table;
}
.timetable .timetable-r dt {
     color: #FFF;
    display: table-cell;
    align-items: center;
    vertical-align: middle;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
}
.timetable .timetable-r dd {
      width: calc(97% - 50px);
     vertical-align: middle;
    display: table-cell;
    padding: 0 0 0 15px;
}
.time-scadule ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.time-scadule ul li {
	width: 21%;
}

.flow-contents ul {
	max-width: 1200px;
	margin: 50px auto 80px auto;
	padding: 80px 0 0 0;
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
}
.flow-contents ul li {
	width: 20%;
	margin: 0 2.5%;
}
.flow-contents ul li h2 {
	text-align: center;
}
.time-obi {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 80px auto;
}
.time-obi img {
	width: 50%;
	display: inline-block;
	float: left;
}
}


/*---------
　　料金
---------*/
#price {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
#price .price-inner {
	width: 100%;
}
#price:after {
	width: 100%;
     height: 250px;
     margin: 80px 0;
	content: "";
	display: block;
	background-image: url(../img/priceimage.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#price .price-inner .pricebox {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: solid 1px #000;
}
#price .price-inner .pricebox h2.pricettl {
	width: 100%;
	letter-spacing: 0.2em;
}
#price .price-inner .pricebox .price-r {
	width: 100%;
}
#price .price-inner .pricebox .price-r p.price {
	letter-spacing: 0.2em;
	font-size: 130%;
	font-weight: bold;
}
.priceinformationbox {
    display: table;
    width: auto;
    text-align: center;
    border: solid 2px #C3CA00;
    padding: 10px 20px;
    margin: 0 auto 80px auto;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    background-color: #FF0;
}

/*-- PC表示 --*/
@media (min-width:640px) {
#price {
	margin: 0 auto 50px auto;
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
}
#price .price-inner {
	width: 65%;
}
#price:after {
	width: 25%;
     height: auto;
     margin: 0;
}
#price .price-inner .pricebox {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	align-items: center;
    -webkit-justify-content:center;/*--- safari（PC）用 ---*/
}
#price .price-inner .pricebox h2.pricettl {
	width: 48%;
}
#price .price-inner .pricebox .price-r {
	width: 50%;
}
.priceinformationbox {
    padding: 10px 50px;
}
}


/*----------
　　園の特色
----------*/
.feature-box {
	width: 90%;
	max-width: 1100px;
     margin: -50px auto 100px auto;
    padding: 110px 0 0 0;
}
.feature-box .feature-l h1 {
	font-size: 23px;
	letter-spacing: 0em;
	line-height: 170%;
     background: url(../img/miline1.png);
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 0 0 15px 0;
}
.feature-box .feature-l .feature5-in p:first-child {
	display: inline-block;
	background-color: #c4d700;
	border-radius: 10%;
	padding: 2px 10px;
	margin: 8px 15px -10px 0;
	width: auto;
}
.featureback1 {
     background: url(../img/featureback1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    padding: 30px 0 20px 0;
    color: #fdd000;
}
.featureback2 {
     background: url(../img/featureback2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    padding: 80px 0 20px 0;
    color: #65aadd;
    margin: -50px 0 0 0;
}
.featureback3 {
     background: url(../img/featureback3.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    padding: 40px 0 20px 0;
    color: #cc7db1;
    margin: -10px 0 0 0;
}
.featureback4 {
     background: url(../img/featureback4.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    padding: 30px 0 20px 0;
    color: #ef845d;
}
.featureback5 {
     background: url(../img/featureback5.png);
    background-repeat: no-repeat;
     background-position: left 20px;
    background-size: 100% auto;
     padding: 100px 0 20px 0;
    color: #c4d700;
    margin: -70px 0 0 0;
}
.featureback6 {
     background: url(../img/featureback6.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
     padding: 35px 0 20px 0;
    color: #69bd83;
    margin: -50px 0 0 0;
}
.featureback7 {
     background: url(../img/featureback7.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
     padding: 35px 0 20px 0;
    color: #fdd000;
    margin: -50px 0 0 0;
}

/*-- PC表示 --*/
@media (min-width:640px) {
.feature-box {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
     margin: -50px auto 50px auto;
    padding: 180px 0 0 0;
}
.feature-box:nth-child(2n) {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	flex-direction: row-reverse;
    -webkit-flex-direction:row-reverse;/*--- safari（PC）用 ---*/
}
.feature-box .feature-l {
	width: 53%;
}
.feature-box .feature-r {
	width: 40%;
}
.featureback1 {
      padding: 90px 0 0 0;
    margin: -20px 0 0 0;
}
.featureback2 {
      padding: 100px 0 0 0;
    margin: -70px 0 0 0;
}
.featureback3 {
     padding: 75px 0 0 0;
    margin: -30px 0 0 0;
}
.featureback4 {
    padding: 30px 0 0px 0;
    color: #ef845d;
}
.featureback5 {
      padding: 120px 0 0px 0;
    margin: -60px 0 0 0;
}
.featureback6 {
      padding: 180px 0 0 0;
    margin: -120px 0 0 0px;
}
.featureback7 {
     padding: 75px 0 0 0;
    margin: -30px 0 0 0;
}
.feature-box .feature-l .feature5-in {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	align-items: center;
    -webkit-align-items: center;/*--- safari（PC）用 ---*/
	margin: 0;
	width: 100%;
}
.feature-box .feature-l .feature5-in p:first-child {
	display: block;
	padding: 10px 0;
	margin: 0;
	width: 20%;
	text-align: center;
}
.feature-box .feature-l .feature5-in p:last-child {
	display: block;
	width: 75%;
}
}

/*----------
　　会社概要
----------*/
	#company {
    padding: 100px 0 0 0;
	}
#company-inner {
    width: 85%;
    margin: 0 auto;
}
#company-inner dl {
    margin: 0;
}
#company-inner dl dt {
    font-weight: bold;
    margin: 0 0 8px 0;
}
#company-inner dl dd {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #CCC dotted;
}
#company-inner dl dd h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

#company-inner dl dd span {
    display: inline-block;
    margin: 0 0 0 10px;
}
#company-inner dl dd span:first-of-type {
    margin: 0;
    color: blue;
}

#company-2nd {
}
/*-- PC表示 --*/
@media (min-width:640px) {
	#company{
		width: 100%;
		height: 100%;
		position: relative;
		max-width: 1200px;
		margin:0 auto;
		padding: 80px 0 0 0;
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	align-items: flex-start;
    -webkit-align-items: flex-start;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
	}
#company-inner {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}
#company-2nd {
	width:46%;
}
#company-inner dl {
	display: flex;
    display: -webkit-flex;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
    -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	align-items: center;
    -webkit-align-items: center;/*--- safari（PC）用 ---*/
	justify-content: space-between;
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px #CCC dotted;
}
#company-inner dl dt {
    margin: 0;
    width:25%;
}
#company-inner dl dd {
    padding: 0;
    margin: 0;
    border-bottom: none;
    width:75%;
}
#company-2nd iframe {
	height: 650px !important;
	position: relative;
}
}


/*企業主導型保育園*/

#nursery {}
#nursery .nursery-main {
    background-color: #EFEFEE;
    background-image: url(../img/nursery-back.png);
    background-repeat: repeat;
    background-position: center;
    position: relative;
    border-top: solid 2px #aaa;
    border-bottom: solid 2px #aaa;
}
#nursery .nursery-main:before {
    content: url(../img/nursery-logo.svg);
    display: block;
    position: absolute;
    z-index: 10;
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}
#nursery .nursery-main .nursery-l {
    background-image: url(../img/nursery-l-logo.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    position: relative;
    background-size: 30%;
    padding: 70px 0 0 0;
    margin: 0;
}
#nursery .nursery-main .nursery-l h2 {
    width: 100%;
    text-align: center;
    line-height: 180%;
    letter-spacing: 0.1em;
}
#nursery .nursery-main .nursery-r {
    background-image: url(../img/nursery-r-logo.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: relative;
    background-size: 30%;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
#nursery .nursery-main .nursery-r p {}
#nursery .nursery-main .nursery-r p span {
    font-weight: bold;
}
#nursery .nursery-main .nursery-r .orange {
    color: #EE793F;
}
#nursery .nursery-main .nursery-r .green {
    color: #ACC500;
}
#nursery dl.nursery-feature {
    background-image: url(../img/nursery-feature-back.jpg);
    background-position: center top;
    background-size: 100% auto;
}
#nursery dl.nursery-feature dt {
    width: 90%;
    margin: 0 auto;
    font-size: 1.5em;
    padding: 30px 0 10px 0;
    letter-spacing: 0.15em;
}
#nursery dl.nursery-feature dd {
    background-image: url(../img/nursery-feature-back.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative;
    width: 90%;
    margin: 10px auto 40px auto;
    padding: 10px 0 0 0;
}
#nursery dl.nursery-feature dd h3 {
    color: #EE793F;
    margin: 0;
    padding: 0;
    width: 88%;
    font-size: 1.3em;
    letter-spacing: 0.05em;
}
#nursery dl.nursery-feature dd p {
    width: 96%;
}
#nursery .nersery-melit {
    width: 90%;
    margin: 0 auto;
}
#nursery .nersery-melit .nersery-melitttl {
    display: none;
}
#nursery .nersery-melit h2 {
    width: 100%;
    margin: 0 auto;
    font-size: 1.5em;
    padding: 30px 0 10px 0;
    letter-spacing: 0.15em;
    font-weight: normal;
    line-height: 180%;
}
#nursery .nersery-melit ul {}
#nursery .nersery-melit ul li {
    position: relative;
    margin: 20px 0 60px 0;
}
#nursery .nersery-melit ul li:before {
    content: url(../img/nursery-mekit-logo.svg);
    display: block;
    position: absolute;
    z-index: 10;
    width: 20%;
    max-width: 50px;
    margin: 0;
    left: 0;
    top: -20px;
}
#nursery .nersery-melit ul li h3 {
    color: #0081B9;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    border-top: solid 2px #0081B9;
    padding: 10px 0 0 0;
}
#nursery .nersery-melit ul li p {}


/*-- PC表示 --*/
@media (min-width:640px) {
    .Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
#nursery .nursery-main:before {
    margin: 0;
    left: 20%;
    right: initial;
}
#nursery .nursery-main .nursery-l {
    width: 40%;
    padding: 150px 0 90px 0;
    background-position: 15% center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
    align-items: center;
    background-size: 40%;
}
#nursery .nursery-main .nursery-l h2 {
    width: 80%;
    text-align: left;
    margin: 0 0 0 20%;
    font-size: 1.8em;
    }
#nursery .nursery-main .nursery-r {
    width: 50%;
    margin: 0;
    padding: 150px 0 90px 0;
    background-size: 120px auto;
}
#nursery .nursery-main .nursery-r p {
    line-height: 240%;
    letter-spacing: 0.1em;
    font-size: 1em;
}
#nursery dl.nursery-feature {
    background-image: url(../img/nursery-feature-back-pc.jpg);
}
#nursery dl.nursery-feature div {
    width: 60%;
    margin: 0 10% 0 0;
}
#nursery dl.nursery-feature dt {
    width: 20%;
    margin: 0 0 0 10%;
    text-align: center;
}
#nursery .nersery-melit .nersery-melitttl {
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 10px;
}
#nursery .nersery-melit h2 {
    text-align: center;
    position: relative;
}
#nursery .nersery-melit ul {
    justify-content: space-between;
    margin: 20px auto 0 auto;
}
#nursery .nersery-melit ul li {
    width: 30%;
}
#nursery .nersery-melit ul li h3 {
    margin: 0;
}
}

/*料金表追加*/
#add-waku {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.add-waku {
    border-top: solid 2px #C3CA00;
    margin: 0 0 35px 0;
}
.add-waku h2 {
	color: #94A806;
}

@media (min-width:640px) {
#add-waku {
    padding: 50px 0 0 0;
	justify-content: space-between;
}
.add-waku {
	width: 45%;
}
}




            #companyabout h1 {
    width: 100%;
    text-align: center;
    padding: 35px 0 50px 0;
    letter-spacing: 0.2em;
    font-weight: normal;
}
#companyabout .companyarea {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
#companyabout .companyarea dl {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #CCC dotted;
}
#companyabout .companyarea dl dt {
    width: 20%;
    margin: 0;
}
#companyabout .companyarea dl dd {
    width: 80%;
    margin: 0;
}
#companyabout .companyarea dl dd h3 {
    margin: 0;
}

p.uneitel {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px #CCC dotted;
    text-align: center;
}

#nursery .nersery-melit ul li p span {
	color: blue;
}





/*-- 園の紹介追加分 --*/
h1.shisetsuttl {
    text-align: center;
    margin: 100px auto 0 auto;
    padding: 0 0 10px 0;
    width: auto;
    display: inline-block;
    text-align: center;
   /* max-width: 1200px;*/
    background:linear-gradient(transparent 50%, #ffff66 0%);
}
.intro-btn {
	display: flex;
	justify-content: center;
	margin: 80px auto 30px auto;
	width: 85%;
    max-width: 450px;
	position: relative;
}
.intro-btn div {
  width: 40%;
	position: relative;
	text-align: center;
	margin: 0 5%;
}
/*.intro-btn a {
	display: inline-block;
	margin: 0 5%;
	width: 40%;
	text-align: center;
	background-color: red;
}*/
#akamatsu {
	/*margin-top: -60px;
	padding-top: 120px;*/
	padding: 100px 0;
	background-color: #FFFFF7;
}
#hyakkoku {
	/*margin-top: -60px;
	padding-top: 120px;*/
	padding: 100px 0;
	background-color: #FCFCFC;
}

h1.introducettl {
	text-align: center;
	font-size: 20px;
	}

button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: .65em 4em;
  color: #333;
  text-decoration: none;
  text-align: center;
  transition: .3s ease-in-out;
}
.button span {
  position: relative;
  z-index: 2;
    padding: 15px 0 5px 0;
    display: block;
    font-size: 16px;
    color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid #333;
}
.button::after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  width: 102%;
  height: 102%;
  background-color: #fe5f95;
  transform: rotate(1deg);
  transition: .3s ease-in-out;
}
.button:hover {
  color: #fff;
}
.button:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}




/*0826Gallery*/

	ul.Gallary_list {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
		max-width: 1200px;
		margin: 50px auto 0 auto;
	}
	ul.Gallary_list li {
		width: 32%;
		margin-right: 2%;
    margin-bottom: 10px;
        max-height: 130px;
	}
	ul.Gallary_list li:nth-child(3n) {
		margin-right: 0%;
	}
	ul.Gallary_list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*-- PC表示 --*/
@media (min-width:640px) {
	ul.Gallary_list li {
		width: 30%;
		margin-right: 5%;
    margin-bottom: 40px;
        max-height: 300px;
	}
}





.gallery_Link {
    width: 90%;
        max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0 2.5rem 0;
}
.gallery_Link img {
    vertical-align: bottom;
}
.gallery_Link a {
    display: block;
    margin-bottom: 1rem;
}
/*-- PC表示 --*/
@media (min-width:640px) {
	.gallery_Link {
    display: flex;
    justify-content: center;
    padding: 0 0 5rem 0;
}
.gallery_Link a {
    width: 48%;
}
.gallery_Link a:nth-child(even) {
	margin-left: 4%;
}
.gallery_Link img:hover {
	opacity: 0.8;
}
}



ul.category_btn {
    width: 90%;
    max-width: 1200px;
    margin: 2rem auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
ul.category_btn li {
    width: 49%;
    margin: 0 2% 1rem 0;
    text-align: center;
    padding: 1rem;
    border-radius: 15px;
    font-weight: bold;
}
ul.category_btn li:nth-child(2n) {
    margin: 0 0 1rem 0;
}
/*-- PC表示 --*/
@media (min-width:640px) {
	ul.category_btn {
    margin: 4rem auto 0 auto;
    justify-content: center;
}
	ul.category_btn li {
    width: auto;
    margin: 0 2% 0 0;
}
ul.category_btn li:nth-child(2n) {
    margin: 0 2% 0 0;
}
}


