@charset "utf-8";
/*////////////////////////////////////
other
////////////////////////////////////*/

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 0px) and (max-width: 767px) {

}

@media screen and (min-width: 768px) {
#under_header {
	position: relative;
	width: 100%;
	aspect-ratio: 16/7;
	background:#FFF;
}
#under_header_img {
	position: relative;
	width: 100%;
	padding: 15px;
	aspect-ratio: 16/7;
	background: url("../overview/img/under_header_img.jpg") #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#section_header {
	position: relative;
	width: 100%;
}
.under_logo_mark {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -64px;
	padding-top: 50px;
	background: url("../img/logo_back.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.under_logo_mark img {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.under_top_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.under_top_title h2 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #7db25a;
}
.under_top_subtitle {
	position: relative;
	font-size: 4.8rem;
	text-align: center;
	line-height: 1.6;
	color: #7db25a;
	
}
#header_word {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 3.6rem;
	font-weight: 500;
	color: #FFF;
	transform:translate(-50%,-50%);
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#under_header {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	background:#FFF;
}
#under_header_img {
	position: relative;
	width: 100%;
	padding: 15px;
	aspect-ratio: 16/9;
	background: url("../overview/img/under_header_img.jpg") #FFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#section_header {
	position: relative;
	width: 100%;
}
.under_logo_mark {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -64px;
	padding-top: 50px;
	background: url("../img/logo_back.png");
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin-bottom: 10px;
}
.under_logo_mark img {
	width: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.under_top_title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.under_top_title h2 {
	font-size: 2.2rem;
	font-weight: 400;
	color: #7db25a;
}
.under_top_subtitle {
	position: relative;
	font-size: 2.8rem;
	text-align: center;
	line-height: 1.6;
	color: #7db25a;
	
}
#header_word {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFF;
	transform:translate(-50%,-50%);
}
}

/*////////////////////////////////////
other
////////////////////////////////////*/

@media screen and (min-width: 768px) {
#daycare_img1_sp {
	display: none;
}
#daycare_img2_sp {
	display: none;
}
#other_area,
#other_area2 {
	position: relative;
	padding: 100px 0;
}
.other_place,
.other_place2 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#daycare_img1 {
	position: absolute;
	width: 30%;
	z-index: 2;
	top: 20px;
	right: 5%;
}
#daycare_img2 {
	position: absolute;
	width: 20%;
	z-index: 3;
	top: 300px;
	right: -3%;
}
#daycare_img1 img,
#daycare_img2 img {
	border-radius: 30px;
}
.other_word {
	position: relative;
	width: 70%;
	background: #faf7f0;
	padding: 80px 100px 80px 80px;
	border-radius: 50px;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
	z-index: 1;
}
.other_word span {
	display: block;
	font-size: 3.6rem;
	margin-bottom: 40px;
	color: #7db25a;
	font-weight: 400;
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#daycare_img1 {
	display: none;
}
#daycare_img2 {
	display: none;
}
#other_area,
#other_area2 {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}
.other_place,
.other_place2 {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#daycare_img1_sp {
	position: relative;
	width: 100%;
	z-index: 2;
}
#daycare_img2_sp {
	position: relative;
	width: 40%;
	z-index: 3;
	margin-top:-50px;
	margin-left: 65%;
}
.other_word {
	position: relative;
	width: 90%;
	max-width: 780px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	background: #faf7f0;
	border-radius: 50px;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 400;
	color: rgba(91,64,44,1.00);
	z-index: 1;
}
.other_word span {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 40px;
	color: #7db25a;
	font-weight: 400;
}
}
@media screen and (min-width: 768px) {
.midashi {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	background: #7db25a;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 0;
}
.midashi2 {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	background:#57A93B;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 0;
	margin-top: 50px;
}
.place_bt_area {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.place_bt {
	position: relative;
	width: 23%;
	min-height: 60px;
	margin: 1%;
	text-align: center;
	border:1px solid rgba(91,64,44,1.00);
	border-radius: 30px;
	display: table;
}
.place_bt a {
	display: table-cell;
	font-size: 1.4rem;
	color: rgba(91,64,44,1.00);
	text-decoration: none;
	padding: 10px 0;
	border-radius: 30px;
	vertical-align: middle;
}
.place_bt a:hover {
	background: rgba(91,64,44,1.00);
	color: #FFF;
	border-radius: 30px;
}
.place_bt_area2 {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.place_bt2 {
	position: relative;
	width: 23%;
	min-height: 60px;
	margin: 1%;
	text-align: center;
	border:1px solid rgba(91,64,44,1.00);
	border-radius: 30px;
	display: table;
}
.place_bt2 a {
	display: table-cell;
	font-size: 1.4rem;
	color: rgba(91,64,44,1.00);
	text-decoration: none;
	padding: 10px 0;
	border-radius: 30px;
	vertical-align: middle;
}
.place_bt2 a:hover {
	background: rgba(91,64,44,1.00);
	color: #FFF;
	border-radius: 30px;
}
.place_area {
	position: relative;
	width: 100%;
}
.place_area:last-child {
	padding-bottom: 100px;
}
.place_item {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: table;
	font-size: 1.4rem;
	border-top: 1px solid#333;
	border-left: 1px solid#333;
	border-right: 1px solid#333;
}
.place_item:last-child {
	border-bottom: 1px solid#333;
}
.place_name {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
	border-right: 1px solid#333;
}
.yuubin {
	position: relative;
	display: table-cell;
	width: 10%;
	padding: 10px;
	border-right: 1px solid#333;
}
.addr {
	position: relative;
	display: table-cell;
	width: 40%;
	padding: 10px;
	border-right: 1px solid#333;
}
.denwa {
	position: relative;
	display: table-cell;
	width: 20%;
	padding: 10px;
}
.place_name2 {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
	border-right: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.yuubin2 {
	position: relative;
	display: table-cell;
	width: 10%;
	padding: 10px;
	border-right: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.addr2 {
	position: relative;
	display: table-cell;
	width: 40%;
	padding: 10px;
	border-right: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.denwa2 {
	position: relative;
	display: table-cell;
	width: 20%;
	padding: 10px;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.midashi {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	background: #7db25a;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 10px 0;
}
.midashi2 {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	background:#57A93B;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 0;
	margin-top: 50px;
}
.place_bt_area {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.place_bt {
	position: relative;
	width: 30%;
	margin: 1.5%;
	text-align: center;
	border:1px solid rgba(91,64,44,1.00);
	border-radius: 30px;
	display: table;
	min-height: 60px;
}
.place_bt a {
	display: table-cell;
	font-size: 1.4rem;
	color: rgba(91,64,44,1.00);
	text-decoration: none;
	padding: 10px 0;
	border-radius: 30px;
	vertical-align: middle;
	
}
.place_bt a:hover {
	background: rgba(91,64,44,1.00);
	color: #FFF;
	border-radius: 30px;
}
.place_bt_area2 {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.place_bt2 {
	position: relative;
	width: 46%;
	margin: 2%;
	text-align: center;
	border:1px solid rgba(91,64,44,1.00);
	border-radius: 30px;
	display: table;
	min-height: 60px;
}
.place_bt2 a {
	display: table-cell;
	font-size: 1.4rem;
	color: rgba(91,64,44,1.00);
	text-decoration: none;
	padding: 10px 0;
	border-radius: 30px;
	vertical-align: middle;
	
}
.place_bt2 a:hover {
	background: rgba(91,64,44,1.00);
	color: #FFF;
	border-radius: 30px;
}
.place_area {
	position: relative;
	width: 100%;
}
.place_area:last-child {
	margin-bottom: 50px;
}

.place_item {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.4rem;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.place_item:last-child {
	border-bottom: 1px solid #333;
}
.place_name {
	position: relative;
	display: table-cell;
	width: 70%;
	padding: 10px;
	border-right: 1px solid #333;
	border-bottom: 1px dotted #333;
}
.place_item:nth-child(even) {
	background:#EEE;
}
.yuubin {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
	border-bottom: 1px dotted #333;
}
.addr {
	position: relative;
	display: table-cell;
	width: 70%;
	padding: 10px;
	border-right: 1px solid#333;
}
.denwa {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
}
.place_name2 {
	position: relative;
	display: table-cell;
	width: 70%;
	padding: 10px;
	border-right: 1px solid#333;
	border-bottom: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.yuubin2 {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
	border-bottom: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.addr2 {
	position: relative;
	display: table-cell;
	width: 70%;
	padding: 10px;
	border-right: 1px solid#333;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
.denwa2 {
	position: relative;
	display: table-cell;
	width: 30%;
	padding: 10px;
	background:#57A93B;
	color: #FFF;
	text-align: center;
}
}

#matome_area {
	position: relative;
	width: 100%;
	background: #faf7f0;
	padding: 100px 0;
}

@media screen and (min-width: 768px) {
.matome_img_sp {
	display: none;
}
.matome_place {
	position: relative;
	width: 70%;
	background: #FFF;
	border-radius: 50px;
	padding: 100px 50px;
}
.matome_img {
	position: absolute;
	top: 50px;right: -20%;
	width: 30%;
	z-index: 2;
}
.matome_img img {
	border-radius: 50px;
}
.matome_word {
	width: 60%;
	margin-left: auto;
	margin-right: 10%;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 300;
	color: rgba(91,64,44,1.00);
}
.matome_word span {
	font-size: 2.6rem;
	display: block;
	font-weight: 500;
	margin-bottom: 1em;
	color:#57A93B;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.matome_img {
	display: none;
}
.matome_place {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border-radius: 50px;
	padding: 50px;
}
.matome_img_sp {
	position: relative;
	width: 100%;
	z-index: 2;
	margin-bottom: 50px;
}
.matome_img_sp img {
	border-radius: 30px;
}
.matome_word {
	width: 100%;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
	color: rgba(91,64,44,1.00);
}
.matome_word span {
	font-size: 2.2rem;
	display: block;
	font-weight: 500;
	margin-bottom: 1em;
	color:#57A93B;
}
}