﻿#page-info .select {
	margin: 30px auto;
    display: flex;
    text-align: center;
    justify-content: center;
}

#page-info .select a {
	padding: 8px 16px;
	font-size: 18px;
	color: #fff;
	background:#036;
	margin: 0 16px;
}



/*====================

rec

====================*/
#rec-01,#rec-02,#rec-03,#rec-04,#rec-05 {
	position: relative;
	width: 100%;	
	padding: 0;
	margin: 0 auto;
}

#rec-01 {
	background-image: url(../images/rec/423099410.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

#rec-02 {
	background-image: url(../images/rec/544257099.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

#rec-03 {
	background-image: url(../images/rec/164771553.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

#rec-04 {
	background-image: url(../images/rec/318249683.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

#rec-05 {
	background-image: url(../images/rec/450481595.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

#rec-06 {
	background-image: url(../images/rec/87550633.jpg);
	background-size: cover;	
	background-position: center;
	position: relative;
}

.rec-box {
	width: 100%;
	margin: 0 auto;
	padding: 120px 0 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.rec-box li {
	list-style: disc;
	margin-left: 16px;
}

h3.bg-b {
	background: #4d4d4d;
	color: #fff;
	font-size: 32px;
	display: inline-block;
	padding: 10px 50px;
	margin: 20px auto 80px;
	letter-spacing: 0.1em;
}

.rec-flex {
	width: 100%;
	display: flex;
	margin: 0 auto;
	align-items: center;
}

.rec-img, .rec-text{
	width: 50%;
}

.rec-img img {
	width: 100%;
	min-height: 300px;
	max-height: 500px;
	object-fit: cover;
}

.rec-text {
	padding: 40px;
	text-align: left;
}

.rec-text h4 {
	font-size: 32px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 0.1em;
}

.rec-text p {
	font-size: 18px;
	line-height: 34px;
	padding: 60px 0 0 0;
}

.w-table {
	background: #fff;
	padding: 30px;
	width: 80%;
	max-width: 1000px;
    margin: 60px auto;
}

h5 {
	font-size: 20px;
}

table {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	margin: 30px auto;
	font-size: 18px;
	width: 100%;
	min-width: 500px;
}

table th{
	width: 30%;
}

.entry-box {
	width: 50%;
	padding: 60px 0;
	display: flex;
	flex-direction: column;
	background-image: linear-gradient(90deg, rgba(223, 153, 18, 0.69), rgba(240, 234, 147, 1));
}

.entry-box span {
	font-size: 68px;
	opacity: 0.4;
	font-weight: bold;
	padding: 20px;
}

.entry-box small {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
}

.entry-contact {
	margin: 30px auto;
}

.entry-contact a {
	color: #fff;
	border: 2px solid #fff;
	padding: 14px 30px;
	font-size: 30px;
	font-weight: bold;
	transition: 1s;
}

.entry-contact a:hover {
	color: orange;
	border: 2px solid #fff;
	padding: 14px 30px;
	font-size: 30px;
	font-weight: bold;
	background: #fff;
}

.privacy-pp {
	padding: 60px 0 !important;
	margin: 0 auto;
	width: 80%;
}

.privacy-p {
	padding: 0 0 60px 0 !important;
	margin: 0 auto;
	width: 80%;
}

.sec-forkids {
    background: rgb(244 248 251);
    padding: 40px 10px;
    margin: 80px 0;
    text-align: left;
}

.sec-forkids_tit {
    padding: 0 10px !important;
    font-size: 18px !important;
    text-align: center;
    line-height: 1.6rem !important;
	font-weight: bold;
}

.sec-forkids_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 20px auto;
}

.sec-forkids_contents div {
    width: 50%;
}

.sec-forkids_contents img {
    width: 100% !important;
    margin: 20px 0 !important;
}

.sec-forkids_list {
    width: 70%;
    margin: 0 auto;
}



/*====================

スマートフォン対応

====================*/

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

	
	#page-info .select {
		margin: 30px auto;
		min-width: 280px;		
		flex-direction: column;
	}
	
	#page-info .select a {
		padding: 8px 16px;
		font-size: 18px;
		color: #fff;
		background:#036;
		margin: 2px 0;
		width: 100%;
		display: block;
	}
	
	/*====================
	
	rec
	
	====================*/
	#rec-01,#rec-02,#rec-03,#rec-04,#rec-05 {
		position: relative;
		width: 100%;	
		padding: 0;
		margin:  0;
	}
	
	#rec-01 {
		background-image: url(../images/rec/423099410.jpg);
		background-size: cover;	
		background-position: center;
		position: relative;
	}
	
	#rec-02 {
		background-image: url(../images/rec/544257099.jpg);
		background-size: cover;	
		background-position: center;
		position: relative;
	}
	
	#rec-03 {
		background-image: url(../images/rec/164771553.jpg);
		background-size: cover;	
		background-position: center;
		position: relative;
	}
	
	#rec-04 {
		background-image: url(../images/rec/318249683.jpg);
		background-size: cover;	
		background-position: center;
		position: relative;
	}
	
	#rec-05 {
		background-image: url(../images/rec/450481595.jpg);
		background-size: cover;	
		background-position: center;
		position: relative;
	}
	
	
	.rec-box {
		width: 100%;
		margin: 0 auto;
		padding: 80px 0 0;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.8);
	}
	
	.rec-box li {
		list-style: disc;
		margin-left: 16px;
	}
	
	h3.bg-b {
		background: #4d4d4d;
		color: #fff;
		font-size: 22px;
		display: inline-block;
		padding: 10px 40px;
		margin: 30px auto;
	}
	
	.rec-flex {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		align-items: center;
	}
	
	.rec-img, .rec-text{
		width: 100%;
	}
	
	.rec-img img {
		width: 100%;
		min-height: 18px;
		max-height: 240px;
		object-fit: cover;
	}
	
	.rec-text {
		padding: 20px;
		text-align: left;
	}
	
	.rec-text h4 {
		font-size: 22px;
		font-family: 'Noto Serif JP', serif;
	}
	
	.rec-text p {
		font-size: 14px;
		line-height: 26px;
		padding: 20px 0 0 0;
	}
	
	.w-table {
		background: #fff;
		padding: 30px;
		width: 90%;
		margin: 20px auto;
	}
	
	h5 {
		font-size: 20px;
	}
	
	table {
		border-top: 2px solid #666;
		border-bottom: 2px solid #666;
		margin: 30px auto;
		min-width: 280px !important;
		font-size: 14px;
	}
	
	table th{
		width:100% !important;
		display: block;
	}
	

	.entry-box {
			width: 100%;
			padding: 20px;
			display: flex;
			flex-direction: column;
	}
	
	.entry-box span {
		font-size: 40px;
		opacity: 0.4;
		font-weight: bold;
		padding: 0;
	}
	
	.entry-box small {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		padding-top: 10px;
	}
	
	.entry-contact {
		margin: 16px auto 0;
	}
	
	.entry-contact a {
		color: #fff;
		border: 2px solid #fff;
		padding: 6px 20px;
		font-size: 24px;
		font-weight: bold;
	}

	.sec-forkids_contents {
		display: block;
		width: 100%;
	}

	.sec-forkids_contents div {
		width: 100%;
	}

}
/*========レスポンシブ終了========*/
