@charset "utf-8";
/* service.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	background-image: url(../images/service_kv.jpg);
}
#kv h2::after {
	content: "service";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設のご案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service_top {
	padding-bottom: 100px;
}

/* -- 施設一覧 ----------------------------------------------- */
#shisetsu_wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.list_wrap {
	width: 340px;
	margin-bottom: 40px;
	float: left;
	margin-right: 40px;
}
.list_wrap:nth-child(3n) {
	margin-right: 0px;
}
.shisetsu_list {
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.big {
  transition-duration: .4s;
}
.big:hover {
  transform: scale(1.05);
}

/* サムネイル */
.shisetsu_thumb {
	position: relative;
	border-right: 5px solid #00B2FC;
	border-left: 5px solid #00B2FC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 5px solid #00B2FC;
}
.shisetsu_thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* -- 施設一覧 ----------------------------------------------- */
#shisetsu_wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
}
.list_wrap {
	width: 340px;
	margin-bottom: 40px;
	float: left;
	margin-right: 40px;
}
.list_wrap a {
	text-decoration: none;
}

.list_wrap:nth-child(3n) {
	margin-right: 0px;
}
.shisetsu_list {
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.big {
  transition-duration: .4s;
}
.big:hover {
  transform: scale(1.05);
}

/* サムネイル */
.shisetsu_thumb {
	position: relative;
	border-right: 5px solid #00B2FC;
	border-left: 5px solid #00B2FC;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top: 5px solid #00B2FC;
}
.shisetsu_thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* 施設データエリア */
.shisetsu_data {
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	border-right: 5px solid #00B2FC;
	border-left: 5px solid #00B2FC;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* 施設名 */
.shisetsu_data ul {
	color: #009EE0;
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 2px solid #CCCCCC;
	margin-left: 20px;
	margin-right: 20px;
}
.shisetsu_ctg {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 700;
}
.shisetsu_name {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4em;
}

/* 施設説明 */
.shisetsu_data p {
	font-weight: 600;
	font-size: 15px;
	line-height: 1.6em;
	margin-right: 20px;
	margin-left: 20px;
	color: #333333;
}

/* 詳しく見るボタン */
.shisetsu_bt {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #00B2FC;
	font-weight: 600;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 運営施設のご案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#service_top {
	padding-bottom: 60px;
}

/* -- 施設一覧 ----------------------------------------------- */
#shisetsu_wrap {
	display: inherit;
}
.list_wrap {
	width: 100%;
	margin-bottom: 20px;
}
.big:hover {
  transform: scale(1.0);
}
	
/* 施設データエリア */
.shisetsu_data {

}
	
/* 施設名 */
.shisetsu_ctg {
	font-size: 13px;
	line-height: 1.4em;
}
.shisetsu_name {
	font-size: 22px;
	line-height: 1.4em;
}

/* 施設説明 */
.shisetsu_data p {
	font-size: 14px;
	line-height: 1.6em;
}

	
}
