@charset "utf-8";
/* CSS Document */
/*--------------------------------------

enlist.php用CSS

--------------------------------------*/

/*--------------------------------------
全体の枠
--------------------------------------*/
.enlist_wrap{
	width:1120px;
	margin:0 auto;
}
/*--------------------------------------
コンテンツ
--------------------------------------*/
.enlist_contents{
	width:1120px;
	margin-left:20px;
}
/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	margin:23px 0;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'>';
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb li:last-child:after{
	content:'';
}

/*--------------------------------------
メインビジュアル
--------------------------------------*/

#main-visual-wrap{
	width:1120px;
  	height: 490px;
  	margin:0 auto;
	background-image:url(../img/kanto-area-enlist/main_visual.jpg);
	background-repeat:no-repeat;
  	background-position: center center;
	text-align: center;
	position: relative;
}

#main-visual-wrap .main-visual-in{
  	width: 1120px;
  	position: relative;
}

#main-visual-wrap img{
	width:426px;
	position: absolute;
	top:40px;
	left:40px;
}

/*.message-wrap{
	width:1120px;
	background-color: #ec748b;
	color: #fff;
	margin: 0 -500% 100px -500%;
  	padding: 50px 500%;
}*/
.message-wrap{
	width:100%;
	background-color: #ec748b;
	color: #fff;
	margin: 0 0 50px 0;
  	padding: 50px 0;
}
.message-wrap p{
	width: 1045px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	line-height: 36px;
	margin: 0 auto;
}

/*--------------------------------------
コンテンツ一覧
--------------------------------------*/
#contents-list{
	width:1120px;
	background-image:url(../img/kanto-area-enlist/contents-back.jpg);
	background-repeat:no-repeat;
	background-position: -160px 0;
	font-family: 'Noto Sans JP', sans-serif;
	margin-bottom: 100px;
}

#contents-list .contents-list-in{
	width: 1120px;
	display: table;
	border-collapse: separate;
	border-spacing: 20px 20px;
	position: relative;
}

.contents-list-in h2{
	position: absolute;
	right: 0;
}

.contents-list-in a{
	transition: all .2s ease-out;
}

.contents-list-in .content-card{
	display: table-cell;
	width: 400px;
	background-color: #fff;
	position: relative;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
  	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
}

.content-card .more-btn{
	width: 144px;
	height: 40px;
	background-color: #fff139;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	position: absolute;
	bottom: -20px;
	right: 20px;
	line-height: 40px;
	text-indent: 10px;
}

.contents-list-in a:hover .more-btn{
	background-color: #d3ff39;
}

.contents-list-in a:hover .more-btn img{
	transition: all .15s ease-out;
	transform: translate(7px,0px);
}

.content-card .more-btn img{
	position: absolute;
	top: 13px;
	right: 20px;
}

.content-card ul{
	width: 340px;
	margin: 0 auto;
	padding: 20px 0;
}

.content-card ul li{
	width: 320px;
	background-image:url(../img/kanto-area-enlist/checkbox.jpg);
	background-repeat:no-repeat;
	background-position: 0 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 30px;
}

/*--------------------------------------
関東の園一覧
--------------------------------------*/
.kanto-enlist-wrap{
	width: 800px;
	margin: 0 auto;
}

.kanto-enlist-wrap h3{
	margin-bottom: 60px;
}
/*--------------------------------------
チェックリスト 全体の枠
--------------------------------------*/
/*チェックボックス*/
input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 8px 12px 0 50px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:after {
	box-sizing: border-box;
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 27px;
  height: 27px;
  border: 1px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox:hover:after {
	box-sizing: border-box;
	border: 2px solid #4CD8E5;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -6px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #1AAAB5;
  border-bottom: 2px solid #1AAAB5;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.kanto-enlist-wrap table{
	margin-top:23px;
	width:800px;
	border:solid 1px #D2D2D2;
	border-collapse: collapse;
}
.kanto-enlist-wrap table tr{
	display:block;
	border-bottom:solid 1px #D2D2D2;
}
.kanto-enlist-wrap table th{
	width:247px;
	background-color:#E8E8E8;
	text-align:left;
	padding:27px 0 0 20px;
	font-weight:bold;
	vertical-align:top;
}
.kanto-enlist-wrap table th a{
	text-decoration:underline;
	color:#1AA9B7;
}
.kanto-enlist-wrap table th a:hover{
	text-decoration: none;
}
.kanto-enlist-wrap table td{
	padding:27px 0 0 20px;
}
.kanto-enlist-wrap table td ul.olist li{
	float:left;
	width:220px;
}
.kanto-enlist-wrap table td ul.olist:last-child{
	margin-right:0;
}
.kanto-enlist-wrap table td li{
	margin-bottom:30px;
}
.submit_wrap{
	width:800px;
	background-color:#CDF3F6;
	padding:15px 0;
}
.submit_wrap .submit{
	width:340px;
	height:54px;
	margin:0 auto;
	display:block;
	cursor:pointer;
}
/* ボタン */
.button-wrap{
	width: 800px;
	border: 2px solid #eee;
	border-radius: 10px;
	margin: 0 auto;
	padding: 20px 0;
}

.button-wrap h4{
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.button-in{
	width: 760px;
	margin: 0 auto;
}

.button{
	float: left;
	width: 175px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #fff139;
	font-size:15px;
	font-weight: bold;
	margin: 0 20px 0 0;
}
.button:hover{
	background-color: #d3ff39;
	cursor: pointer;
}
.button::before,
.button::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button-wrap li:last-of-type .button{
	margin-right: 0;
}

.button_on{
	float: left;
	width: 175px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
	background-color: #d3ff39;
	font-size:15px;
	font-weight: bold;
	margin: 0 20px 0 0;
}

.button_on:hover{
	background-color: #fff139;
	cursor: pointer;
}

.button-wrap li:last-of-type .button_on{
	margin-right: 0;
}

/*--------------------------------------
条件検索
--------------------------------------*/
.terms{
	width:800px;
	border:solid 2px #D2D2D2;
	margin-top:30px;
}
.terms tr{
	border-bottom:solid 1px #D2D2D2;
}
.terms th{
	border-right: solid 1px #D2D2D2;
	text-align: left;
	width: 97px;
	background-color: #FCF4DD;
	font-size: 14px;
	text-align:left;
	padding-left:15px;
	/*line-height:3;*/
	vertical-align:middle;
}
.terms td{
	padding:10px;
	line-height:1.5;
	font-size:14px;
}
.terms td p.left{
	float:left;
}
.terms td p.right{
	width:520px;
	float:right;
}
.terms td span{
	margin-right:10px;
	font-size:13px;
	background-color:#4CD8E5;
	color:#fff;
	font-weight:bold;
	padding:4px 10px;
	border-radius:3px;
	transition: .2s linear;
	-webkit-transform: translateZ(0);
}

.terms td span:before {
	font-family: "Font Awesome 5 Free";
	content: '\f067';
	margin-right: 5px;
	}

.terms td span:hover{
	text-decoration: none;
	opacity: 0.8;
}

.terms .btn{
	background-color: #E6E4E5;
}
.terms .btn td{
	padding-top:10px;
	padding-bottom:6px;
	text-align:center;
}
.terms .btn button{
	cursor:pointer;
}

/* フリーワード検索 */
.search-window {
    width: 484px;
    border: solid 2px #4CD8E5;
    font-size: 16px;
    background-color: #fff;
    height: 40px;
    border-radius: 30px;
    box-shadow: 0 2px 3px #EFEFEF inset;
    margin: 0 0 20px 10px;
		position: relative;
}

.en_name_field {
    width: 434px;
    height: 40px;
    font-size: 16px;
    text-indent: 20px;
}

/* Chromeのオートコンプリート背景色を消す */
@keyframes onAutoFillStart { from {} to {}}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}


/*--------------------------------------
検索結果、ページャー
--------------------------------------*/
.result_pager_wrap{
	margin:35px auto 0 auto;
}
.result_pager_wrap .result{
	float:left;
	margin-top:9px;
}
.result_pager_wrap .result span{
	font-weight:bold;
	color:#1BA9B7;
}
.result_pager_wrap .pager{
	float:right;
}
.pager{
	widht: 300px;
	height: 27px;
	text-align:center;
	line-height:2;
	background-color:#E6E4E5;
	font-size:15px;
	padding:5px 13px;
	line-height:2;
}
.pager li{
	display:inline-block;
	padding-right:3px;
}
.pager li:first-child{
	color: #9F9F9F;
	background-image: url(../img/enlist/back_arrow_ov.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left top 8px;
}
.pager li:last-child{
	background-image: url(../img/enlist/next_arrow_ov.png);
	background-repeat: no-repeat;
	background-position: right top 8px;
	padding-right: 15px;
}
.pager .current span{
	color:#4FB5C3;
	background-color:#fff;
	padding:0 3px;
}
.pager .nolink{
	color: #9F9F9F;
}
.pager li:first-child:after{
	margin-left:10px;
	content:'|';
	color:#000;
}
.pager li:last-child:before{
	margin-right:10px;
	content:'|';
	color:#000;
}
/*--------------------------------------
園一覧
--------------------------------------*/
.enlist_summary,
.enlist_summary_sister
{
	border:solid 1px #D2D2D2;
	margin:38px auto 0 auto;
	padding-bottom:30px;
}
/*-------------------
園名
-------------------*/
.en_name{
	background-color: #F7F6F2;
	border-bottom:solid 1px #D2D2D2;
	padding-top: 15px;
	margin: 0 auto;
	position: relative;
}

.en_name ul {
  width: 354px;
	display:table;
  table-layout:fixed;
	margin: 0 0 15px 20px;
}

.en_name ul li {
  width:167px;
	display:table-cell;
  vertical-align:middle;
  text-align:left;
}

.en_name .form-icon,
.en_name h3{
	vertical-align:middle;
}
.en_name .form-icon{
	margin:0 15px 5px 15px;
}
.en_name h3{
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	color:#333333;
	margin: 0 0 10px 20px;
}
.en_name h3 .city-name{
	font-size:16px;
	margin-right: 15px;
}
.en_name h3 a:hover{
	text-decoration:underline;
}

/* 新着園マーク */
.rectuit_list--item_new {
    top: 0;
    right: 0;
    border: 43px solid transparent;
    border-top: 43px solid #fe4958;
    border-right: 43px solid #fe4958;
}

.rectuit_list--item_new,
.rectuit_list--item_new::after {
    position: absolute;
}

.rectuit_list--item_new::after {
    content: "NEW";
    top: -15px;
    right: -29px;
    color: #fff;
    font-size: 95%;
    font-weight: bold;
    transform: rotate(45deg);
		letter-spacing: 0.1em;
}

.rectuit_list--item_new,
.rectuit_list--item_new::after {
    position: absolute;
}

/*-------------------
キャッチコピー
-------------------*/
.enlist_summary h4{
	color:#1BABB6;
	font-weight:bold;
	margin:30px 15px 0 15px;
	line-height:1.5;
}

/*-------------------
代表園
項目
-------------------*/
.summary{
	margin:30px 15px 0 15px;
}
.summary p,
.summary table{
	float:left;
}
.summary p{
	display:table-cell;
	widht:300px;
	height:220px;
	text-align:center;
	vertical-align:middle;
}
.summary p img{
	width:auto;
	height:auto;
	max-width:300px;
	max-height:220px;
	vertical-align:middle;
}
.summary table{
	margin-left:20px;
}
.summary table{
	border:solid 1px #D2D2D2;
	width:442px;
	font-size:13px;
}
.summary table th,
.summary table td{
	text-align:left;
	padding:15px;
}
.summary table tr{
	border-bottom:solid 1px #D2D2D2;
}
.summary table th{
	background-color:#FDFCFA;
	border-right:solid 1px #D2D2D2;
	width:93px;
	padding:15px 0 15px 15px;
}
.summary table th.staff{
	border-left:solid 1px #D2D2D2;
}
/*園一覧画像 トリミング*/
.summary_image{
	overflow: hidden;
	width: 300px;/* トリミングしたい枠の幅 */
	height: 220px;/* トリミングしたい枠の高さ */
	position: relative;
}
.summary_image img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/*-------------------
代表園
フェアバナー、気になる・詳細を見るボタン
-------------------*/
.enlist_summary .detail{
	margin-top:20px;
	float:right;
	margin-right:20px;
}
.enlist_summary .detail li{
	float:left;
	margin-right:20px;
}
.enlist_summary .detail li:last-child{
	margin-right:0;
}
.check_btn_test{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}
.detail .interest_btn{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}
.detail .interested_btn{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interested_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}
.check_btn .interest_btn{
	/*background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-color:#4cd8e5;
	background-image:url(../img/enlist/interest_icon.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	text-indent:90px;
	box-shadow:0 5px 0 #2c98a2;
	margin-right:30px;*/
	}
.check_btn .interested_btn{
	/*background-color:#000;
	background-image:url(../img/enlist/interested_icon.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	text-indent:90px;
	box-shadow:0 5px 0 #393;
	margin-right:30px;
	color:#FFF;*/
	}

.detail_btn{
	width: 190px;
	height: 70px;
	text-align: left;
	background-color: #FFC801;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/chevron_wh.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	border-radius: 3px;
	letter-spacing: 2px;
	display: block;
	padding-left:22px;
}

.detail_btn_cs{
	width: 190px;
	height: 70px;
	text-align: left;
	background-color: #ccc;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #F0F0F0;
	background-image: url(../img/enlist/chevron_wh.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	border-radius: 3px;
	letter-spacing: 2px;
	display: block;
	padding-left:22px;
}

/*-------------------
姉妹園
項目
-------------------*/
.summary_sister{
	margin:30px 15px 0 15px;
}

.summary_sister table{
	border:solid 1px #D2D2D2;
	width:768px;
	font-size:13px;
}
.summary_sister table th,
.summary_sister table td{
	text-align:left;
	padding:15px;
}
.summary_sister table tr{
	border-bottom:solid 1px #D2D2D2;
}
.summary_sister table th{
	background-color:#FDFCFA;
	border-right:solid 1px #D2D2D2;
	width:93px;
	padding:15px 0 15px 15px;
}

.summary_sister table th:nth-of-type(2),
.summary_sister table th:nth-of-type(4){
	border-left: solid 1px #D2D2D2;
}

.summary_sister table th.staff{
	border-left:solid 1px #D2D2D2;
}

/*園一覧画像 トリミング*/
.summary_sister .summary_image{
	display: none;
}


/*-------------------
姉妹園
フェアバナー、気になる・詳細を見るボタン
-------------------*/
.enlist_summary_sister .detail{
	margin-top:20px;
	float:right;
	margin-right:20px;
}
.enlist_summary_sister .detail li{
	float:left;
	margin-right:20px;
}
.enlist_summary_sister .detail li:last-child{
	margin-right:0;
}

/* お気に入りボタン */
.detail .interest_btn{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interest_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}

/* お気に入り済みボタン */
.detail .interested_btn{
	width: 137px;
	height: 70px;
	text-align: left;
	background-color: #4CD8E5;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/interested_icon.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	border-radius:3px;
	padding-left:75px;
	letter-spacing:2px;
	display:block;
}

/* 詳細を見るボタン */
.detail_btn{
	width: 190px;
	height: 70px;
	text-align: left;
	background-color: #FFC801;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background-image: url(../img/enlist/chevron_wh.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	border-radius: 3px;
	letter-spacing: 2px;
	display: block;
	padding-left:22px;
}

/* 詳細ページがない時のボタン */
.detail_btn_cs{
	width: 190px;
	height: 70px;
	text-align: left;
	background-color: #ccc;
	line-height: 3.7;
	font-weight: bold;
	font-size: 20px;
	color: #F0F0F0;
	background-image: url(../img/enlist/chevron_wh.png);
	background-repeat: no-repeat;
	background-position: right 13px center;
	border-radius: 3px;
	letter-spacing: 2px;
	display: block;
	padding-left:22px;
}

/*--------------------------------------
サイドバー
--------------------------------------*/
.enlist_sidebar{
	width: 260px;
	float: right;
	margin-right: 20px;
	margin-top: 70px;
	position: static;
}
.registration{
	border:solid 2px #4CD8E5;
	border-radius:8px;
	width:258px;
}
.registration ul{
	padding:20px 18px;
	font-size:14px;
}
.registration ul li{
	margin-bottom: 15px;
	padding-left: 35px;
	line-height: 1.5;
	background-image: url(../img/enlist/check_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.registration ul li:last-child{
	margin-bottom:0;
}
.registration ul li span{
	font-weight:bold;
}
.registration p{
	margin-bottom:18px;
	text-align:center;
}
.bannerlist p{
	padding-top:20px;
}
/*--------------------------------------
フッターバナー一覧
--------------------------------------*/
.footer_banner{
	clear:both;
	background-color: #FFF2C5;
	margin-top:100px;
	padding:30px 0;
}
.footer_banner ul{
	width:1120px;
	margin:0 auto;
}
.footer_banner ul li{
	float:left;
	margin-right:20px;
}
.footer_banner ul li:last-child{
	margin-right:0;
}
