/*================================================================================
FileName: style.scss
================================================================================*/
#mainVisual .swiper-slide img {
	width: 100%;
}

#mainVisual .swiper-button-next, #mainVisual .swiper-container-rtl .swiper-button-prev {
	right: 19%;
	left: auto;
	background: url(/assets/img/arrow_hover.png) no-repeat;
	width: 4.28%;
	max-width: 60px;
	background-size: 100%;
	height: 60px;
	outline: none;
}

@media only screen and (max-width: 834px) {
	#mainVisual .swiper-button-next, #mainVisual .swiper-container-rtl .swiper-button-prev {
		right: 0;
		width: 35px;
		height: 35px;
		background: url(/assets/img/arrow_r_sp.png);
		background-size: 100%;
	}
}

#mainVisual .swiper-button-prev, #mainVisual .swiper-container-rtl .swiper-button-next {
	background: url(/assets/img/arrow_hover.png) no-repeat;
	left: 19%;
	right: auto;
	width: 4.28%;
	max-width: 60px;
	height: 60px;
	background-size: 100%;
	outline: none;
}

@media only screen and (max-width: 834px) {
	#mainVisual .swiper-button-prev, #mainVisual .swiper-container-rtl .swiper-button-next {
		left: 0;
		width: 35px;
		height: 35px;
		background: url(/assets/img/arrow_l_sp.png);
		background-size: 100%;
	}
}

#mainVisual .swiper-button-prev:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: url(/assets/img/arrow_l.png) no-repeat;
	background-size: 100%;
	transition: opacity .4s;
}

@media only screen and (max-width: 834px) {
	#mainVisual .swiper-button-prev:after {
		content: none;
	}
}

#mainVisual .swiper-button-next:after {
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background: url(/assets/img/arrow_r.png) no-repeat;
	transition: opacity .4s;
	background-size: 100%;
}

@media only screen and (max-width: 834px) {
	#mainVisual .swiper-button-next:after {
		content: none;
	}
}

#mainVisual .swiper-button-next:hover:after, #mainVisual .swiper-button-prev:hover:after {
	opacity: .6;
}

/*#news
-------------------------*/
#news {
	padding: 60px 0;
}

@media only screen and (max-width: 979px) {
	#news {
		padding: 40px 0 50px;
	}
}

#news h2 {
	width: 50px;
}

@media only screen and (max-width: 979px) {
	#news h2 {
		width: 100%;
	}
}

#news .newsContainer {
	width: 63.45%;
	float: left;
}

@media only screen and (max-width: 979px) {
	#news .newsContainer {
		float: none;
		width: 100%;
	}
}

#news .newsContainer ul {
	margin-top: 40px;
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 979px) {
	#news .newsContainer ul {
		margin-top: 20px;
	}
}

#news .newsContainer ul:after {
	width: 100%;
	position: absolute;
	display: block;
	height: 2px;
	background: url("/assets/img/line01.jpg") repeat;
	content: "";
	top: 0;
}

#news .newsContainer li {
	position: relative;
}

@media only screen and (max-width: 979px) {
	#news .newsContainer li {
		font-size: 12px;
		letter-spacing: .03em;
	}
}

#news .newsContainer li:after {
	width: 100%;
	position: absolute;
	display: block;
	height: 2px;
	background: url("/assets/img/line01.jpg") repeat;
	content: "";
	bottom: 0;
}

#news .newsContainer .date {
	width: 122px;
	display: inline-block;
	padding: 17px 0;
	vertical-align: top;
}

@media only screen and (max-width: 979px) {
	#news .newsContainer .date {
		width: 84px;
		padding: 15px 0 14px;
	}
}

#news .newsContainer .news {
	width: calc(100% - 126px);
	display: inline-block;
	vertical-align: top;
	padding: 17px 0;
}

@media only screen and (max-width: 979px) {
	#news .newsContainer .news {
		width: calc(100% - 90px);
		padding: 15px 0 14px;
	}
}

#news .entryBtn {
	width: 340px;
	float: right;
}

#news .entryBtn img {
	width: 100%;
}

@media only screen and (max-width: 979px) {
	#news .entryBtn {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
}

/*#idea
-------------------------*/
#idea {
	padding: 116px 0 120px;
}

@media only screen and (max-width: 979px) {
	#idea {
		text-align: center;
		padding: 50px 0;
	}
}

#idea .ttl {
	font-size: 46px;
	line-height: 1.35;
	font-weight: bold;
	letter-spacing: .15em;
	margin: 30px 0 25px;
}

@media only screen and (max-width: 979px) {
	#idea .ttl {
		font-size: 28px;
		letter-spacing: -.07em;
		margin: 25px 0 11px;
	}
}

#idea .txt {
	letter-spacing: .05em;
}

@media only screen and (max-width: 979px) {
	#idea .txt {
		font-size: 13px;
		line-height: 1.5;
	}
}

#idea .imgArea {
	position: absolute;
	right: 20px;
	width: 66.66%;
	top: -40px;
}

@media only screen and (max-width: 979px) {
	#idea .imgArea {
		width: 100%;
		position: relative;
		margin-top: 25px;
		right: auto;
		top: auto;
	}
}

#idea .imgArea img {
	width: 100%;
}

/*#about
-------------------------*/
#about {
	padding: 80px 0;
}

@media only screen and (max-width: 979px) {
	#about {
		padding: 50px 0;
	}
}

#about h2 {
	margin-bottom: 53px;
}

@media only screen and (max-width: 979px) {
	#about h2 {
		margin-bottom: 31px;
	}
}

#about .imgArea {
	width: 42.72%;
	float: left;
	margin-top: 8px;
}

@media only screen and (max-width: 979px) {
	#about .imgArea {
		width: 100%;
		float: none;
	}
	#about .imgArea .photo {
		width: 57.97%;
		float: left;
	}
	#about .imgArea .logo {
		width: 42.02%;
		float: right;
	}
	#about .imgArea img {
		height: auto;
	}
}

#about .imgArea img {
	width: 100%;
}

#about .txtArea {
	width: 57.27%;
	box-sizing: border-box;
	padding-left: 5.45%;
	float: right;
}

@media only screen and (max-width: 979px) {
	#about .txtArea {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

#about .leadTxt {
	font-size: 30px;
	letter-spacing: .05em;
	line-height: 1.5;
}

@media only screen and (max-width: 979px) {
	#about .leadTxt {
		text-align: center;
		font-size: 17px;
		margin-top: 28px;
		line-height: 1.4;
	}
}

#about .aboutList {
	margin-top: 31px;
	font-size: 16px;
}

@media only screen and (max-width: 834px) {
	#about .aboutList {
		font-size: 11px;
		margin-top: 14px;
	}
}

#about .aboutList li {
	margin-bottom: 10px;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li {
		margin-bottom: 6px;
		letter-spacing: -.05em;
	}
}

#about .aboutList li:before {
	height: 26px;
	width: 26px;
	display: inline-block;
	margin-right: 20px;
	content: "";
	vertical-align: middle;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:before {
		margin-right: 10px;
		height: 18px;
		width: 18px;
		margin-left: -6px;
	}
}

#about .aboutList li:nth-child(1):before {
	background: url("/assets/img/about_num01.png") no-repeat;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:nth-child(1):before {
		background: url("/assets/img/about_num01_sp.png") no-repeat;
		background-size: cover;
	}
}

#about .aboutList li:nth-child(2):before {
	background: url("/assets/img/about_num02.png") no-repeat;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:nth-child(2):before {
		background: url("/assets/img/about_num02_sp.png") no-repeat;
		background-size: cover;
	}
}

#about .aboutList li:nth-child(3):before {
	background: url("/assets/img/about_num03.png") no-repeat;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:nth-child(3):before {
		background: url("/assets/img/about_num03_sp.png") no-repeat;
		background-size: cover;
	}
}

#about .aboutList li:nth-child(4):before {
	background: url("/assets/img/about_num04.png") no-repeat;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:nth-child(4):before {
		background: url("/assets/img/about_num04_sp.png") no-repeat;
		background-size: cover;
	}
}

#about .aboutList li:nth-child(5):before {
	background: url("/assets/img/about_num05.png") no-repeat;
}

@media only screen and (max-width: 834px) {
	#about .aboutList li:nth-child(5):before {
		background: url("/assets/img/about_num05_sp.png") no-repeat;
		background-size: cover;
	}
}

#about h3 {
	padding: 50px 0 18px;
	width: 160px;
	background: #ffffff;
	z-index: 5;
	margin-bottom: 0;
	position: relative;
}

@media only screen and (max-width: 979px) {
	#about h3 {
		width: 100%;
		padding: 30px 0 8px;
	}
}

@media only screen and (max-width: 979px) {
	#about h3 img {
		max-width: 750px;
	}
}

#about .history {
	width: 72.54%;
	display: -ms-flexbox;
	display: flex;
	line-height: 2;
	letter-spacing: .05em;
	position: relative;
	padding-bottom: 32px;
	float: left;
	margin-top: 15px;
}

@media only screen and (max-width: 979px) {
	#about .history {
		width: 100%;
		display: block;
		padding-bottom: 27px;
	}
}

#about .history:after, #about .history:before {
	width: 100%;
	position: absolute;
	display: block;
	height: 2px;
	background: url("/assets/img/line01.jpg") repeat;
	content: "";
}

#about .history:before {
	top: -34px;
}

#about .history:after {
	bottom: 0;
}

#about .history dl {
	box-sizing: border-box;
}

#about .history .leftBox {
	width: 57.4%;
	padding-left: 2.8%;
}

@media only screen and (max-width: 979px) {
	#about .history .leftBox {
		width: 100%;
		padding-left: 0;
	}
}

#about .history .rightBox {
	width: 42.6%;
}

@media only screen and (max-width: 979px) {
	#about .history .rightBox {
		width: 100%;
	}
}

#about .history dt {
	width: 95px;
	display: inline-block;
	padding-right: 23px;
	vertical-align: top;
}

@media only screen and (max-width: 834px) {
	#about .history dt {
		width: 80px;
	}
}

#about .history dt span {
	float: right;
}

#about .history dt:after {
	clear: both;
	content: "";
	display: block;
}

#about .history dd {
	width: calc(100% - 127px);
	vertical-align: top;
	display: inline-block;
}

@media only screen and (max-width: 979px) {
	#about .history dd {
		width: calc(100% - 130px);
	}
}

#about .logoArea {
	float: right;
}

/*#nursery
-------------------------*/
#nursery {
	padding: 80px 0;
}

@media only screen and (max-width: 979px) {
	#nursery {
		padding: 50px 0;
	}
}

#nursery .inner {
	overflow: hidden;
}

#nursery h2 {
	margin-bottom: 60px;
}

@media only screen and (max-width: 979px) {
	#nursery h2 {
		margin-bottom: 30px;
	}
}

#nursery .announce {
	position: absolute;
	bottom: 70px;
	right: 3.5%;
	width: 28.07%;
}

#nursery .announce img {
	width: 100%;
}

@media only screen and (max-width: 834px) {
	#nursery .announce {
		position: relative;
		bottom: auto;
		right: auto;
		width: 100%;
		max-width: 375px;
		margin: 30px auto 0;
	}
}

#nursery #mapArea {
	width: 100%;
	max-width: 1100px;
	box-sizing: border-box;
	height: 420px;
	border: solid 2px #ade7e0;
	margin: 80px auto 0;
}

#nursery #mapArea iframe {
	width: 100%;
	height: 100%;
	outline: none;
	box-shadow: none;
	border: none;
}

@media only screen and (max-width: 834px) {
	#nursery #mapArea {
		margin-top: 30px;
		border-right: none;
		border-left: none;
	}
}

/*#nursing
-------------------------*/
#nursing {
	padding: 80px 0;
}

#nursing h2 {
	margin-bottom: 60px;
}

#nursing .inner {
	overflow: hidden;
}

@media only screen and (max-width: 834px) {
	#nursing {
		padding: 50px 0;
	}
	#nursing h2 {
		margin-bottom: 30px;
	}
}

/*#contact
-------------------------*/
#contact {
	background: #50c3b4;
	padding: 60px 0 53px;
	color: #ffffff;
}

@media only screen and (max-width: 979px) {
	#contact {
		padding: 38px 0 33px;
	}
}

#contact h2 {
	width: 223px;
	margin: 0;
	padding-left: 20px;
}

@media only screen and (max-width: 979px) {
	#contact h2 {
		text-align: center;
		width: 100%;
		padding-bottom: 20px;
		padding-left: 0;
		border-bottom: dotted 2px #ffffff;
	}
}

#contact .inner {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 662px;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 979px) {
	#contact .inner {
		margin: 0 15px;
		max-width: none;
		display: block;
		width: auto;
	}
}

#contact .keiyukaiInfo {
	border-left: dotted 2px #ffffff;
	padding-left: 60px;
	font-size: 18px;
}

@media only screen and (max-width: 979px) {
	#contact .keiyukaiInfo {
		padding-left: 0;
		text-align: center;
		border-left: none;
		font-size: 13px;
		margin-top: 18px;
	}
}

#contact .keiyukaiInfo dt {
	margin-bottom: 25px;
}

@media only screen and (max-width: 979px) {
	#contact .keiyukaiInfo dt {
		margin-bottom: 15px;
	}
	#contact .keiyukaiInfo dt img {
		max-width: 500px;
	}
}

#contact .keiyukaiInfo dd:not(:first-child) {
	margin-top: 7px;
	letter-spacing: .15em;
}

.facilityList {
	position: relative;
	max-width: 1140px;
	width: 103.63%;
}

@media only screen and (max-width: 834px) {
	.facilityList {
		width: 100%;
	}
}

.facilityList ol, .facilityList ul {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media only screen and (max-width: 834px) {
	.facilityList ol, .facilityList ul {
		display: block;
	}
}

.facilityList ul {
	-ms-flex-pack: center;
	justify-content: center;
}

.facilityList li {
	width: 29.82%;
	margin: 0 3.5% 0 0;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	padding-bottom: 8.33%;
}

@media only screen and (max-width: 834px) {
	.facilityList li {
		width: 82.6%;
		max-width: 400px;
		min-width: 285px;
		margin: 30px auto 0;
		padding-bottom: 20px;
		border-radius: 5px;
	}
}

.facilityList li:before {
	height: 100px;
	width: 90px;
	content: "";
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: -50px;
	left: -50px;
	z-index: 5;
}

.facilityList li:after {
	display: block;
	position: absolute;
	top: 5px;
	color: #ffffff;
	z-index: 15;
	left: 10px;
}

@media only screen and (max-width: 834px) {
	.facilityList li:after {
		font-size: 15px;
	}
}

.facilityList li:nth-child(n+4) {
	margin-top: 40px;
}

.facilityList .name {
	text-align: center;
	letter-spacing: .05em;
	padding: 26px 0 20px;
	font-size: 18px;
}

@media only screen and (max-width: 834px) {
	.facilityList .name {
		font-size: 15px;
		padding: 16px 0 10px;
	}
}

.facilityList .imgBox img {
	width: 100%;
}

.facilityList .detail {
	margin: 0 auto;
	max-width: 280px;
	width: 100%;
}

@media only screen and (max-width: 834px) {
	.facilityList .detail {
		width: 81.4%;
		margin: 0 auto;
		max-width: 300px;
	}
}

.facilityList .detail dt {
	vertical-align: top;
	text-align: center;
	background: #343434;
	color: #ffffff;
	font-size: 12px;
	width: 36px;
	padding: 1px 0;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 6px;
}

@media only screen and (max-width: 834px) {
	.facilityList .detail dt {
		font-size: 9px;
		width: 25px;
		padding: 0px 0;
	}
}

.facilityList .detail dd {
	letter-spacing: .05em;
	padding: 0 0 0 6%;
	width: calc(100% - 50px);
	vertical-align: top;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 6px;
	font-size: 14px;
}

@media only screen and (max-width: 834px) {
	.facilityList .detail dd {
		font-size: 11px;
		padding: 0 0 0 6px;
	}
}

.facilityList .detail dd span {
	font-size: 10px;
	padding: 2px 2px 1px 3px;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	border: solid 1px #000000;
}

@media only screen and (max-width: 834px) {
	.facilityList .detail dd span {
		padding: 1px 1px 0px 1px;
	}
}

.facilityList .more {
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 834px) {
	.facilityList .more {
		position: relative;
		bottom: auto;
		margin-top: 19px;
	}
}

.facilityList .more a, .facilityList .more span {
	display: inline-block;
	color: #ffffff;
	border-radius: 25px;
	padding: 7px 20px;
	margin: 0 auto;
}

@media only screen and (max-width: 834px) {
	.facilityList .more a, .facilityList .more span {
		padding: 7px 20px;
		font-size: 12px;
	}
}

.facilityList ol li:nth-child(1):before {
	background: rgba(61, 151, 201, .9);
}

.facilityList ol li:nth-child(1):after {
	content: "01";
}

.facilityList ol li:nth-child(1) .more a {
	background: #3d97c9;
}

.facilityList ol li:nth-child(2):before {
	background: rgba(114, 119, 174, .9);
}

.facilityList ol li:nth-child(2):after {
	content: "02";
}

.facilityList ol li:nth-child(2) .more a {
	background: #7277ae;
}

.facilityList ol li:nth-child(3):before {
	background: rgba(174, 82, 147, .9);
}

.facilityList ol li:nth-child(3):after {
	content: "03";
}

.facilityList ol li:nth-child(3) .more a {
	background: #ae5293;
}

.facilityList ol li:nth-child(4):before {
	background: rgba(214, 87, 104, .9);
}

.facilityList ol li:nth-child(4):after {
	content: "04";
}

.facilityList ol li:nth-child(4) .more a {
	background: #d65768;
}

.facilityList ol li:nth-child(5):before {
	background: rgba(227, 120, 84, .9);
}

.facilityList ol li:nth-child(5):after {
	content: "05";
}

.facilityList ol li:nth-child(5) .more span, .facilityList ol li:nth-child(5) .more a {
	background: #e37854;
}

.facilityList ol li:last-child {
	margin-right: auto;
}

.facilityList ul li {
	border: solid 2px #d5d5d5;
}

.facilityList ul li .more a {
	background: #a0a0a0;
}

/*# sourceMappingURL=maps/style.css.map */
