@charset "utf-8";
/* CSS Document */

/*--------------------------------------

園見学(search/enlist2.php)

--------------------------------------*/

/*--------------------------------------
全体の枠
--------------------------------------*/
.enlist2-container {
	font-family: "Noto Sans JP", sans-serif;
}
#page{
	background-color: #fff;
}

.enlist2_wrap{
	width: 1100px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 150px;
}
/*--------------------------------------
ヘッダー
--------------------------------------*/
.list-header {
	width: 100%;
	height: 233px;
	background-image: url(../img/renewal/enlist2/header-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.list-header-map-wrap {
	width: 1100px;
	margin: 0 auto;
}
.list-header-map-wrap h2 {
	padding-top: 54px;
	font-size: 28px;
	font-weight: 700;
	line-height: 40.54px;
	color: #fff;
}
.list-header-map-wrap p {
	margin-top: 28px;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	color: #fff;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb_wrapper {
	border: 1px solid #DDDDDD;
	padding-top: 18px;
	padding-bottom: 18px;
}
.breadcrumb {
	width: 1100px;
	margin: 0 auto;
	font-size:14px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.breadcrumb li{
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.breadcrumb li:after{
	content:'';
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	right: -18px;
}
.breadcrumb li:last-child:after{
	content:'';
	display: none;
}
.breadcrumb li a{
	display: block;
}
.breadcrumb li a img{
	width: 20px;
	height: 20px;
}

/*--------------------------------------
検索条件
--------------------------------------*/
.enlist2-search {
	height: 98px;
	margin-top: 40px;
	padding: 23px 16px 23px 26px;
	border-radius: 10px;
	background-color: #F5F5F5;
	display: flex;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.enlist2-search p {
	height: 52px;
	line-height: 52px;
	padding-left: 16px;
	font-size: 15px;
	font-weight: 700;
	border-left: 3px solid #FBC647;
}

.enlist2-search .select-wrap {
	position: relative;
}

.enlist2-search .select-wrap::before {
	content: '';
	position: absolute;
	top: 17px;
	right: 16px;
	width: 18px;
	height: 18px;
	background-image: url(../img/renewal/enlist2/select-arrow.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.enlist2-search select {
	width: 537px;
	height: 52px;
	background-color: #fff;
}

.enlist2-search select {
	width: 537px;
	height: 52px;
	line-height: 52px;
	padding: 0 16px;
	border-radius: 10px;
	background-color: #fff;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.enlist2_wrap {
	width:1100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.enlist2_wrap .enlist2_contents{
	width: 740px;
}

/*-------------------
園見学一覧
-------------------*/
.enlist_wrap{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.enlist_wrap a {
	display: block;
}
.enlist_wrap section {
	width: 360px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 10px;
	margin-top:20px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.enlist_wrap section:first-child, .enlist_wrap section:nth-child(2) {
	margin-top: 0;
}

.enlist_wrap section .facility {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	font-weight: 700;
	background-color: #000;
	border-radius: 10px 0 4px 0;
	color: #fff;
	z-index: 100;
	position: absolute;
	top: -1px;
	left: -1px;
}

.enlist_wrap section .facility p {
	padding: 0 16px;
	display: flex;
	align-items: center;
}

.enlist_wrap section .facility p span.icon-check {
	display: inline-block;
  width: 14px;
  height: 14px;
	margin-top: 5px;
  margin-right: 8px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-check.svg);
  background: #FE4958;
	&.type-0 {
		background: #FE4958;
	}
	&.type-1 {
		background: #FFC800;
	}
	&.type-2 {
		background: #4CD8E5;
	}
	&.type-3 {
		background: #A8DA45;
	}
	&.type-4 {
		background: #F4ABB4;
	}
	&.type-5 {
		background: #FDC39E;
	}
	&.type-7 {
		background: #C6C4DC;
	}
	&.type-8 {
		background: #ABB1B1;
	}
	&.type-9 {
		background: #BD8AE6;
	}
	&.type-10 {
		background: #7CD8EF;
	}
	&.type-11 {
		background: #FFA634;
	}
	&.type-13 {
		background: #68D488;
	}
	&.type-14 {
		background: #E69D7A;
	}
	&.type-15 {
		background: #ACBC7E;
	}
	&.type-16 {
		background: #88CB7E;
	}
	&.type-17 {
		background: #4CAAE3;
	}
	&.type-18 {
		background: #A89E94;
	}
	&.type-19 {
		background: #F8DB4F;
	}
}

.enlist_wrap section h4 {
	margin-top: 16px;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	color: #000000;
}

.enlist_wrap section .enlist-detail {
	height: 100%;
	margin-bottom: 61px;
	position: relative;
}

.enlist_wrap section .enlist-detail .img {
	width: 100%;
	margin: 0 auto;
}
.enlist_wrap section .enlist-detail .img img {
	width: 320px;
	height: 213px;
	border-radius: 6px;
  object-fit: cover;
  vertical-align: middle;
}
.enlist_wrap section .enlist-detail .text .access {
	margin-top: 16px;
	font-size:14px;
	line-height:1.7;
	color: #555;
	display: flex;
	align-items: center;
}
.enlist_wrap section .enlist-detail .text span.icon-access {
	display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 4px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-pin.svg);
  background: #FE4958;
}
.enlist_wrap section .enlist-detail .text .date {
	margin-top: 8px;
	font-size: 14px;
	color: #555;
	display: flex;
	align-items: center;
}
.enlist_wrap section .enlist-detail .text span.icon-date {
	display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-calendar.svg);
  background: #5BBCC9;
}
.enlist_wrap section .enlist-detail a {
  width: 100%;
  height: 45px;
	margin-top: 16px;
  border-radius: 3px;
  display: block;
  line-height: 45px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #fe4958;
  color: #fff;
	position: absolute;
	bottom: 0;
}

/*--------------------------------------
園見学の前に確認したいこと
--------------------------------------*/
.encheck-contents ul {
	display: flex;
	justify-content: space-between;
}

.encheck-contents ul li {
	width: 360px;
	height: 82px;
}

.encheck-contents ul li a {
	display: block;
}

.encheck-contents ul li img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}
