@charset "utf-8";

#mainVisual #mv {
    background-image: url(/teiju/files/img/tanoshimu/mv.jpg);
}
.bg_pnk {
	padding: 30px 0;
	background-image: url(/teiju/files/img/common/bg_pnk.png);
	width: 100%;
}
.sec02.shisetsu p.txt {
	margin-bottom: 15px;
}
.ancList {
	display: flex;
	justify-content: space-between;
}
.ancList li {
	width: calc((100% / 6) - 5px);
	background-color: #fff;
	display: flex;
}
.ancList li a {
	display: inline-block;
	width: 100%;
	padding: 15px 0 25px;
	/*font-size: 107.7%;*/
	font-weight: bold;
	text-align: center;
	background-color: #fff;
	border: 2px solid #f4a0a0;
	position: relative;
}
.ancList li a:after {
	content: "";
	position: absolute;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eb6161;
    bottom: 5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.tanoshimu .col02 > * {
	margin-right: 30px;
}
.tanoshimu .col02 > *:first-child {
	width: calc(45% - 30px);
}
.tanoshimu .col02 > *:last-child {
	width: 55%;
}
.tbl01 th {
	vertical-align: middle;
}
.tbl01 td a {
	text-decoration: underline;
}
.tbl01 td a:hover {
	text-decoration: none;
	opacity: 1;
}
.tbl01 td a.tel {
	text-decoration: none;
}
.event_list li {
	margin-bottom: 20px;
}
.event_list li .event_list_img {
	margin-bottom: 15px;
}

@media screen and (max-width:767px){
	#anc01,#anc02,#anc03,#anc04,#anc05,#anc06 {
		padding-top: 158px;
		margin-top: -158px;
	}
	.ancList {
		flex-wrap: wrap;
	}
	.ancList li {
		min-width: calc(50% - 3px);
		margin-bottom: 10px;
	}
	.ancList li.endline {
		margin-bottom: 0;
	}
	.ancList li a {
		padding: 12px 0 22px;
	}
	.tanoshimu .col02 > *:first-child {
		width: 100%;
	}
	.tanoshimu .col02 > *:last-child {
		width: 100%;
	}
	.tanoshimu .col02.spcolClear > * {
		margin-top: 20px;
	}
	.tanoshimu .col02.spcolClear > div p.txt {
		margin-bottom: 20px;
	}
	.tbl01 td a.tel {
		text-decoration: underline;
	}
}





/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}